@charset "utf-8";


/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */

.pc,
.tb {
	display: none!important;
}
.cen {
	text-align: center;
}



body {
-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}


/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */



/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #004ea2; }
a:active { text-decoration: none; color: #004ea2; }

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/* OUTLINE */
/* -------------------------------------------------- */
html {
	overflow: auto;
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	height: 100%;
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container {
/*	height: 100%;*/
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.05em;
	/*opacity: 0;*/
}

img {
	max-width: 100%;
	height: auto;
}

/*ヘッダー*/
header {
	width: 100%;
	height: 50px;
	background: #ffffff;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#headLogo {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 155px;
}

#headLogo img {
	height: 30px;
}

/*--プルダウンメニュー--*/	
#spMenuBtn {
	width:50px;
	height: 50px;
	padding: 10px 0 0;
	background: #004ea2;
	right:0;
	top:0;
	position: absolute;
	z-index:1500;
	}
#spMenuBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}
#spMenuBtn span {
	position: absolute;
	left: 10px;
	width: 30px;
	height: 4px;
	background-color: #ffffff;
	}
#spMenuBtn span:nth-of-type(1) {
	top: 14px;
	}
#spMenuBtn span:nth-of-type(2) {
	top: 23px;
	}
#spMenuBtn span:nth-of-type(3) {
	bottom: 14px;
	}
#spMenuBtn span:nth-of-type(4) {
	bottom: -7px;
	font-size:1.0rem;
	font-weight: bold;
	color: #ffffff;
	background:none;
}	

#spMenuBtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
	background-color: #ffffff;
}
#spMenuBtn.active span:nth-of-type(2) {
	opacity: 0;
}
#spMenuBtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
	background-color: #ffffff;
}

#menuList {
	width: 100%;
	position: fixed;
	top: 50px;
	left: 100%;
	background: #004ea1;
	height: 100vh;
	overflow: auto;
}
#menulist_hidden {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0 0 20px;
	position: relative;
}
#innermenu {
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 20px 20px 40px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#telArea {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #3c73ad;
	text-align: center;
}
#telArea a {
	display: inline-block;
	width: 46%;
	padding: 10px 0;
	margin: 0 1%;
	background: #ffffff;
	font-size: 1.3rem;
	font-weight: 900;
	color: #004ea1;
}
#telArea a span {
	display: inline-block;
	padding: 0 0 0 15px;
	background: url(../../img/common/tel_icon_blue.png) no-repeat 0 center;
	background-size: 10px auto;
}

.gNav01 {
	margin-bottom: 10px;
}
.gNav01 li {
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #3c73ad;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none !important;
}
.gNav01 li:last-child {
	padding-bottom: 8px;
}
.gNav01 li a {
	display: block;
	padding: 15px 0;
	position: relative;
	background: url(../../img/common/arr_whit.png) no-repeat right center;
	background-size: 5px auto;
	color: #ffffff;
	font-size: 1.2rem;
}
.gnav01in li {
	float: left;
	width: 50%;
	border-bottom: none;
	padding: 0 0 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gnav01in li a {
	display: block;
	padding: 0 0 0 30px;
	color: #a8d2ff;
	background: url(../../img/common/line01.jpg) no-repeat 10px 50%;
	background-size: 10px 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gNav02 {
	margin-bottom: 10px;
}
.gNav02 li {
	float: left;
	width: 50%;
	margin-bottom: 2px;
	padding: 0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gNav02 li a {
	display: block;
	width: 100%;
	padding: 18px 10px;
	background: #3c73ad;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gNav03 {
	padding-bottom: 35px;
}
.gNav03 li {
	margin-bottom: 10px;
}
.gNav03 li a {
	display: block;
	padding: 0 0 0 10px;
	background: url(../../img/common/arr_whit.png) no-repeat 0 center;
	background-size: 4px auto;
	font-size: 1.0rem;
	color: #ffffff;
}


/*メイン*/


/*お問い合わせエリア*/
#cotactArea {
	width: 100%;
	padding: 35px 0;
	background: url(../../img/common/contactarea_bg_sp.jpg) no-repeat center;
	background-size: cover;
}
#contactareaInner {
	width: 93.75%;
	margin: 0 auto;
}
.contactLogo {
	width: 62.5%;
	margin: 0 auto 20px;
}
.contactTxt {
	width: 93.33%;
	margin: 0 auto 15px;
	color: #ffffff;
}
.contactTel {
	width: 93.33%;
	margin: 0 auto 15px;
}
.telTime {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	line-height: 1.0;
}
.contactTel .telLink {
	display: block;
	padding: 0 0 0 25px;
	background: url(../../img/common/tel_icon.png) no-repeat 0 center;
	background-size: 20px 20px;
	font-size: 3.5rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.0;
}
.contactTel .telLink a {
	color: #ffffff;
	line-height: 1.0;
}
.contactBtn {
	width: 93.75%;
	margin: 0 auto;
}
.contactBtn a {
	display: block;
	width: 100%;
	padding: 15px 0;
	border: 1px solid #ffffff;
	background: url(../../img/common/arr_whit.png) no-repeat 98% center;
	background-size: 8px auto;
	color: #ffffff;
	text-align: center;
}
.contactBtn a span {
	display: block;
	font-weight: 900;
}





/*フッター*/
#footer {
	width: 100%;
	padding: 10px 0;
	background: #071c3a;
}
#topBtn {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #1f3351;
	text-align: center;
}
#topBtn a {
	display: block;
	width: 25px;
	margin: 0 auto;
}
#topBtn a img {
	width: 25px;
	height: auto;
}

