@charset "utf-8";


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


.sp {
	display: none!important;
}
.cen {
	text-align: center;
}

/* 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: #004ea0; }
a:active { text-decoration: none; color: #004ea0; }

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

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* float */
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/*SNS*/
#shr_canvas6 {
	display: none;
}

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

body {
	height: 100%;
	background: #FFFFFF;
	color: #111111;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 500; /* normal */
}


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

/*ヘッダー*/
header {
	width: 200px;
	/*height: 80px;*/
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

#headLogo {
	width: 100%;
	height: 155px;
	padding: 0 10px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#headLogo a {
	width: 100%;
	line-height: 155px;
	text-align: center;
}
#headLogo img {
	width: 100%;
	max-width: 180px;
	height: 34px;
	vertical-align: middle;
}
#headLogo a:hover {
	opacity: 0.7;
}


#menuList {
	display: none;
}
#menuOverlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,20,40,0.8);
	display: none;
	position: fixed;
	z-index: 9997;
}

#switchBtnArea {
	position: relative;
}

#switchBtnArea #switchBtn {
	top: 155px;
	left: 0;
	width: 200px;
	height: 45px;
	display: block;
	background: #004ea0;
	position: fixed;
	text-align: center;
	line-height: 45px;
	z-index: 9998;
}
#switchBtnArea #switchBtn span {
	display: block;
	height: 45px;
	width: auto;
	background: url(../../img/common/menu_btn.png) no-repeat center center;
	background-size: 81px 16px;
	vertical-align: middle;
}
#btnClose.btnClose {
	width: 80px;
	height: 80px;
	top: 0;
	z-index: 999999;
}
#btnClose.btnClose span {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../../img/common/close_btn.jpg) no-repeat center center;
	background-size: 80px 80px;
	cursor: pointer;
}

#rwdMenuWrap {
	top: 0;
	left: -250px;
	width: 15.625%;
	width: 250px;
	height: 100%;
	background: #ffffff;
	overflow: auto;
	position: fixed;
	z-index: 9999;
}
#menulist_hidden {
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0 0 20px;
	position: relative;
}
#innermenu {
	width: 100%;
	max-width: 245px;
	height: 100%;
	overflow: scroll;
	padding: 0 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
}
#rwdMenuWrap ul {
	width: 100%;
	padding: 0;
}
.gNav01 {
	margin-bottom: 10px;
}
.gNav01 li {
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #e1e9f1;
	-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: 20px 0;
	color: #004ea1;
	position: relative;
	background: url(../../img/common/arr_blue.png) no-repeat right center;
	background-size: 8px auto;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gNav01 li a:hover {
	padding: 20px 0 20px 10px;
}
.gnav01in li {
	border-bottom: none;
	padding: 0 0 12px;
}
.gnav01in li:last-child {
	padding-bottom: 12px;
}
.gnav01in li a {
	display: block;
	padding: 0 0 0 20px;
	color: #004ea1;
	background: url(../../img/common/line01.jpg) no-repeat 0 50%;
	background-size: 10px 1px;
	font-size: 1.3rem;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gnav01in li a:hover {
	padding: 0 0 0 25px;
}
.gNav02 {
	margin-bottom: 20px;
}
.gNav02 li {
	width: 100%;
	margin-bottom: 1px;
    list-style-type: none !important;
}
.gNav02 li a {
	display: block;
	width: 100%;
	padding: 18px 10px;
	background: #e5edf5;
	border: 1px solid #e5edf5;
	color: #004ea1;
	line-height: 1.0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gNav02 li a:hover {
	background: #ffffff;
	border: 1px solid #e5edf5;
}
.gNav03 {
	margin-bottom: 35px;
}
.gNav03 li {
	margin-bottom: 15px;
}
.gNav03 li a {
	display: block;
	padding: 0 0 0 10px;
	background: url(../../img/common/arr_blue.png) no-repeat 0 center;
	background-size: 5px auto;
	font-size: 1.4rem;
	color: #004ea1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gNav03 li a:hover {
	padding: 0 0 0 15px;
}

#infoArea {
	width: 100%;
	margin: 0 -10px;
	padding: 30px 12px;
	background: #004ea0;
	color: #ffffff;
}
.side_logo {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.side_logo span {
	display: block;
	margin-top: 10px;
	font-size: 1.8rem;
	font-weight: bold;
}
#infoArea p {
	font-size: 1.3rem;
	line-height: 1.5;
}
#infoArea p a {
	display: inline-block;
	margin: 2px 0 0 5px;
	padding: 0 5px;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #004ea0;
	line-height: 1.0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#infoArea p a:hover {
	background: none;
	color: #ffffff;
}





/*メイン*/


/*お問い合わせエリア*/
#cotactArea {
	width: 100%;
	padding: 70px 0 80px;
	background: url(../../img/common/contactarea_bg.jpg) no-repeat center;
	background-size: cover;
}
#contactareaInner {
	width: 92.5%;
	max-width: 1200px;
	margin: 0 auto 20px;
	display: table;
}
.contactLogo {
	/*float: left;*/
	width: 26%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.contactLogo img {
	width: 100%;
}
.contactTxt {
	/*float: left;*/
	display: table-cell;
	width: 48%;
	padding: 0 2%;
	color: #ffffff;
	font-size: 1.3rem;
	vertical-align: middle;
}
.contactTel {
	/*float: right;*/
	display: table-cell;
	width: 26%;
	text-align: right;
}
.telTime {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
	font-size: 1.3rem;
	color: #ffffff;
	text-align: right;
	line-height: 1.0;
}
.telLink {
	display: inline-block;
	padding: 0 0 0 30px;
	background: url(../../img/common/tel_icon.png) no-repeat 0 center;
	background-size: 25px 25px;
	font-size: 3.0rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.0;
}
.contactBtn {
	width: 92.5%;
	max-width: 1200px;
	margin: 0 auto;
}
.contactBtn a {
	display: block;
	width: 100%;
	padding: 20px 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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.contactBtn a span {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
}
.contactBtn a:hover {
	background: url(../../img/common/arr_blue.png) no-repeat 99% center #ffffff;
	background-size: 8px auto;
	color: #004ea1;
}


@media screen and (min-width:1280px) {
	.contactLogo {
		width: 360px;
	}
	.contactTxt {
		width: 515px;
		padding: 0 0 0 65px;
	}
	.contactTel {
		width: 320px;
	}
	.telLink {
		font-size: 3.4rem;
	}
}



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

#footerInner {
	width: 92.5%;
	max-width: 1200px;
	margin: 0 auto 30px;
}
.footer_contents {
	float: left;
	width: 30%;
	margin: 0 auto;
}
#f_logo {
	width: 240px;
	height: auto;
	margin: 0 0 25px;
}
#f_logo img {
	width: 100%;
}
.footer_contents p {
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
}
.footer_contents p a {
	text-decoration: none;
	color: #fff;
}
.fNav {
	float: left;
	width: 22%;
}
.fNav ul li a {
	display: block;
	padding-bottom: 10px;
	font-size: 1.4rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fNav ul li a:hover {
	opacity: .6;
}
.fNav ul li ul li a {
	display: block;
	padding: 0 0 10px 35px;
	background: url(../../img/common/line02.jpg) no-repeat 15px 8px;
	background-size: 10px 1px;
	font-size: 1.3rem;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fNav ul li ul li a:hover {
	opacity: .6;
}
#copy {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:1280px) {
	.footer_contents {
		width: 365px;
		margin: 0 auto;
	}
	.fNav {
		width: 240px;
	}
}



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

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

.innerCont {
	width: 92.5%;
	max-width: 1040px;
	margin: 0 auto;
}


/* タイトル */
/* -------------------------------------------------- */
.subTtl01 {
	margin-bottom: 50px;
}
.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: 35px;
}
.innerSubttl {
	display: block;
	margin: 0 auto;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
}


