@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;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 12px auto 0;
}
#crumb li,
#crumb li a{
	font-size: 1.4rem;
	font-weight: 400;
	position: relative;
}
#crumb li {
	display: inline-block;
	font-size: 1.4rem;
}
#crumb li a{
	color: #4c4398;
}
#crumb li a:hover{
	text-decoration: none;
	color: #4c4398;
}
#crumb li.home a::before{
	content: "\f015";
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	margin-right: 10px;
	transform: translateY(-1px);
}

#crumb li + li::before{
	content: "\f054";
	font-size: 1.2rem;
	font-family: 'FontAwesome';
	font-weight: 400;
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	color: #9f9f9f;
	margin-right: 9px;
	transform: translateY(-1px);
}


/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}
@media screen and (max-width: 767px){
	#crumb li,
	#crumb li a{
		font-size: 1.2rem;
	}
	#crumb li.home a::before{
		margin-right: 5px;
	}
}

/* Heading
--------------------------------------------------------------------------- */

.hd01{
	font-family: "Shippori Mincho", serif;
	font-size: 4rem;
	text-align: left;
	position: relative;
	margin: 0 auto 64px;
	max-width: 1300px;
	width: calc(100% - 40px);
	text-indent: -1em;
	padding-left: 1em;
}
	.hd01::before{
		content: "";
		display: inline-block;
		width: 34px;
		height: 34px;
		background: url("/common/img/icon_obje.png") no-repeat center / contain;
		margin-right: 16px;
	}

.hd02{
	font-family: "Shippori Mincho", serif;
	font-size: 3.2rem;
	color: #001655;
	text-align: left;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
	.hd02::before{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #001655;
		position: absolute;
		top: calc(100% / 2);
		left: 0;
		z-index: -1;
	}
	.hd02 span{
		background: #fff;
		padding-right: 22px;
		position: relative;
		z-index: 10;
	}

.hd03{
	font-size: 2rem;
	font-family: "Shippori Mincho", serif;
	color: #001655;
	border-bottom: solid 1px #001655;
}

@media screen and (max-width: 767px){
	.hd01{
		font-size: 2.8rem;
	}
		.hd01::before{
			width: 20px;
			height: 20px;
			margin-right: 6px;
		}
	
	.hd02{
		font-size: 2.5rem;
	}
	.hd02 span{
		padding-right: 5px;
	}
}


/* Animation
--------------------------------------------------------------------------- */
.js-fadein,
.js-fade-row > li{
	opacity: 0;
	transition: 0.8s cubic-bezier(0.4, 0, 1, 1);
	transform: translateY(20px);
}
.js-fadein.is-show,
.js-fade-row > .is-show{
	opacity: 1;
	transform: translateY(0);
}


/* お知らせ
--------------------------------------------------------------------------- */
.newsList li{
	border-bottom: solid 1px #d9d9d9;
	display: flex;
	font-size: 1.6rem;
	font-weight: 400;
	justify-content: flex-start;
	align-items: center;
	padding: 0 0 22px;
	padding-right: 30px;
	position: relative;
	width: 100%;
}
.newsList li + li{
	margin-top: 32px;
}
.newsList li .date{
	color: #606060;
	flex-shrink: 0;
	margin-right: 30px;
	min-width: 120px;
	text-align: left;
}
.newsList li .label{
	background: #4c4398;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	min-width: 120px;
	line-height: 20px;
	margin-right: 34px;
}
.newsList li a{
	display: block;
	color: #282730;
	width: 100%;
	text-align: left;
	font-weight: 400;
	position: relative;
}
.newsList li a:hover{
	color: #d96297;
}

.newsList li .ttl{
	text-align: left;
}

@media screen and (max-width: 767px){
	.newsList li{
		flex-wrap: wrap;
		padding-right: 0;
	}
	.newsList li + li{
		margin-top: 22px;
	}
	.newsList li .ttl{
		margin-top: 10px;
		width: 100%;
	}
	.newsList li .label{
		margin-right: 0;
	}
	.newsList li .date{
		margin-right: 15px;
	}
}



/* 下層キービジュアル
--------------------------------------------------------------------------- */
#keyVisual{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 260px;
}

#keyVisual .ttl{
	text-align: left;
	font-size: 4rem;
	font-family: "Shippori Mincho", serif;
	color: #001555;
    line-height: 1.2;
}

#keyVisual .ttl span{
	font-size: 3.2rem;
}