#footerLink {
	width: 100%;
	margin: 0 auto 25px;
	text-align: center;
}
#footerLink li {
	display: inline-block;
	padding: 0 10px;
}
#footerLink li:nth-child(2) {
	border-left: 1px solid #ced5dc;
	border-right: 1px solid #ced5dc;
}
#footerLink li a {
	color: #ced5dc;
	font-size: 1.0rem;
}
.fNav {
	display: none;
}
.footer_contents {
	width: 100%;
	margin: 0 auto;
}
#f_logo {
	width: 45%;
	height: auto;
	margin: 0 auto 10px;
}
.footer_contents p {
	width: 90%;
	margin: 0 auto 20px;
	color: #ced5dc;
	text-align: center;
}
.footer_contents p a {
	text-decoration: none;
	color: #ced5dc;
}



#copy {
	font-size: 1.0rem;
	color: #788eb3;
	text-align: center;
}




/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */
.contBox {
	position: relative;
	width: 100%;
	padding: 50px 0;
}

.graybg {
	height: 200px;
	background: #eeeeee;
}

.innerCont {
	width: 93.75%;
	margin: 0 auto;
}



/* タイトル */
/* -------------------------------------------------- */
.subTtl01 {
	margin-bottom: 30px;
}
.subTtl01 h2 {
	margin: 0 auto 10px;
	padding-bottom: 20px;
	background: url(../../img/common/subttl_bg.png) no-repeat center bottom;
	background-size: auto 3px;
	text-align: center;
}
.subTtl01 h2 img {
	width: auto;
	height: 24px;
}
.innerSubttl {
	display: block;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
}


.subTtl02 {
	width: 100%;
	margin: 0 auto 20px;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.0;
	overflow: hidden;
	text-align: center;
}
.subTtl02 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.subTtl02 span::before,
.subTtl02 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #004ea1;
}
.subTtl02 span::before {
	right: 100%;
}
.subTtl02 span::after {
	left: 100%;
}

.subTtl03 {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}
.subTtl03 span {
	font-size: 1.4rem;
	font-weight: 900;
	color: #004ea1;
}

.subTtl04 {
	width: 100%;
	margin: 0 auto 30px;
	padding-bottom: 15px;
	background: url(../../img/common/subttl_bg.png) no-repeat center bottom;
	background-size: auto 3px;
}
.subTtl04 h2 {
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
}
.wht_txt {
	color: #ffffff;
}
.subTtl04 span {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.subTtl04 span img {
	height: 8px;
	width: auto;
}

.subTtl05 {
	margin: 0 auto 25px;
	padding: 0 0 20px;
	background: url(../../img/common/servicebnr_line.png) no-repeat center bottom;
	background-size: 70px auto;
	font-size: 1.5rem;
	text-align: center;
}


/* カテゴリ */
/* -------------------------------------------------- */


/* ボタン */
/* -------------------------------------------------- */

/* テキスト */
/* -------------------------------------------------- */


/* テーブル */
/* -------------------------------------------------- */

/* 下層メインビジュアル */
/* -------------------------------------------------- */
.subMv {
	width: 100%;
	height: 40vh;
	position: relative;
	margin-top: 50px;
	margin-bottom: 10px;
}
.innerSub {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 4rem;
}
.innerSub.sp_h1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 8rem;
}

.innerSub h1 {
	text-align: center;
}
.innerSub h1 img {
	height: 25px;
	width: auto;
}
.innerSub.sp_h1 h1 img {
	height: 60px;
	width: auto;
}

.innerSub span {
	display: block;
	margin: 0 auto;
	padding: 15px 0 0;
	font-size: 1.4rem;
	color: #ffffff;
	text-align: center;
}







/* パンクズ */
/* -------------------------------------------------- */
#pankuzuArea {
	width: 93.75%;
	margin: 0 auto 10px;
	font-size: 1.2rem;
}
#pankuzuArea a,
#pankuzuArea span {
	display: inline-block;
	margin: 0 5px;
	line-height: 1.0;
}
#pankuzuArea a:first-child {
	margin-left: 0;
}

.p50t {
	padding-top: 50px;
}
.p60t {
	padding-top: 60px;
}



/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

#pager {
	display: inline-block;
}

#pageNavWrap a, #pageNavWrap span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #1e3d76;
	background-color: #ffffff;
	border: 1px solid #1e3d76;
	margin: 0 2px;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#pageNavWrap span.current,
#pageNavWrap a.next,
#pageNavWrap a.prev,
#pageNavWrap a:hover {
	color: #fff;
	background-color: #1e3d76;
	transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap span.dots {
	width: 1em;
	background-color: #fff;
	color: #000;
	padding: 10px 0;
	border: none;
}


/* 共通バナー */
/* -------------------------------------------------- */
#serviceBnrArea {
	width: 100%;
	padding: 20px 0;
	background: #eeeeee;
	text-align: center;
}
.service_bnr {
	display: inline-block;
	width: 30%;
	margin: 0 0.7%;
}
.service_bnr a {
	display: block;
	width: 100%;
	padding: 25px 0;
	background: url(../../img/common/service_arr_wht.png) no-repeat 90% 90% #004ea0;
	background-size: 20px auto;
}
.servbnr_img {
	display: none;
}
.servbnr_cont {
	display: block;
	width: 100%;
}
.servbnrTl {
	display: block;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
}
.serv_en {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 5px;
}
.serv_en img {
	height: 10px;
	width: auto;
}










