@charset "UTF-8";

main {
margin-top:80px
}
#anchor1{
	margin-top:-120px;
	padding-top:120px;
}
#form {

}
@media screen and (max-width:767px) {
main {
margin-top:60px
}
}
main .main_visual_wrap {
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	background-image: url(../images/enrollment/kv_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%;
	height:500px;
display: flex;
align-items:center;
justify-content:center;
}
@media screen and (max-width:767px) {
main .main_visual_wrap {
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	background-image: url(../images/enrollment/sp_kv_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width:100%;
	height:250px;
display: flex;
align-items:center;
justify-content:center;
}
}
main .main_visual_wrap:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color:rgba(0,0,0,0.3);
}

main .main_visual_wrap h2{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.5;
letter-spacing:0.15em;
color:#fff;
}
main .main_visual_wrap h2 small{
display:block;
font-weight: 700;
font-size: 14px;
line-height: 1.5;
letter-spacing:0.15em;
color:#fff;
}



main .intro_wrap {
	margin: 0 auto;
	padding: 80px 0 80px;
	position:relative;
	text-align:center;
	width:auto;
	background-color:#fff;
}
@media screen and (max-width:767px) {
main .intro_wrap {
	padding: 40px 0 0px;
}
}
main .intro_wrap h2{
	margin: 0 auto 0px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
main .intro_wrap h2 em{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}
main .intro_wrap h2 strong{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
main .intro_wrap h2 small{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 14px;
line-height: 1.8;
letter-spacing:0.05em;
display:block;
}
@media screen and (max-width:767px) {
main .intro_wrap h2{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
main .intro_wrap h2 em{
	margin: 0 auto 10px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}
main .intro_wrap h2 strong{
	margin: 0 auto 15px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 18px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
main .intro_wrap h2 small{
	margin: 0 auto;
	padding: 0 20px 0;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 13px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
}

main ul.intro_list{
	margin: 50px auto 70px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:center;
}
main ul.intro_list li{
	margin: 0 40px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
}
main ul.intro_list li em{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 36px;
line-height: 1.6;
letter-spacing:0.05em;
color:#169444;
}

@media screen and (max-width:767px) {
main ul.intro_list{
	margin: 0px auto 40px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:center;
}
main ul.intro_list li{
	margin: 0 5px;
	padding: 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 13px;
line-height: 1.6;
letter-spacing:0.05em;
width:28%;
}
main ul.intro_list li img{
max-width:100%;
}
main ul.intro_list li em{
	margin: 0 0;
	padding: 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 26px;
line-height: 1.6;
letter-spacing:0.05em;
color:#169444;
}
}


main .intro_block{
	margin: 0 auto 30px;
	padding: 50px 170px 50px;
	position:relative;
	text-align:center;
width:980px;
background-color:#eaeae6;
}
@media screen and (max-width:767px) {
main .intro_block{
	margin: -10px auto 0px;
	padding: 40px 30px 40px;
	position:relative;
	text-align:center;
display: block;
width:auto;
}
}

.fee_box{
	margin: 0 auto 20px;
	padding: 15px 0 20px;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:center;
background-color:#d2e5ae;
border-radius:10px;

}
.fee_box em{
	margin: 0 10px 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 38px;
line-height: 1.6;
letter-spacing:-0.05em;
color:#169444;
}
.fee_box em small{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
color:#169444;
}

.fee_box div{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 21px;
line-height: 50px;
letter-spacing:0.05em;
color:#000;
display: flex;
align-items:flex-end;
justify-content:center;
}

.fee_box span{
	margin: 0 0 0 70px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 21px;
line-height: 21px;
letter-spacing:0.05em;
color:#000;
}
.fee_box span small{
	margin: 5px 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 11px;
line-height: 11px;
letter-spacing:0.00em;
color:#000;
display:block;
}

@media screen and (max-width:767px) {
.fee_box{
	margin: 0 auto 20px;
	padding: 10px 0 20px;
	position:relative;
	text-align:center;
display: block;
align-items:stretch;
justify-content:center;
background-color:#d2e5ae;
border-radius:5px;

}
.fee_box em{
	margin: 0 5px 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 32px;
line-height: 1.4;
letter-spacing:-0.05em;
color:#169444;
}
.fee_box em small{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 16px;
line-height: 1.4;
letter-spacing:0.05em;
color:#169444;
}

.fee_box div{
	margin: 0 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing:0.05em;
color:#000;
display: flex;
align-items:flex-end;
justify-content:center;
}

.fee_box span{
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 16px;
line-height: 16px;
letter-spacing:0.05em;
color:#000;
}
.fee_box span small{
	margin: 5px 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 11px;
line-height: 11px;
letter-spacing:0.00em;
color:#000;
display:block;
}
}




.other_block{
	margin: 0 auto 50px;
	padding: 0;
	position:relative;
	text-align:center;
}
.other_block h3{
	margin: 0 auto 20px;
	padding: 0;
	position:relative;
	text-align:justify;
font-weight: 700;
font-size: 21px;
line-height: 21px;
letter-spacing:0.05em;
color:#000;
}

ul.other_list{
	margin: 0 auto 0px;
	padding: 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}

ul.other_list li{
	margin: 0 0 10px;
	padding: 10px 20px ;
	position:relative;
	text-align:justify;
	background-color:#fff;
	border-radius:10px;
	width:48%;
	font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing:0.05em;
color:#000;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
}

ul.other_list li span{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:justify;

	font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing:0.05em;
color:#000;
}
ul.other_list li span small{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:justify;

	font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing:0.00em;
color:#000;
display:block;
}
.other_block p{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 14px;
line-height: 18px;
letter-spacing:0.05em;
color:#000;
}
.other_block p em{
color:#8fbd36;
}



@media screen and (max-width:767px) {
.other_block{
	margin: 0 auto 50px;
	padding: 0;
	position:relative;
	text-align:center;
}
.other_block h3{
	margin: 0 auto 20px;
	padding: 0;
	position:relative;
	text-align:justify;
font-weight: 700;
font-size: 21px;
line-height: 21px;
letter-spacing:0.05em;
color:#000;
}

ul.other_list{
	margin: 0 auto 0px;
	padding: 0;
	position:relative;
	text-align:center;
	display: block;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
}

ul.other_list li{
	margin: 0 0 10px;
	padding: 10px 20px ;
	position:relative;
	text-align:justify;
	background-color:#fff;
	border-radius:10px;
	width:auto;
	font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing:0.05em;
color:#000;
	display: flex;
	align-items:stretch;
	justify-content:space-between;
}

ul.other_list li span{
	margin: 0 0;
	padding: 0 0 ;
	position:relative;
	text-align:justify;

	font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing:0.05em;
color:#000;
}
ul.other_list li span small{
	margin: 0 auto;
	padding: 0 0 ;
	position:relative;
	text-align:justify;

	font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing:0.00em;
color:#000;
display:block;
}
.other_block p{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing:0.05em;
color:#000;
}
.other_block p em{
color:#8fbd36;
}

}





.subsc_block{
	margin: 0 auto 30px;
	padding: 30px 40px 40px;
	position:relative;
	text-align:center;
background-color:#fff;
border-radius:10px;
}

.subsc_block h4{
	margin: 0 auto;
	padding: 10px 0 10px;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	text-align:center;
background-color:#169444;
border-radius:10px;
font-weight: 700;
font-size: 19px;
line-height: 19px;
letter-spacing:0.05em;
color:#fff;
width:310px;
}

.subsc_column{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
display: flex;
align-items:center;
justify-content:center;
}

.subsc_column .subsc_fee{
	margin: 0 0;
	padding: 10px 20px;
	position:relative;
	text-align:center;
background-color:#deebc3;
border-radius:10px;
font-weight: 700;
font-size: 18px;
line-height: 28px;
letter-spacing:0.05em;
color:#000;
}

.subsc_column .subsc_fee em{
	margin: 0 0;
	padding: 0;
font-weight: 700;
font-size: 32px;
line-height: 32px;
letter-spacing:0.00em;
color:#169444;
}
.subsc_column .subsc_fee em small{
	margin: 0 0;
	padding: 0;
font-weight: 700;
font-size: 18px;
line-height: 18px;
letter-spacing:0.00em;
color:#169444;
}

.subsc_column p{
	margin: 0 0;
	padding: 0 10px 0 20px;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 14px;
line-height: 22px;
letter-spacing:0.00em;
color:#000;
}

.subsc_column p em{
color:#8fbd36;
}

.subsc_block h5{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}

.subsc_block h5 em{
font-size: 28px;
color:#169444;
font-weight: 800;
}




@media screen and (max-width:767px) {
.subsc_block{
	margin: 0 auto 30px;
	padding: 30px 20px 20px;
	position:relative;
	text-align:center;
background-color:#fff;
border-radius:10px;
}

.subsc_block h4{
	margin: 0 auto;
	padding: 10px 0 10px;
	position:absolute;
	top:-20px;
	left:0;
	right:0;
	text-align:center;
background-color:#169444;
border-radius:10px;
font-weight: 700;
font-size: 18px;
line-height: 18px;
letter-spacing:0.05em;
color:#fff;
width:260px;
}

.subsc_column{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
display: block;
align-items:center;
justify-content:center;
width:275px;
}

.subsc_column .subsc_fee{
	margin: 0 auto 20px;
	padding: 10px 20px;
	position:relative;
	text-align:center;
background-color:#deebc3;
border-radius:10px;
font-weight: 700;
font-size: 18px;
line-height: 28px;
letter-spacing:0.05em;
color:#000;
width:210px;
}

.subsc_column .subsc_fee em{
	margin: 0 0;
	padding: 0;
font-weight: 700;
font-size: 32px;
line-height: 32px;
letter-spacing:0.00em;
color:#169444;
}
.subsc_column .subsc_fee em small{
	margin: 0 0;
	padding: 0;
font-weight: 700;
font-size: 18px;
line-height: 18px;
letter-spacing:0.00em;
color:#169444;
}

.subsc_column p{
	margin: 0 0;
	padding: 0 10px 30px 0px;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 13px;
line-height: 22px;
letter-spacing:0.05em;
color:#000;
}

.subsc_column p em{
color:#8fbd36;
}

.subsc_column .intro_img{
	position:absolute;
bottom:15px;
right:-40px;
}
.subsc_column .intro_img img{
width:130px;
}

.subsc_block h5{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}

.subsc_block h5 em{
font-size: 28px;
color:#169444;
font-weight: 800;
}

}




ul.merit_list{
	margin: 0 auto 20px;
	padding: 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:center;
}

ul.merit_list li{
	margin: 0 10px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: inline-block;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #deebc3;
	text-align:center;
	line-height: 160px;
}

ul.merit_list li span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :160px;
	text-align:center;

font-weight: 600;
font-size: 15px;
line-height: 26px;
letter-spacing:0.00em;
color:#000;
}
ul.merit_list li span img{
	display: inline-block;
}
.subsc_block p.subsc_note{
	margin: 0 0 0 1em;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 14px;
line-height: 22px;
letter-spacing:0.00em;
color:#000;
text-indent:-1em;
}


@media screen and (max-width:767px) {
ul.merit_list{
	margin: 0 -10px 10px;
	padding: 0;
	position:relative;
	text-align:center;
	display: flex;
	align-items:stretch;
	justify-content:center;
	flex-wrap:wrap;
}

ul.merit_list li{
	margin: 0 5px;
	padding: 0 0 ;
	position:relative;
	text-align:center;
	display: inline-block;
	width: 134px;
	height: 134px;
	border-radius: 50%;
	background-color: #deebc3;
	text-align:center;
	line-height: 134px;
}

ul.merit_list li span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :134px;
	text-align:center;

font-weight: 600;
font-size: 15px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}
ul.merit_list li span img{
	display: inline-block;
}
.subsc_block p.subsc_note{
	margin: 0 0 0 1em;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 13px;
line-height: 22px;
letter-spacing:0.00em;
color:#000;
text-indent:-1em;
}

}





.discount_block{
	margin: 0 auto 0px;
	padding: 30px 40px 30px;
	position:relative;
	text-align:center;
background-color:#d6d8ce;
border-radius:10px;
}

.discount_block h5{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}

.discount_block p{
	margin: 0 0 20px;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 14px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}

.discount_column{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:space-between;
}

ul.discount_list{
	margin: 0 0;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
}
ul.discount_list li{
	margin: 0 0;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 16px;
line-height: 36px;
letter-spacing:0.00em;
color:#000;
}
ul.discount_list li em{
	margin: 0 5px 0 0;
	padding: 8px 8px ;
	position:relative;
	text-align:center;
font-weight: 500;
font-size: 21px;
line-height: 21px;
letter-spacing:0.05em;
color:#fff;
background-color:#169444;
display:inline-block;
}

.discount_box{
	margin: 0 0 0px;
	padding: 10px 10px;
	position:relative;
	text-align:justify;
background-color:#fff;
border-radius:10px;
font-weight: 600;
font-size: 18px;
line-height: 24px;
letter-spacing:0.01em;
color:#000;
}
.discount_box span{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 600;
font-size: 24px;
line-height: 24px;
letter-spacing:0.01em;
color:#169444;
}
.discount_box span em{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 700;
font-size: 36px;
line-height: 36px;
letter-spacing:0.05em;
color:#169444;
}
.discount_box small{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 600;
font-size: 14px;
line-height: 14px;
letter-spacing:0.00em;
color:#000;
}



@media screen and (max-width:767px) {
.discount_block{
	margin: 0 auto 0px;
	padding: 20px 20px 20px;
	position:relative;
	text-align:center;
background-color:#d6d8ce;
border-radius:10px;
}

.discount_block h5{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 800;
font-size: 18px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}

.discount_block p{
	margin: 0 0 20px;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 13px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}

.discount_column{
	margin: 0 auto;
	padding: 0;
	position:relative;
	text-align:center;
display: block;
align-items:stretch;
justify-content:space-between;
}

ul.discount_list{
	margin: 0 0;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
}
ul.discount_list li{
	margin: 0 0 12px;
	padding: 0 0 0 ;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 15px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}
ul.discount_list li em{
	margin: 0 5px 0 0;
	padding: 10px 8px ;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 21px;
line-height: 21px;
letter-spacing:0.05em;
color:#fff;
background-color:#169444;
display:inline-block;
white-space:nowrap;
}
ul.discount_list li:nth-child(1){
display: flex;
align-items:center;
justify-content:flex-start;
}
ul.discount_list li:nth-child(2){
margin: 0 0 12px 1em;
text-indent:-1em;
}

.discount_box{
	margin: 0 auto 0px;
	padding: 10px 30px;
	position:relative;
	text-align:justify;
background-color:#fff;
border-radius:10px;
font-weight: 600;
font-size: 18px;
line-height: 24px;
letter-spacing:0.01em;
color:#000;
width:auto;
}
.discount_box span{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 600;
font-size: 22px;
line-height: 22px;
letter-spacing:0.01em;
color:#169444;
}
.discount_box span em{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 700;
font-size: 36px;
line-height: 36px;
letter-spacing:0.05em;
color:#169444;
}
.discount_box small{
	margin: 0 0 0px;
	padding: 0 0;
	position:relative;
	text-align:justify;
border-radius:10px;
font-weight: 600;
font-size: 14px;
line-height: 14px;
letter-spacing:0.00em;
color:#000;
}

}


main .flow_wrap {
	margin: 0 auto;
	padding: 90px 0 70px;
	position:relative;
	text-align:center;
	width:auto;
	background-color:#dcebc2;
}
@media screen and (max-width:767px) {
main .flow_wrap {
	padding: 40px 20px 40px;
	width:auto;
}
}

main .flow_wrap_h2{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	width:1100px;
}

main .flow_wrap h2{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
}
main .flow_wrap h2 em{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.15em;
border-bottom:2px solid #000;
display:inline-block;
}

@media screen and (max-width:767px) {
main .flow_wrap_h2{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	width:auto;
}
main .flow_wrap h2{
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	position:relative;
	top:auto;
	left:auto;
	text-align:center;
}
main .flow_wrap h2 em{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.10em;
border-bottom:2px solid #000;
display:inline-block;
}
}



ul.flow_list{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	width:660px;
}

@media screen and (max-width:767px) {
ul.flow_list{
	width:auto;
}
}

ul.flow_list li{
	margin: 0 auto;
	padding: 0 0 50px 0;
	position:relative;
	text-align:center;
display: flex;
align-items:center;
justify-content:space-between;
}
ul.flow_list li::before {
content: "";
position: absolute;
bottom:12px;
right:0;
width: 100%;
height: 28px;
background-image: url("../images/enrollment/arr.svg");
background-repeat: no-repeat;
background-position: left 360px bottom;
background-size:auto;
}
ul.flow_list li:nth-last-child(1)::before {
background-image: none;
}


ul.flow_list li h3{
	margin: 0 0;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
	display: inline-block;
	width:70px;
	height: 70px;
	border-radius: 50% 50% 0 50%;
	background-color: #8fbd36;
	text-align:center;
	line-height: 70px;
}
ul.flow_list li h3 span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :70px;
	text-align:center;

font-weight: 600;
font-size: 15px;
line-height: 15px;
letter-spacing:0.00em;
color:#fff;
}
ul.flow_list li h3 span em{
display:block;
font-weight: 800;
font-size: 27px;
line-height: 27px;
letter-spacing:0.00em;
color:#fff;
}

@media screen and (max-width:767px) {
ul.flow_list li{
	margin: 0 auto;
	padding: 0 0 50px 0;
	position:relative;
	text-align:center;
display: flex;
align-items:stretch;
justify-content:space-between;
}
ul.flow_list li::before {
content: "";
position: absolute;
bottom:8px;
right:0;
width: 100%;
height: 34px;
background-image: url("../images/enrollment/arr.svg");
background-repeat: repeat-y;
background-position: center bottom;
background-size:auto 17px;
}
ul.flow_list li:nth-last-child(1)::before {
background-image: none;
}
ul.flow_list li h3{
	margin: 0 0;
	padding: 0 0 0 0;
	position:absolute;
	top:-30px;
	left:-10px;
	text-align:center;
	display: inline-block;
	width:54px;
	height: 54px;
	border-radius: 50% 50% 0 50%;
	background-color: #8fbd36;
	text-align:center;
	line-height: 70px;
	z-index:1;
}
ul.flow_list li h3 span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width :54px;
	text-align:center;

font-weight: 600;
font-size: 11px;
line-height: 11px;
letter-spacing:0.00em;
color:#fff;
}
ul.flow_list li h3 span em{
display:block;
font-weight: 800;
font-size: 21px;
line-height: 21px;
letter-spacing:0.00em;
color:#fff;
}
}

ul.flow_list li div{
	margin: 0 0;
	padding: 0 0 5px 0;
	position:relative;
	text-align:center;
	border-radius: 10px;
	background-color: #fff;
	width:566px;
}

ul.flow_list li div.div_half{
	width:273px;
}

ul.flow_list li h4{
	margin: 0 0;
	padding: 15px 0 10px;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}
ul.flow_list li p{
	margin: 0 0;
	padding: 0 30px 15px;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 14px;
line-height: 24px;
letter-spacing:0.01em;
color:#000;
}
ul.flow_list li a{
	margin: 0 0;
	padding: 12px 20px;
	position:absolute;
	right:20px;
	bottom:20px;
	text-align:center;
font-weight: 500;
font-size: 14px;
line-height: 14px;
letter-spacing:0.01em;
color:#fff;
background-color:#666464;

}


@media screen and (max-width:767px) {
ul.flow_list li div{
	margin: 0 0;
	padding: 0 0 10px 0;
	position:relative;
	text-align:center;
	border-radius: 10px;
	background-color: #fff;
	width:100%;
}

ul.flow_list li div.div_half{
	width:49%;
	padding: 5px 0 20px 0;
display: flex;
align-items:center;
justify-content:center;
}


ul.flow_list li h4{
	margin: 0 0;
	padding: 20px 0 5px;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing:0.00em;
color:#000;
}
ul.flow_list li p{
	margin: 0 0;
	padding: 0 20px 15px;
	position:relative;
	text-align:justify;
font-weight: 500;
font-size: 13px;
line-height: 24px;
letter-spacing:0.01em;
color:#000;
}
ul.flow_list li a{
	margin: 0 auto 20px;
	padding: 12px 20px;
	position:relative;
	right:auto;
	bottom:auto;
	text-align:center;
font-weight: 500;
font-size: 14px;
line-height: 14px;
letter-spacing:0.01em;
color:#fff;
background-color:#666464;
display:inline-block;
}

}



@media screen and (max-width:767px) {

}










main .contact_wrap {
	margin: 0 auto 0;
	padding: 80px 0 80px;
	position:relative;
	text-align:center;
	width:auto;
	background-color:#fff;
}
@media screen and (max-width:767px) {
main .contact_wrap {
	padding: 40px 20px 40px;
	width:auto;
}
}

main .contact_wrap h2{
	margin: 0 auto 30px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
main .contact_wrap h2 em{
	margin: 0 auto 20px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}
main .contact_wrap h2 strong{
	margin: 0 auto 20px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 21px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
main .contact_wrap h2 small{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 600;
font-size: 14px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
main .contact_wrap h3{
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	position:relative;
	text-align:justify;
font-weight: 700;
font-size: 18px;
line-height: 1.6;
letter-spacing:0.05em;
}


@media screen and (max-width:767px) {
main .contact_wrap h2{
	margin: 0 auto 10px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
}
main .contact_wrap h2 em{
	margin: 0 auto 5px;
	padding: 0 0 3px 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
border-bottom:2px solid #000;
display:inline-block;
}
main .contact_wrap h2 strong{
	margin: 0 auto 15px;
	padding: 0 0 0 0;
	position:relative;
	text-align:center;
font-weight: 700;
font-size: 19px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
main .contact_wrap h2 small{
	margin: 0 auto;
	padding: 0 0 0 0;
	position:relative;
	text-align:justify;
font-weight: 600;
font-size: 13px;
line-height: 1.6;
letter-spacing:0.05em;
display:block;
}
}


table.table_form{
	width:600px;
	margin: 0 auto 25px;
	padding: 0 0 0 0;
	position: relative;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:0px solid #444;
}
@media screen and (max-width:767px) {
table.table_form{
	width:auto;
	margin: 0 auto 15px;
	padding: 0 0 0 0;
	position: relative;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:0px solid #444;
}
}

table.table_form tr{

}

table.table_form tr:nth-child(1){

}

table.table_form tr.tr_inline{
	text-align:justify;
}
table.table_form tr.tr_inline th{
	display:inline-block;
	padding: 15px 0;
}
table.table_form tr.tr_inline td{
	display:inline-block;
	padding: 15px 0 15px 30px;
}

@media screen and (max-width:767px) {
table.table_form tr.tr_inline th{
	display:block;
	padding: 15px 0;
}
table.table_form tr.tr_inline td{
	display:block;
	padding: 0 0 15px 0;
}
}


table.table_form th{
	margin: 0 0 0 0;
	padding: 15px 0 15px 0;
	font-size:14px;
	line-height: 1.8;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;
	width:auto;
	vertical-align:middle;
	display:block;
}

table.table_form th .submessage{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

table.table_form th span{
	margin: 0 10px 0 0;
	padding: 2px 5px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#fff;
	background-color:#fff;
}

table.table_form th span.require{
	margin: 0 10px 0 0;
	padding: 1px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 12px;
	letter-spacing:0px;
	color:#fff;
	background-color:#169444;
}

table.table_form th span.any{
	margin: 0 10px 0 0;
	padding: 2px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:0px;
	color:#444;
	background-color:#dbdbda;
}

table.table_form th span.row_txt{

	font-size:14px;
	line-height: 1.5;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;
	display:inline-block;
	vertical-align:middle;
}


table.table_form td{
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	position: relative;
	font-size:14px;
	line-height: 1.8;
	font-weight:normal;
	color:#000;
	letter-spacing:0px;
	text-align:justify !important;
	vertical-align:middle;
	border-bottom:0px solid #ccc;
	width:auto;
	display:block;
}

table.table_form td span.note_txt{
	margin: 0 0 0 0;
	padding: 15px 0 0;
	position: relative;
	font-size:12px;
	line-height: 1.5;
	font-weight:normal;
	color:#000;
	letter-spacing:0px;
	text-align:justify ;
	display:block;
}

table.table_form td span.address_search,
table.table_form td a.address_search{
	margin: 0 0 0 0;
	padding: 7px 7px;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	background-color:#444;
	cursor: pointer;
}
table.table_form td a.address_search:hover{
	text-decoration:none;
	background-color:#777;
}

table.table_form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin-right:2em;
	padding:10px;
	border:0px solid #ccc;
	font-size:14px;
	line-height:1.1;
	background:#e6e6e6;
	box-sizing: border-box;
	color:#000;
	border-radius:5px;
}
table.table_form div.kakomi select {
	margin-right:0;
	width:100%;
}
table.table_form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px;
	border:0px solid #ccc;
	font-size:14px;
	line-height:1.1;
	background:#e6e6e6;
	box-sizing: border-box;
	border-radius:5px;
	text-align:justify;
}
table.table_form input[type="date"]::-webkit-date-and-time-value {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding:10px;
	border:0px solid #ccc;
	font-size:14px;
	line-height:1.1;
	box-sizing: border-box;
	border-radius:5px;
	text-align:justify;
	background:transparent;
}
table.table_form input:focus {
	outline: none;
}

table.table_form input.input_size1{
	margin:0 0 0 0;
	width:100%;
}

table.table_form input.input_size2{
	margin:0 0 0 0;
	width:100%;
}

table.table_form input.withicon{
	background-image: url(../images/enrollment/icon.svg);
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
	background-size: auto;
	z-index:10;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}
.date-wrapper {
  position: relative;
  display: inline-block;
}
.date-wrapper::after {
  content: url('../images/enrollment/icon.svg');
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


table.table_form td.flex_kakomi{
display: flex;
align-items:stretch;
justify-content:space-between;
}
table.table_form td.flex_kakomi .kakomi{
	width:48%;
}

table.table_form td.flex_kakomi2{
display: flex;
align-items:stretch;
justify-content:space-between;
}
table.table_form td.flex_kakomi2 .kakomi{
	width:47%;
	position:relative;
}
@media screen and (max-width:767px) {
table.table_form td.flex_kakomi2 .sp_kakomi{
	width:100%;
	position:relative;
}
}

table.table_form td.flex_kakomi2 .kakomi:before {
	content: '';
	flex-shrink:0;
	border-top:2px solid #333;
	border-right:2px solid #333;
	transform:rotate(135deg);
	border-color:#333;
	height:11px;
	width:11px;
	display:inline;
	margin:auto;
	right:15px;
	top:-2px;
	bottom:0;
	position:absolute;
	z-index:1;
}


table.table_form th.th_column{
display: flex;
align-items:stretch;
justify-content:space-between;
}
table.table_form th.th_column .column{
	width:47%;
	margin: 0 0 0 0;
	padding: 15px 0 5px 0;
	font-size:14px;
	line-height: 1.8;
	font-weight:bold;
	color:#000;
	letter-spacing:0px;
	text-align:justify;

}



table.table_form textarea{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	margin:0 0 0 0;
	padding:5px;
	border:0px solid #ccc;
	font-size:14px;
	line-height:1.5;
	background:#e6e6e6;
	width:100%;
	border-radius:5px;
}

table.table_form textarea:focus {
	outline: none;
}
table.table_form td .td_radio input[type=radio]{
	display: none;
}
table.table_form td .td_radio input[type=radio]{
	display: none;
}
table.table_form td .td_radio label span{
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 3px 10px 3px 30px;
	position: relative;

}
table.table_form td .td_radio label span::before {
	background-color:#fff;
	border: 1px solid #bdb9b3;
	border-radius: 50%;
	content: '';
	display: block;
	height: 13px;
	left: 6px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 13px;
}
table.table_form td .td_radio label span::after {
	background: #444;
	border-radius: 50%;
	content: '';
	display: block;
	height: 15px;
	left: 6px;
	margin-top: -8px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 15px;
}
table.table_form td .td_radio label input[type=radio]:checked + span::after {
	opacity: 1;
}

table.table_form td .td_radio2 b{
	display: block;
	margin-bottom:8px;
}
table.table_form td .td_radio2 input[type=radio]{
	display: none;
}
table.table_form td .td_radio2 label span{
	display: inline-block;
	margin: 0 14px 16px 0;
	width: 110px;
	padding: 5px 0;
	text-align:center;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
}
table.table_form td .td_radio2.select_day label span{
	margin: 0 17px 16px 0;
	width: 150px;
}
table.table_form td .td_radio2 label input[type="radio"]:checked + span {
	background-color: #aaa;
	color: #ffffff;
}
table.table_form td .td_radio2 label span:hover {
	background-color: #f2f2f1;
}

table.table_form td.td_check input[type=checkbox] {
	display: none;
}
table.table_form td.td_check label span{
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 0;
	position: relative;
	min-width:130px;
}
table.table_form td.td_check label span::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background:#fff;
	margin-right: 10px;
	border: 2px solid #777;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
	margin-top:-3px;
}
table.table_form td.td_check label span::after {

	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background:#169444;
	border: 0px solid #169444;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
}
table.table_form td.td_check label input[type=checkbox]:checked + span::after {
	opacity: 1;
}


.mwform-radio-field input[type=radio] {
	position: absolute;
	visibility: hidden;
	width: auto;
}
.mwform-radio-field span {
	margin:0px 30px 0 0;
	padding:0 0 0 0;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
}
@media screen and (max-width:767px) {
.mwform-radio-field span {
	margin:0px 20px 0 0;
}
}
.mwform-radio-field span::before {
	position: relative;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background:#fff;
	margin-right: 10px;
	border: 2px solid #777;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
	margin-top:-3px;
}
.mwform-radio-field input[type=radio]:checked + span::before {

}
.mwform-radio-field input[type=radio]:checked + span::after {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background:#169444;
	border: 0px solid #777;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
}


.caution_txt{
	margin: 0 auto 50px;
	padding: 0 0;
	text-align:justify;
	width:600px;
}

.caution_txt strong{
	font-weight:500;
	font-size: 14px;
}

.caution_txt p{
	margin: 5px 0 0 1em;
	padding: 0 0;
	font-size: 14px;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing:0.05em;
	color:#444;
	text-align:justify;
	text-indent:-1em;
}

@media screen and (max-width:767px) {
.caution_txt{
	margin: 0 auto 20px;
	padding: 0 0;
	text-align:justify;
	width:auto;
}
}


.btn_form {
	text-align:center;
}

.btn_form .submit_btn{
	padding: 10px 50px;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing:1px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#666;
	border:2px solid #666;
	
	display:inline-block;

}

.btn_form .submit_btn:hover{
	cursor: pointer;
	color:#666;
	background-color:#eee;
}

.btn_form input {
	border:none;
}

.btn_form input:hover {

}

