@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	text-align	: left;
	background: #FAFAFA;
	padding: 39px 0 38px;
	margin-top: 250px;
}
#crumb li,
#crumb li a{
	color: #333333;
	font-size: 1.4rem;
	font-weight: 500;
	position: relative;
}
#crumb li {
	display: inline;
	font-size: 1.4rem;
}
#crumb li a:hover{
	text-decoration: none;
	color: #1E4ED8;
}
#crumb li + li::before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 11px;
	background: url("/common/img/icon_arrow_gry.svg") no-repeat center / contain;
	vertical-align: middle;
	margin: 0 10px 4px;
}

@media screen and (max-width: 880px){
	#crumb{
		margin-top: 112px;
	}
}


/* --- display --- */
.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 


/* Heading
--------------------------------------------------------------------------- */

.hd01,
#staticPage h2{
	background: #F7F9FF;
	border-radius: 10px;
	padding: 12px 15px 14px 20px;
	font-size: 2.6rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
	.hd01::before,
	#staticPage h2::before{
		content: "";
		display: block;
		width: 5px;
		min-height: 34px;
		height: 100%;
		background: #003289;
		margin-top: 3px;
		margin-right: 13px;
		flex-shrink: 0;
	}

.hd02,
#staticPage h3{
	font-size: 2.4rem;
	color: #003289;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
	.hd02::before,
	#staticPage h3::before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		background: #003289;
		margin-right: 9px;
		margin-top: 0.45em;
		flex-shrink: 0;
	}

.hd03,
#staticPage h4{
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 1.778;
	text-align: left;
}
.hd03::before,
#staticPage h4::before{
	content: "";
	width: 13px;
	height: 13px;
	background: #8099C4;
	border-radius: 50%;
	margin-top: 0.55em;
	margin-right: 5px;
}

.hd04,
#staticPage h1{
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.667;
	color: #003289;
	margin-top: 158px;
	margin-bottom: 90px;
}
	.hd04::after,
	#staticPage h1::after{
		content: "";
		display: block;
		width: 60px;
		height: 2px;
		background: #003289;
		margin: 6px auto 0;
	}


@media screen and (max-width: 1024px){
	.hd04,
	#staticPage h1{
		margin: 40px 0 60px;
	}
}

@media screen and (max-width: 767px){
	.hd01,
	#staticPage h2{
		font-size: 150%;
		padding: 12px 15px 14px;
	}
	.hd02,
	#staticPage h3{
		font-size: 130%;
	}
	.hd03,
	#staticPage h4{
		font-size: 110%;
	}
	.hd04,
	#staticPage h1{
		font-size: 242.857%;
	}
	.hd01::before,
	#staticPage h2::before{
		min-height: inherit;
		height: 27px;
	}
	.hd02::before,
	#staticPage h1::before{
		margin-top: 0.4em;
	}
	
}



/* 下層デザイン
--------------------------------------------------------------------------- */
#contentsBlock .common_under > .contents{
	max-width: 900px;
}
.common_under .container{
	margin-top: 150px;
	text-align: left;
}
.common_under .container:first-child{
	margin-top: 100px;
}

.common_under .container p{
	line-height: 2;
	margin-top: 30px;
}

.common_under .container ul{
	margin-top: 30px;
}

