@charset "utf-8";
@media screen and (max-width:750px){
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic","游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", sans-serif;
}
body {
	min-width:100%;
	height:auto;
	background:#fff;
	color:#333;
	font-size: 14px;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
}
a {
	text-decoration:none;
	color:#5f5f5f;
	display:block;
}
a:hover {
	color:#e76700;
}
table {
	width:100%;
}
img{
	width:100%;
	height:auto;
}
.sp_none{
	display:none !important;
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header {
	width: 100%;
    border-bottom: solid 2px #2a72d1;
    height: 63px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
}
#hdr_inner {
	padding:15px 2%;
}
#header #hdr_logo {
	float:left;
	width:55%;
	height:auto;
}
#header h1{
	display:none;
}
#gNavi{
	display:none !important;
}

/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
.mean-container .mean-nav .child ul.g_child li a  {
    display: block;
    float: left;
    width: 80%;
    padding: 5px 10% 7px;
    margin: 0;
    text-align: left;
    color: #2a72d1;
    border-bottom: 1px solid rgb(218, 218, 206);
    text-decoration: none;
    text-transform: uppercase;
    height: 20px;
    background:#bdd7f9;
    position:relative;
}
.mean-container .mean-nav .child ul.g_child li a::before {
	position:absolute;
	content:"・";
	top: 14%;
	left: 15px;
}

/*--------------------------------------------
	汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
	display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/guard.png);
    z-index: 1000;
    position: absolute;
}
/*--------------------------------------------
	mainimge / メインイメージ
--------------------------------------------*/
/*--------------------------------------------
	Contents / コンテンツ大枠
--------------------------------------------*/
#wrapper{
	margin-top:63px;
}
#cts_inner {
}
#main_cts {
}
/*--------------------------------------------
	Main_cts / メインコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	Side_cts / サイドコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	width:100%;
}
#ftr_inner {
	width:100%;
	margin:0 auto;
	padding:10% 0 ;
}
#ftr_inner #ftr_logo {
	text-align:center;
}
#ftr_inner #ftr_logo #ft_logo {
    width: 72%;
    margin: 0 auto 3%;
}
#ftr_inner #ftr_logo address {
	padding: 0 16%;
	text-align:left;
	
}
#ftr_inner #totop {
	float:right;
}
#footer #ftr_under{
	width:100%;
}
#footer .under_inner{
	width:100%;
	margin:0 auto;
	text-align:center;
}
#footer .under_inner #ftr_nav {
	border-top:solid 2px #2a72d1;
}
#footer .under_inner #ftr_nav li {
    font-size: 12px;
    font-weight: bold;
	width:49.83%;
	float:left;
	padding:3% 0;
	border-bottom:solid 1px #2a72d1;
}
#footer .under_inner #ftr_nav li:nth-child(n+3) {
	border-bottom:none;
}
#footer .under_inner #ftr_nav li:nth-child(2n) {
	float:right;
	border-left:solid 1px #2a72d1;
}
#footer .under_inner #ftr_nav li a{
	color:#2a72d1;
}
#footer .under_inner #ftr_nav li a:hover{
	text-decoration:underline;
}
#footer #copyright {
	font-size:11px;
	line-height:25px;
	height:25px;
	color:#fff;
	display:block;
	background:#2a72d1;
}
#footer #totop_sp {
	text-align:center;
	background: #cde3fe;
	border-top:solid 2px #2a72d1;
}
#footer #totop_sp a {
	padding:3% 0;
	color: #2a72d1;
	font-weight:bold;
}
}