@media screen and (max-width: 768px){
	#keyVisual{
		aspect-ratio: 750/300;
		min-height: 170px;
		height: auto;
	}
}
@media screen and (max-width: 767px){
	#keyVisual .ttl{
		font-size: 2.2rem;
	}
	#keyVisual .ttl span{
		font-size: 1.6rem;
	}
}

/* table
--------------------------------------------------------------------------- */

.tblStyle01{
	border-collapse		: separate;
	*border-collapse	: collapse;
	border-spacing		: 0;
	empty-cells			: show;
	border-top			: 1px solid #bbb8cc;
	border-right		: none;
	border-bottom		: none;
	border-left			: 1px solid #bbb8cc;
	margin				: 0 auto;
	width				: 100%;
}

	.tblStyle01 th,
	.tblStyle01 td {
		border-top		: none;
		border-right	: 1px solid #bbb8cc;
		border-bottom	: 1px solid #bbb8cc;
		border-left		: none;
		font-size: 1.6rem;
		font-weight		: normal;
		padding			: 12px 20px 13px;
	}

	.tblStyle01 th{ 
		margin			: 0;
		background		: #efedfa;
		text-align		: left;
		font-weight: 500;
		border-right: none;
		color: #4c4398;
	}

	.tblStyle01 td{
		text-align	: left;
		padding-left: 40px;
	}

@media screen and (max-width: 767px){
	.tblStyle01 th,
	.tblStyle01 td{
		font-size: 1.4rem;
		padding: 9px 12px 10px;
	}
	.tblStyle01 td{
		padding-left: 12px;
	}
}

	
	
/* list
--------------------------------------------------------------------------- */

.ulStyle01{
	line-height: 1.778;
}



/* 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 : #e50100;}
.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

/* ------------------------------------------------------------------------ */
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 #9f9f9f;
	border-radius: 6px;
	padding: 9px;
	box-shadow: none;
	appearance: none;
}

button{
	font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	cursor: pointer;
	border: none;
}

form .disnon {
	display: none;
}

form .hissu{
	background: #e50100;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 0 8px 1px;
	border-radius: 4px;
}

.form.tblStyle01 th,
.form.tblStyle01 td{
	padding: 15px;
}

.form.tblStyle01 th{
	font-size: 1.8rem;
	vertical-align: middle;
	width: 350px;
}

.form.tblStyle01 th.align-top{
	vertical-align: top;
}

.form.tblStyle01 th .flex{
	align-items: center;
	flex-wrap: wrap;
}

.form.tblStyle01 td .flex{
	align-items: baseline;
	justify-content: flex-start;
}
.form.tblStyle01 td .flex.gap{
	gap: 10px 20px;
}

.form.tblStyle01 input{
	border: solid 1px #9f9f9f;
	height: 44px;
	width: 100%;
	max-width: 528px;
}

.form.tblStyle01 input:disabled{
	background: #e3e3e3;
}

.form.tblStyle01 .wid2{
	max-width: 178px;
}
.form.tblStyle01 .wid100{
	max-width: inherit;
	width: 100%;
}

.form.tblStyle01 .selectBox{
	display: inline-block;
	max-width: 230px;
	width: 100%;
	position: relative;
}
.form.tblStyle01 .selectBox::after{
	content: "\f078";
	font-family: 'FontAwesome';
	font-size: 1.4rem;
	color: #036837;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.form.tblStyle01 .selectBox select{
	width: 100%;
	height: 50px;
	cursor: pointer;
	background: #fff;
}

.form.tblStyle01 label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.form.tblStyle01 .box .placeholder{
	margin-left: calc(1em + 5px);
}

.form.tblStyle01 #post01{
	max-width: 100px;
	width: 30%;
}
.form.tblStyle01 #post02{
	max-width: 150px;
	width: 45%;
}

.form.tblStyle01 .holderTtl{
	color: #036837;
	font-weight: 500;
}

.form.tblStyle01 .hyphen{
	color: #333;
	margin: 0 10px;
}

form .policyBox{
	margin-top: 60px;
}