.common_under .flexCont{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
	.common_under .flexCont .figBox{
		max-width: 420px;
		width: 47%;
	}
	.common_under .flexCont .txtBox{
		max-width: 412px;
		width: 51%;
	}

	.common_under .flexCont.txtCont .txtBox{
		max-width: 420px;
		width: 49%;
	}
		.common_under .flexCont.txtCont .txtBox figure{
			margin-top: 30px;
		}

.common_under .subCont{
	margin-top: 100px;
}

.common_under figcaption{
	margin-bottom: 10px;
}

.ulStyle li,
.olstyle li{
	text-indent: -1em;
	padding-left: 1em;
}

.ulStyle li + li,
.olStyle li + li{
	margin-top: 0.5em;
}

@media screen and (max-width: 880px){
	.common_under .container:first-child,
	.common_under .container{
		margin-top: 80px;
	}
	.common_under .subCont{
		margin-top: 60px;
	}
	.common_under .flexCont{
		display: block;
	}
	.common_under .flexCont .txtBox,
	.common_under .flexCont .figBox,
	.common_under .flexCont.txtCont .txtBox{
		width: 100%;
	}
	
	.common_under .flexCont .figBox,
	.common_under .flexCont.txtCont .txtBox + .txtBox{
		margin-top: 30px;
	}
	
	.common_under .container p,
	.common_under .container ul,
	.common_under .flexCont.txtCont .txtBox figure{
		margin-top: 1em
	}
}
@media screen and (max-width: 880px){
}


/* ------------------------------------------------------------------------ */

/*  ページネーション

/* ------------------------------------------------------------------------ */

.wp-pagenavi{
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px 35px;
}

.wp-pagenavi .page,
.wp-pagenavi span{
	font-size: 1.125em;
	font-weight: 700;
	color: #CBCCCC;
}

.wp-pagenavi .page:hover,
.wp-pagenavi span{
	color: #000;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	background: #ECF1FF;
	border-radius: 50%;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after{
	display: inline-block;
	content: "";
	width: 10px;
	height: 20px;
	background: url("/common/img/icon_page-arrow_blue.svg") no-repeat center / contain;
}
.wp-pagenavi .previouspostslink::after{
	transform: scale(-1, 1);
}
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover{
	background-color: #1E4ED8;
}
.wp-pagenavi .nextpostslink:hover::after,
.wp-pagenavi .previouspostslink:hover::after{
	background-image: url("/common/img/icon_page-arrow_wht.svg");
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #B2B2B2;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #B2B2B2;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td{
		border-top		: none;
		border-right	: 1px solid #B2B2B2;
		border-bottom	: 1px solid #B2B2B2;
		border-left		: none;		
		font-weight		: normal;
		padding: 30px 20px;
	}

	.tblStyle01 th{ 
		margin			: 0; 
		text-align		: center;
		font-weight: 700;
		background: #F7F9FF;
		width: 200px;
	}

	.tblStyle01 td{
		text-align	: left;
	}

table .border-r{
	border-right: 1px solid #B2B2B2;
}



@media screen and (max-width: 897px){
	.scroll {
		overflow: scroll;
	}
	.scroll table{
		width: 700px;
	}
}
@media screen and (max-width: 767px){
	.tblStyle01 th,
	.tblStyle01 td{
		display: block;
		padding: 12px;
		width: 100%;
	}
	.tblStyle01 th{
		border-right: solid 1px #B2B2B2;
	}
}

/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}


/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.wid20  { width : 20px;}
.wid40  { width : 40px;}
.wid60  { width : 60px;}
.wid80  { width : 80px;}
.wid100 { width : 100px;}
.wid120 { width : 120px;}
.wid140 { width : 140px;}
.wid160 { width : 160px;}
.wid180 { width : 180px;}
.wid200 { width : 200px;}
.wid220 { width : 220px;}
.wid240 { width : 240px;}
.wid260 { width : 260px;}
.wid280 { width : 280px;}
.wid300 { width : 300px;}
.wid400 { width : 400px;}

.wid100p { width : 100%;}

	label { cursor : pointer; vertical-align:middle;}
	label:hover { text-decoration:none;}

	input:focus,
	textarea:focus {
		background-color : #f7fdeb;
	}

	select::-ms-expand {
		display: none;
	}

input,
select,
textarea{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6rem;
	border: solid 1px #B2B2B2;
	border-radius: 6px;
	padding: 9px;
	box-shadow: none;
	margin: 0;
	color: #000;
}

button{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	cursor: pointer;
	border: none;
}

form .disnon {
	display: none;
}

.tblStyle01.form p{
	margin: 0;
}
.tblStyle01.form th{
	text-align: left;
	width: 230px;
}
.tblStyle01.form .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form .hissu{
	color: #fff;
	font-size: 0.8em;
	display: inline-block;
	margin-left: 10px;
	background: #E60012;
	padding: 5px 3px;
	border-radius: 3px;
	line-height: 1;
}

.tblStyle01.form .wpcf7-radio .wpcf7-list-item{
	display: block;
}


form .btnBox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	gap: 40px;
}
form .btnBox .com-btn{
	max-width: 350px;
	width: 100%;
}

form .btnBox .com-btn > p{
	display: inline-block;
	text-align: left;
	line-height: 1.2;
	border-radius: 32px;
	overflow: hidden;
	margin: 0;
	position: relative;
	transition: 0.3s ease;
	width: 100%;
}
form .btnBox .com-btn > p::after{
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #fff url("/common/img/icon_arrow_red.svg") no-repeat center / 12px 13px;
	border-radius: 50%;
	margin-left: 19px;
	transition: 0.3s ease;
	position: absolute;
	top: calc(100% / 2 - 20px);
	right: 13px;
}
form .btnBox .com-btn .btn{
	padding: 19px 53px 19px 36px;
	display: block;
	background: #003289;
	color: #fff;
	font-size: 1.125em;
	font-weight: 700;
	width: 100%;
	border: none;
	transition: 0.3s ease;
}

form .btnBox .com-btn > p:hover input{
	background-color: #1E4ED8;
	cursor: pointer;
}

form .btnBox .com-btn .wpcf7-spinner{
	display: none;
}

form .btnBox .com-btn.prev > p input{
	border: solid 2px #003289;
	border-radius: 32px;
}
	form .btnBox .com-btn.prev > p::before{
		content: "";
		width: 14px;
		height: 15px;
		display: inline-block;
		background: url("/common/img/icon_arrow_prev.svg") no-repeat center / contain;
		position: absolute;
		top: calc(100% / 2 - 7.5px);
		left: 20px;
	}
	form .btnBox .com-btn.prev > p::after{
		content: none;
	}
	form .btnBox .com-btn.prev .btn{
		background: #fff;
		color: #000;
		text-align: center;
	}
	form .btnBox .com-btn.prev > p:hover input{
		border-color: #1E4ED8;
	}

@media screen and (max-width: 767px){
	.tblStyle01.form{
		table-layout: fixed;
		width: 100%;
	}
	.tblStyle01.form th{
		width: 100%;
	}
	form .btnBox{
		flex-direction: column;
		margin-top: 40px;
		gap: 20px;
	}
}
