@charset "UTF-8";
/* CSS Document */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, strong, img, a, table, tr, th, td, form, label, input, textarea,
section, article, header, footer, aside, figure, figcaption, picture, nav, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	text-decoration: none;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

img {
	vertical-align: bottom;
}

html { font-size: 62.5%; }

body {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.3rem;
	color: #333;
	line-height: 1.7;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

a {
	color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
}

a.a_blue {
	color: #13479c;
	text-decoration: underline;
}

a.a_blue[target="_blank"] {
	display: inline-block;
	padding-right: 16px;
	position: relative;
	vertical-align: middle;
}

a.a_blue[target="_blank"]:before,
a.a_blue[target="_blank"]:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

a.a_blue[target="_blank"]:before{
	width: 12px;
	height: 12px;
	background: #13479c;
}
a.a_blue[target="_blank"]:after{
	right: 5px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width: 960px) {
	a:hover {
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		opacity:0.7;
	}

	.formlink_tsushin_bottom {
		display:none;
	}

	.bottommenu_wrap {
		display:none;
	}
}

@media screen and (max-width: 959px){
	.bottommenu_wrap {
		position: fixed;
		left: 0%;
		bottom: 0%;
		width: 100%;
		height: 60px;
		line-height: 60px;

		text-align: center;
		z-index: 10;
		}		
	
		.bottommenu {
		display:flex;
		}

	.tellink_tsushin_bottom {
		width:50%;
		height:60px;
		background-color:#DB2953;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.formlink_tsushin_bottom {
		width:50%;
		height:60px;
		background-color:#6161ff;
		color: #FFF;
		font-size: 1.5rem;
		font-weight: bold;
	}

	.tellink_tsushin_bottom a, .formlink_tsushin_bottom a {
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		display:block;
		line-height: 25px;
	}

	.f13px {
		font-size: 13px;
	}

	.f20px1 {
		font-size: 20px;
	}

	.f20px1::before {
		content: url(../img/tel_icon21.png);
		vertical-align: middle;
		padding-right: 5px;
	}

	.f20px2 {
		font-size: 20px;
	}

	.f20px2::before {
		content: url(../img/mail_icon20.png);
		vertical-align: middle;
		padding-right: 5px;
	}

}



@media screen and (min-width: 960px) {
	.formlink {
		display:none;
	}

	.formlink a {
		font-weight: bold;
		color: #fff;
		display: block;
	}
}

@media screen and (max-width: 959px){
	.formlink {
		display:none;
	}
}


.faqtable,
.faqtable td {
	border:1px solid #000;
	border-collapse:collapse;
	text-align:center;
	vertical-align: middle;
}

.faqspan-underline {
	text-decoration: underline;
	font-weight:bold;
}

.faqspan-fontsize {
	font-size: 20px;
	font-weight:bold;
}

.faqlink a {
	display:block;
	width:50%;
	font-size:2rem;
	font-weight:bold;
	color:#fff;
	background-color:#333;
	padding:3px;
	margin:0 auto;
	text-align:center;
}

.faqlink h2 {
	font-size:1.5rem;
	text-align:center;
	padding:10px;
	margin:0 auto;
}





/*===============================================
	Common
===============================================*/
@media screen and (max-width: 959px) {	
	body { font-size: 1.2rem; }
	.br_pc { display: none; }
}
@media screen and (min-width: 960px) {
	.br_sp { display: none; }
}


@media screen and (min-width: 960px) {
	.head-logo img {
		width: 100%;
	}

	.nav-unshown {
	  display:none;
	}

	.nav-logo,
	.nav-inquiry {
		display: none;
	}

	.head-tel a,
	.foot-tel a {
		pointer-events: none;
	}
}

@media screen and (max-width: 959px) {
	#nav-drawer {
		width: 45px;
		margin-left: auto;
		position: relative;
		flex: none;
	}

	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		width: 30px;
		padding: 10px;
		height: 22px;
		vertical-align: middle;
	}

	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 25px;/*長さ*/
		border-radius: 3px;
		background: #13479c;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 999;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 300px;/*最大幅（調整してください）*/
		height: 100%;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(105%);
		transform: translateX(105%);/*左に隠しておく*/
	}

	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	
	
	#nav-content {
		background: #13479c;
		color: #fff;
	}
		
	.nav-logo {
		display: block;
		width: 80%;
		margin: 1rem;
	}

	.head-navi {
		display: block;
		border-top: 1px solid #3359a4;
		padding-right: 0;
	}
	
	.head-navi li {
		text-align: left;
		font-size: 100%;
		border-bottom: 1px solid #3359a4;
	}
	
	.head-navi li a {
		display:  block;
		padding: 1rem;
		position: relative;
		color: #fff;
	}

	.head-navi li a:after {
		content: "";
		position: absolute;
		right: 2em;
		top: 1.2em;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	.head-navi li.business a {
		background: #333;
	}

	.nav-inquiry {
		padding: 2rem;
		text-align: center;
		margin-left: auto;
	}

	.nav-inquiry .foot-mail a {
		display: block;
		color: #fff;
		text-align: center;
		border: 2px solid #fff;
		padding: 0.5em;
	}
/*
	.nav-inquiry .foot-mail a:before {
		content: url(../img/inquiry_mail.png);
		vertical-align: middle;
		margin-right: 1em;
	}
*/
	.nav-inquiry img {
		width: 100%;
		margin: 1rem 0;
	}
	
	.nav-inquiry .nav-logo {
		width: 100%;
		text-align: center;
		margin: 2rem 0;
		background: #fff;
	}
	
	.nav-inquiry .nav-logo img {
		width: 50%;
	}
	
	.head-tel a,
	.foot-tel a {
		pointer-events: auto;
	}
	
}