.form .checkInput{
	position: relative;
	padding-left: 2em;
	max-width: fit-content;
}
	.form .checkInput input{
		display: none;
	}
	.form .checkInput a{
		text-decoration: underline;
	}
	.form .checkInput .checkBox::before{
		content: "";
		display: block;
		background: #fff;
		border: solid 1px #9f9f9f;
		border-radius: 4px;
		position: absolute;
		top: 3px;
		left: 0;
		height: 20px;
		width: 20px;
	}
	.form .checkInput .checkBox::after{
		content: "\f00c";
		font-family: 'FontAwesome';
		font-size: 1em;
		color: #4c4398;
		display: block;
		opacity: 0;
		position: absolute;
		top: 3px;
		left: 0.2em;
		line-height: 20px;
	}
	.form .checkInput input:checked + .checkBox{
	}
	.form .checkInput input:checked + .checkBox::after{
		opacity: 1;
	}

.form .radioInput {
	line-height: 1.5;
	position: relative;
}
	.form .radioInput input{
		display: none;
	}
	.form .radioInput .radioBox{
		padding-left: 28px;
	}
	.form .radioInput .radioBox::before,
	.form .radioInput .radioBox::after{
		content: "";
		display: block;
		position: absolute;
	}
	.form .radioInput .radioBox::before{
		background: #fff;
		border: solid 1px #9f9f9f;
		border-radius: 50%;
		top: 3px;
		left: 0;
		height: 18px;
		width: 18px;
	}
	.form .radioInput .radioBox::after{
		background: #4c4398;
		border: 1px solid transparent;
		border-radius: 50%;
		height: 10px;
		width: 10px;
		opacity: 0;
		top: 7px;
		left: 4px;
	}
	.form .radioInput input:checked + .radioBox::after{
		opacity: 1;
	}

.form .btnBox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 64px;
}

.form .btnBox button + button{
	margin-left: 60px;
}

.form-btn{
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 62px;
	color: #4c4398;
	border: solid 1px #4c4398;
	background: #fff;
	position: relative;
	padding-right: 39px;
	letter-spacing: 0.06em;
	width: 100%;
	max-width: 400px;
	transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
	.form-btn::after{
		content: "";
		display: block;
		width: 36px;
		height: 6px;
		background: url("/common/img/icon_arrow_pur.png") no-repeat center / contain;
		position: absolute;
		top: calc(100% / 2 - 3px);
		right: 19px;
		transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
	}
	.form-btn:hover{
		background: #4c4398;
		color: #fff;
	}
	.form-btn:hover::after{
		background-image: url("/common/img/icon_arrow36.png");
	}

.form-btn.back{
	padding-right: 6px;
	padding-left: 39px;
}
.form-btn.back::after{
	right: auto;
	left: 19px;
	transform: scale(-1,1);
}

.form .notes{
	text-indent: -1em;
	padding-left: 1em;
}

.form .birthdayBox > div + div{
	margin-left: 20px;
}
.form .birthdayBox .txt{
	margin-left: 5px;
}
.form .birthdayBox .year input{
	max-width: 110px;
}
.form .birthdayBox .month input,
.form .birthdayBox .day input{
	max-width: 70px;
}

@media screen and (max-width: 1023px){
	.form.tblStyle01 td .flex{
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px){
	form .hissu{
		margin-left: 10px;
	}
	.form.tblStyle01 th,
	.form.tblStyle01 td{
		display: block;
	}
	.form.tblStyle01 th{
		border-right: solid 1px #bbb8cc;
		width: 100%;
	}
	.form.tblStyle01 th .flex{
		justify-content: flex-start;
	}
	.form .btnBox{
		flex-direction: column;
	}
	.form .btnBox button + button{
		margin-left: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	form .hissu{
		font-size: 1.4rem;
	}
	.form.tblStyle01 th{
		font-size: 1.6rem;
	}
	.form.tblStyle01 td.adress .flex{
		flex-direction: row;
		align-items: center;
	}
	.form.tblStyle01 .hyphen{
		margin: 0 3px;
		font-size: 0.5em;
	}
	
	.form .checkInput .checkBox::before{
		top: 2px;
		height: 18px;
		width: 18px;
	}
	.form .checkInput .checkBox::after{
		line-height: 18px;
		top: 2px;
		left: -1.75em;
	}
	
	.form .radioInput .radioBox::before{
		height: 18px;
		width: 18px;
	}
	.form .radioInput .radioBox::after{
		top: 7px;
		left: 4px;
	}
	.form-btn{
		font-size: 1.6rem;
	}
	
	.form .birthdayBox > div + div{
		margin-left: 10px;
	}
	.form .birthdayBox .txt{
		margin-left: 5px;
	}
	.form .birthdayBox .year input{
		width: 80px;
	}
	.form .birthdayBox .month input,
	.form .birthdayBox .day input{
		width: 50px;
	}
}

