@charset "utf-8";


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


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

#container .tabletOff {
	display: none!important;
}

#container .tabletOn {
	display: block!important;
}

/* 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 {
	font-size: 62.5%;/* 10px */
	height: 100%;
}

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

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

/*ヘッダー*/
header {
	width: 180px;
	/*height: 80px;*/
	background: #FFF;
	position: fixed;
	top: 0px;
	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: 100%;
	max-width: 180px;
	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: 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%;
}
.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;
}
.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: 45px 0;
	background: url(../../img/common/contactarea_bg.jpg) no-repeat center;
	background-size: cover;
}
#contactareaInner {
	width: 92.5%;
	margin: 0 auto;
}
.contactLogo {
	width: 250px;
	margin: 0 auto 20px;
}
.contactLogo img {
	width: 100%;
}
.contactTxt {
	float: left;
	width: 48%;
	margin: 0 auto 15px;
	color: #ffffff;
	font-size: 1.3rem;
}
.contactTel {
	float: right;
	width: 48%;
	margin: 0 auto 15px;
	text-align: right;
}
.telTime {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
	color: #ffffff;
	text-align: right;
	line-height: 1.0;
}
.telLink {
	display: inline-block;
	padding: 0 0 0 35px;
	background: url(../../img/common/tel_icon.png) no-repeat 0 center;
	background-size: 25px 25px;
	font-size: 3.5rem;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.0;
}
.telLink a {
	color: #ffffff;
	line-height: 1.0;
}
.contactBtn {
	width: 92.5%;
	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: 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: 28%;
	margin: 0 auto;
}
#f_logo {
	width: 100%;
	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: #ced5dc;
}
.fNav {
	float: left;
	margin-left: 25px;
	/*width: 22%;*/
}
.fNav ul li a {
	display: block;
	padding-bottom: 10px;
	font-size: 1.3rem;
	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.2rem;
	color: #ced5dc;
	-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;
}


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

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

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



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


.subTtl02 {
	width: 460px;
	margin: 0 auto 40px;
	font-size: 2.0rem;
	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;
}


.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: 1.8rem;
	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: 2.8rem;
	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: 9px;
	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.2rem;
	text-align: center;
}


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


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


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


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



/* 下層メインビジュアル */
/* -------------------------------------------------- */
.subMv {
	width: 100%;
	height: 40vh;
	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%;
	margin: 0 auto 10px;
	padding-top: 10px;
}
#pankuzuArea a,
#pankuzuArea span {
	display: inline-block;
	margin: 0 5px;
	font-size: 1.4rem;
	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: 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: 50px 0;
	background: url(../../img/common/service_arr_wht.png) no-repeat 90% 90% #004ea0;
	background-size: 30px auto;
}
.servbnr_img {
	display: none;
}
.servbnr_cont {
	display: block;
	width: 100%;
}
.servbnrTl {
	display: block;
	width: 100%;
	font-size: 2.0rem;
	font-weight: 900;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
}
.serv_en {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	color: #e99f11;
}
.serv_en img {
	height: 18px;
	width: auto;
}