.pagehead {
	height: 160px;
	padding: 1em;
	background: url(../img/bg_pagehead.png) center center repeat-x;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagehead span {
	text-align: center;
    color: #13479c;
	font-size: 230%;
    font-weight: bold;
}

#page #contents {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 30px;
}

#breadcrumb {
	width: 100%;
	font-size: 90%;
	margin-bottom: 50px;
}

#breadcrumb ol {
	height: 30px;
	display: flex;
	align-items: center;
}


#breadcrumb li a {
    color: #13479c;
}

#breadcrumb li:last-child a {
	color: #595959;
}

#breadcrumb li {
	padding-right: 0.2em;
}
#breadcrumb li+li{
	position: relative;
	padding-left: 1.2em;
}
	
#breadcrumb li+li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	vertical-align: middle;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


@media screen and (max-width: 959px) {
	#toppage,#page {
		padding-top: 50px;
	}

	.pagehead {
		height: 100px;
		background-size: auto 100px;
	}
	.pagehead span {
		font-size: 160%;
	}
	
	#page #contents {
		padding: 0 5%;
	}
	#breadcrumb {
		margin-bottom: 20px;
	}
}


#inquiry {
	max-width: 100%;
	background: #13479c;
	color: #fff;
	padding: 60px 0;
}

#inquiry h3 {
	text-align: center;
	font-size: 150%;
	margin-bottom: 1em;
}

#inquiry h3 span {
	display: inline-block;
	background: #d2152c;
	color: #fff;
	font-weight: bold;
	padding: 0 0.5em;
	margin-right: 0.5em;
}

#inquiry > div {
	max-width: 770px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#inquiry > div p {

}

#inquiry img {
	width: 100%;
}

#inquiry .foot-mail a {
	display: block;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	padding: 1em;
}

@media screen and (max-width: 959px) {
	#inquiry {
		padding: 5vh 4%;
	}
	
	#inquiry h3 {
		font-size: 120%;
	}
	
}

@media screen and (max-width: 768px) {
	#inquiry > div {
		display: block;
		width: 92%;
		margin: 0 auto;
	}
	
		#inquiry h3 {
		font-size: 100%;
	}

	#inquiry h3 span {
		display: block;
		width: 10em;
		margin: 0 auto;
	}
	#inquiry .foot-mail {
		margin-top: 2em;
		font-size: 90%;
	}
}



footer {
	background: #fff;
}


#footnav{
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 30px;
	overflow: hidden;
}


footer .campany {
	width: 100%;
	text-align: center;
}

footer .campany p {
	margin-bottom: 10px;
}

footer .foot-logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

footer .foot-logo2 img {
	width: 180px;
}

footer nav {
	width: 100%;	
}
footer nav ul {
	text-align: center;
	margin: 4rem auto 0;
}

footer nav li {	
	display: inline-block;
	margin-right: 1em;
}

footer nav li+li:before {
	content: "|";
	margin-right: 1em;
}




/*
#footnav{
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 30px;
	font-size: 90%;
	overflow: hidden;
}


footer .campany {
	width: 40%;
	float: left;
}

footer .campany b {
	display: inline-block;
	color: #0f206a;
	font-size: 120%;
	margin: 10px 0 0;
}

footer nav {
	width: 60%;
	float:right;
	
	display: flex;
	justify-content: space-between;
}

footer nav li {
	margin-bottom: 0.8em;
	list-style-type: disc;
}
*/


footer .pagetop {
	position: fixed;
	right: 2.5%;
	bottom: 0;
}
footer .pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background: #13479c;
	color: #fff;
	font-size: 0;
}

footer .pagetop:before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 45%;
	left: 16px;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


footer aside {
	clear: both;
	background: #13479c;
	color: #fff;
	font-size: 90%;
	text-align: center;
	padding: 2em;
}

@media screen and (max-width: 959px) {
	#footnav {
		padding: 5vh 0;
	}
	
	footer .campany,
	footer nav {
		width: 96%;
		margin: 0 auto;
	}
	
	footer .campany {
		text-align: center;
	}
	
	footer .foot-logo img {
		width: 100%;
		max-width: 180px;
	}
	
	footer nav ul {
		text-align: center;
		margin: 4rem auto 0;
		font-size: 1.8rem;
	}
	
	footer nav li {	
		display: inline-block;
		margin-right: 1em;
		font-size: 80%;
	}
	
	footer nav li+li:before {
		content: "|";
		margin-right: 1em;
	}
/*	
	footer nav ul:first-child,
	footer nav ul:nth-of-type(2){
		display: none;
	}
	*/
	footer aside {
		font-size: 80%;
		padding: 1em;
	}

	footer .pagetop {
		bottom: 70px;
	}

}