.subTtl02 {
	width: 460px;
	margin: 0 auto 50px;
	font-size: 2.2rem;
	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: 2px;
	background-color: #004ea1;
}
.subTtl02 span::before {
	right: 100%;
}
.subTtl02 span::after {
	left: 100%;
}


.subTtl03 {
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}
.subTtl03::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d7d7d7;
}
.subTtl03 span {
	position: relative;
	display: inline-block;
	z-index: 2;
	margin: 0 2.5em 0 0;
	padding: 0 1em 0 0;
	background-color: #eeeeee;
	font-size: 2.0rem;
	font-weight: 900;
	color: #004ea1;
}


.subTtl04 {
	width: 100%;
	margin: 0 auto 50px;
	padding-bottom: 20px;
	background: url(../../img/common/subttl_bg.png) no-repeat center bottom;
	background-size: auto 3px;
}
.subTtl04 h2 {
	font-size: 3.3rem;
	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: 10px;
	width: auto;
}

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



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


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

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






/* 下層メインビジュアル */
/* -------------------------------------------------- */

.subMv {
	width: 100%;
	height: 370px;
	position: relative;
}

.innerSub {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3.2rem;
}
.innerSub h1 {
	text-align: center;
}
.innerSub h1 img {
	height: 39px;
	width: auto;
}
.innerSub span {
	display: block;
	margin: 0 auto;
	padding: 15px 0 0;
	font-size: 2.5rem;
	color: #ffffff;
	text-align: center;
}




/* パンクズ */
/* -------------------------------------------------- */
#pankuzuArea {
	width: 92.5%;
	max-width: 1040px;
	margin: 0 auto 20px;
	padding-top: 20px;
}
#pankuzuArea a,
#pankuzuArea span {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.5rem;
	line-height: 1.0;
}
#pankuzuArea a:first-child {
	margin-left: 0;
}





/* 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: 28px;
	display: inline-block;
	color: #004ea0;
	background-color: #ffffff;
	border: 1px solid #004ea0;
	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: #004ea0;
	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: 30px 0;
	background: #eeeeee;
	text-align: center;
}
.service_bnr {
	display: inline-block;
	width: 327px;
	margin: 0 2px;
}
@media screen and (min-width: 1200px) {
	.service_bnr {
		margin: 0 15px;
	}
}
.service_bnr a {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
}
.servbnr_img {
	display: block;
	width: 300px;
	height: 173px;
	position: absolute;
	top: 30px;
	left: 27px;
	overflow: hidden;
}
.servbnr_img img {
	width: 100%;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.service_bnr a:hover .servbnr_img img {
	width: 110%;
	height: auto;
}

.servbnr_cont {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 110px;
	padding-top: 50px;
	background: url(../../img/common/service_arr_gry.png) no-repeat 95% 93%;
	background-size: 35px auto;
	background-color: rgba( 255, 255, 255, 0.9 );
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.service_bnr a:hover .servbnr_cont {
	top: 30px;
	left: 27px;
}
.servbnrTl {
	width: 100%;
	font-size: 2.6rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.0;
}
.serv_en {
	display: block;
	width: 100%;
	padding: 10px 0 15px;
	background: url(../../img/common/servicebnr_line.png) no-repeat center bottom;
	background-size: 70px 2px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	color: #e99f11;
	text-align: center;
}
.serv_en img {
	height: 15px;
	width: auto;
}
