@charset "UTF-8";
/*
============================================================
コンテンツ　設定
============================================================
*/

:root{
	--title-color:#00225D;
	--link-color:#00225D;
	--light-color:rgba(0,160,233,.17);
	--main-color:#00225D;
}

.title{
	cursor: pointer;
}


/*----------メインビジュアル---------*/

.visual_area{
	position: relative;
	text-align: center;
	background-image: url("../images/main_visual_bk.webp");
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.visual_area h1{
	position: relative;
	padding:80px 0;
	z-index: 2;
}

.visual_area img{
	width:80%;
	max-width: 700px;
	background-color: rgba(210, 236, 250,.8);
}

/*----------リード文---------*/

.lead_area{
	margin:60px auto;
}

.lead_wrap{
	max-width:1200px;
	display: flex;
	margin: auto;
	flex-direction: row-reverse;
}

.lead_area h2{
	color:var(--main-color);
	font-weight:600;
	font-size:30px;
	line-height: 1.25em;
	padding-bottom: 15px;
}

.lead_mv_box{
	width:60%;
	padding:0 15px 0 30px;
	height:auto;
}
.lead_mv_box iframe{
	aspect-ratio:16 / 9;
	width:100%;
	height:auto;
}

.lead_text_box{
	width:40%;
	margin:0 auto;
	padding:20px 30px 0 15px;
}

.lead_text_box p{
	margin-bottom: 10px;
}


/*----------リード文　動画なし---------*/

.lead_wrap_single{
	max-width:1140px;
	padding:0 20px;
	margin: auto;
}

.lead_wrap_single h2{
	text-align: center;
	color:var(--main-color);
	font-weight:600;
	font-size:34px;
	line-height: 1.25em;
	padding-bottom: 15px;
}

.lead_wrap_single p{
	text-align: center;
	margin-bottom: 15px;
	font-size: 115%;
}



/*----------申込ボタン＊申し込み前＆受付終了---------*/

.btn_area_apply{
	margin:25px auto;
	max-width:700px;
}

.btn_area_apply a{
	display: block;
	background-color: var(--main-color);
	color:#fff;
	font-weight:600;
	font-size:26px;
	padding:5px 20px;
	border-radius: 12px;
	margin:10px;
	transition: .2s;
}
.btn_area_apply a span{
	font-size:80%;
}

@media screen and ( min-width:521px) {
	.btn_area_apply a:hover{
		background-color:var(--link-color);
		color:#fff;
	}
}

.btn_area_apply span.gray{
	display: block;
	background-color: rgba(0,0,0,.3);
	color:#fff;
	font-weight:600;
	font-size:26px;
	padding:5px 20px;
	border-radius: 12px;
	margin:0 10px;
	transition: .2s;
}
.btn_area_apply a.gray{
	pointer-events: none;
	background-color: rgba(0,0,0,.3);
}

.btn_area_apply p{
	text-align: center;
	font-size:17px;
	color:#333;
	font-weight:600;
	padding-top:5px;
}

/*----------終了---------*/
.btn_area_apply .closed_box{
	margin-top: 30px;
}

.btn_area_apply p.closed{
	font-size:20px;
	padding:14px 15px 10px;
	border-top:#464646 solid 2px;
	border-bottom:#464646 solid 2px;
	margin-bottom: 60px;
	line-height: 1.4em;
}


/*----------リンクボタン---------*/

.btn_area_link{
	margin:25px auto;
	max-width:700px;
	display: flex;
}

.btn_area_link a{
	display: block;
	background-color:var(--link-color);
	border:2px solid var(--link-color);
	color:#fff;
	font-weight:600;
	font-size:18px;
	padding:3px 20px;
	margin:0 10px;
	border-radius: 12px;
	width:20%;
	transition: .2s;
}

@media screen and ( min-width:521px) {
	.btn_area_link a:hover{
		background-color:rgba(255,255,255,0);
		color:var(--link-color);
	}
}


/*----------特徴---------*/

#feature{
	margin:40px auto 0;
}

#feature h2{
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding:50px 20px 10px;
}

#feature h2 img{
	max-width:800px;
	border: #fff solid 3px;
}


.feature_box{
	margin:auto;
	padding:15px 0 25px;
	max-width:1140px;
}

.feature_box h3{
	text-align: left;
	color:var(--main-color);
	font-weight:600;
	font-size:24px;
	padding:10px 0 0;
	border-bottom:var(--main-color) 2px solid;
}

.feature_wrap{
	display:flex;
	position:relative;
	margin:5px 20px 35px;
}

.feature_wrap.rtl{
	flex-direction:row-reverse;
}

.feature_wrap.fst::after,
.feature_wrap.scd::after,
.feature_wrap.trd::after{
	content: "";
	position: absolute;
	font-size:250px;
	font-family:"arial unicode ms","arial";
	color:rgba(0,162,155,.25);
	line-height:0.8;
	font-weight: 600;
	top:0;
}

.feature_wrap.fst::after{
	content: "１";
	right:0;
}
.feature_wrap.scd::after{
	content: "２";
	left:0;
}
.feature_wrap.trd::after{
	content: "３";
	right:0;
}

.feature_wrap .inner_img{
	width:34%;
	padding-right:1%;
}

.feature_wrap.rtl .inner_img{
	padding-right:0;
	padding-left:1%;
}

.feature_wrap .inner_text{
	width:65%;
	position: relative;
	padding:10px;
	z-index: 10;
}

.feature_wrap .inner_text.btn_ft{
	padding-bottom:53px;
}

.feature_wrap .inner_text p{
	padding:10px;
}

.feature_wrap .inner_text .teacher{
	background-color:var(--main-color);
	color:#fff;
	font-weight:600;
	display: inline-block;
	position: absolute;
	bottom: 15px;
	left: 10px;
	padding:8px 20px;
	border:2px solid var(--main-color);
	cursor: pointer;
	transition: 0.2s;
}

@media screen and ( min-width:521px) {
	.feature_wrap .inner_text .teacher:hover{
		background-color:rgba(255,255,255,0);
		color:var(--main-color);
		transition: 0.2s;
	}
}


.feature_box .box{
	display: none;
	margin-top: -20px;
	margin-bottom: 20px;
}

.feature_box .online{
	position: relative;
	z-index: 12;
	display: flex;
}

.feature_box .online .wrap{
	display: flex;
	margin: auto;
	padding:5px;
}

.feature_box .online .wrap .inner_img{
	width:25%;
}
.feature_box .online .wrap .inner_text{
	width:75%;
}

.feature_box .online .wrap .inner_text p{
	padding:10px 20px;
	line-height:1.5em;
}

.inner_h4{
	background-color:var(--title-color);
	color:#fff;
	text-align: left;
	font-size:20px;
	font-weight:600;
}
.inner_h4 span{
	display: inline-block;
	padding:2px 10px 0;
	margin: 5px 10px 5px 5px;
	border:#fff solid 1px;
	font-size:16px;
	font-weight:400;
}





/*----------実施要項---------*/

#details{
	margin:0 auto 40px;
	padding:0 0 40px;
	background-color: #edf9ff;
	color:var(--main-color);
}

#details h2{
	color:#fff;
	font-weight:600;
	font-size:40px;
	padding:40px 20px 5px;
	letter-spacing: 0.1em;
	margin:0 auto;
}

#details h2 img{
	max-width:430px;
}

.details_outbox{
	display: flex;
	margin: auto;
	max-width:1100px;
	width:100%;
	text-align: left;
}

.details_box.lft{
	width:55%;
	margin:0 20px;
}

.details_box.rit{
	width:45%;
	margin:0 20px;
}

.details_box h3{
	background-color:var(--title-color);
	color:#fff;
	display:inline-block;
	margin-bottom: 5px;
	padding:7px 20px 3px;
	line-height: 1em;
	font-size: 32px;
	font-weight:600;
}

.date time,
.details_time_wrap time,
.details_time_wrap p{
	display: inline-block;
	color:var(--main-color);
	font-weight:600;
	font-size: 70px;
	letter-spacing: -0.02em;
	font-family:"arial";
	transform: scale(0.9, 1);
	margin:0.05em -0.2em 0 0;
}

time.t_m{
	font-size: 47px;
	letter-spacing: 0em;
}

.details_time_wrap span:not(.min),
.date span:not(.hphn):not(.min){
	text-align: center;
	vertical-align:bottom;
	display: inline-block;
	color:#edf9ff;
	background-color: var(--main-color);
	font-weight:600;
	font-size: 24px;
	width:30px;
	line-height: 1em;
	border-radius: 20px;
	margin: 0 2px 1.3em 7px;
	padding:4px 0 0 ;
	border:var(--main-color) solid 1px;
}

.date.main{
	margin-bottom: 16px;
}

.date.main time{
	font-size: 100px;
}

.date span.an{
	color:#fff;
	border:#fff solid 1px;
	background-color:rgba(255,255,255,0);
}

.details_box h4:not(.inner_h4){
	color:var(--main-color);
	border:var(--main-color) solid 2px;
	display:inline-block;
	padding:4px 12px 0;
	line-height: 1.2em;
	font-size: 22px;
	font-weight:600;
}
.details_box h4:not(.inner_h4) span{
	font-size: 80%;
}

.details_box_point{
	display: flex;
	margin-bottom: 20px;
}
.details_box_point .date span:not(.hphn):not(.min){
	margin-bottom: 18px;
}

.details_box_point .date span{
	margin:0 4px 14px;
}

.hphn{
	color: #fff;
	font-weight:600;
	font-size: 40px;
}

time .min{
	font-size: 70%;
}


/*===申込受付期間===*/

.details_result .note{
	margin-top: -20px;	
}

/*===申込受付期間===*/

.details_time_wrap{
	margin-top: -0.6em;
	margin-bottom: 14px;
	
}

/*===受験料（税込）===*/

.details_sml_wrap{
	margin-bottom: 28px;
}

.details_sml_wrap .wrap_pack{
	display: flex;
	margin: 5px 0;
}

.details_sml_wrap .wrap_pack p{
	padding:6px 8px 0;
	font-size:23px;
	line-height: 1em;
}

.details_sml_wrap .wrap_pack .stdt{
	border:var(--main-color) 2px solid;
	font-size:18px;
	font-weight:600;
	width:220px;
	text-align: center;
}

/*===申込方法===*/

.details_apply{
	margin-bottom: 26px;
}

.details_apply .itnt{
	font-weight:600;
	font-size:24px;
	line-height: 1em;
	margin-top: 10px;
}

.apply_btn a{
	display:inline-block;
	position: relative;
	margin-top:10px;
	color:var(--main-color);
	border:var(--main-color) 2px solid;
	padding:2px 25px 2px 10px;
	transition: .2s;
}

.apply_btn span.gray{
	display:inline-block;
	margin-top:10px;
	color:#fff;
	padding:4px 16px;
	background-color: rgba(0,0,0,.3);
}
.apply_btn p{
	display:inline-block;
	padding:0 7px;
	font-weight:600;
}

.apply_btn a::after{
	content: "";
	position: absolute;
	top:6px;
	right:10px;
	width:10px;
	height:10px;
	border-bottom:var(--main-color) 2px solid;
	border-right:var(--main-color) 2px solid;
	transform: rotate(-45deg);
	transition: .2s;
}

@media screen and ( min-width:521px) {
	.apply_btn a:hover{
		color:#fff;
		background-color:var(--main-color);
	}
	.apply_btn a:hover::after{
		border-bottom:#fff 2px solid;
		border-right:#fff 2px solid;
	}
}


/*===受験会場===*/


.details_location{
	
}

.details_location a{
	display:inline-block;
	position: relative;
	margin-top:10px;
	font-size:20px;
	color:#fff;
	background-color:var(--main-color);
	border:var(--main-color) 2px solid;
	font-weight:600;
	padding:2px 30px 2px 10px;
	transition: .2s;
}

.details_location a::after{
	content: "";
	position: absolute;
	top:8px;
	right:10px;
	width:10px;
	height:10px;
	border-bottom:#fff 2px solid;
	border-right:#fff 2px solid;
	transform: rotate(45deg);
	transition: .2s;
}

@media screen and ( min-width:521px) {
	.details_location a:hover{
		color:var(--main-color);
		background-color:rgba(255,255,255,0);
	}
	.details_location a:hover::after{
		border-bottom:var(--main-color) 2px solid;
		border-right:var(--main-color) 2px solid;
	}
}

/*===模試の中止・延期について===*/

.details_attention{
	border: var(--main-color) 2px solid;
	margin: 20px auto;
	max-width:1100px;
}

@media screen and ( max-width:1160px) {
	.details_attention{
		margin: 30px;
	}
}

.details_attention h3{
	text-align: left;
	padding:20px 20px 0;
	font-size: 26px;
	font-weight:600;
	color:var(--main-color);
	letter-spacing:-0.02em;
}
.details_attention h3:before,
.details_attention h3:after{
	content:"";
	display: inline-block;
	width: 7px;
	height:26px;
	margin:0 6px -2.4px;
	background-color: var(--main-color);
}

.details_attention p{
	padding:0 20px 20px;
	font-weight:600;
}

.details_box .detail_point{
	margin:0 auto 10px;
}

.details_box .teacher{
	display: inline-block;
	position: relative;
	background-color: var(--main-color);
	color:#fff;
	font-weight: 600;
	font-size:18px;
	letter-spacing: 0.1em;
	padding:4px 13px 3px 22px;
	transition: .2s;
}

.details_box .teacher::before{
	content: "";
	position: absolute;
	top:10px;
	left:0;
	width:10px;
	height:10px;
	border-bottom:#fff 2px solid;
	border-right:#fff 2px solid;
	transform: rotate(-45deg);
	transition: .2s;
	
}
@media screen and ( min-width:521px) {
	.details_box .teacher:hover{
		background-color:var(--link-color);
		color:var(--main-color);
		transition: .2s;
	}
	.details_box .teacher:hover::before{
		border-bottom:var(--main-color) 2px solid;
		border-right:var(--main-color) 2px solid;
	}
}

/*-------------------------------------
			テーブル一括指定
---------------------------------------*/

table{
	border-collapse: collapse;
	margin: auto;
	width:100%;
}

table th,
table td{
	border: solid 2px #fff;
	padding: 5px;
	line-height: 1.2em;
}

table tr:nth-child(1),
.test table tr:nth-child(2),
.test table tr:nth-child(3){
	background-color:#00A29A;
}




/*----------実施申込型---------*/

.test tr:nth-child(4),
.test tr:nth-child(7),
.test tr:nth-child(8),
.test tr:nth-child(13){
	background-color:#fff9ac;
}

.test tr:nth-child(5),
.test tr:nth-child(6),
.test tr:nth-child(9),
.test tr:nth-child(10),
.test tr:nth-child(11),
.test tr:nth-child(12),
.test tr:nth-child(14){
	background-color:#fffbcf;
}

.test tr:nth-child(1) td,
.test tr:nth-child(2) td,
.test tr:nth-child(3) td{
	font-weight: 600;
	color: #fff;
	padding:7px;
}

.test tr:nth-child(1) td:first-child{
	min-width:60px;
}

.test td:nth-child(n+3){
	width:40px;
}

.test tr td:last-child:not(.cts){
	width:auto;
	min-width:42px;
}


.test_box{
	max-width:1240px;
	margin: auto;
	padding:0 20px;
}

.test h2{
	background-color:var(--main-color);
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding:6px 0 5px;
	letter-spacing: 0.1em;
	margin:30px auto 10px;
	max-width:1200px;
}

.test table td span{
	font-size:65%;
	letter-spacing: -0.1em;
}
	.test table td span.tb_90{
		font-size:100%;
}

.test tr td:not(.sub):not(.curr):not(.dtl){
	width:24px;
}

.curr{
	text-align: left;
}

@media screen and ( min-width:768px) {
.dpt{
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	}
}

.note_bottom{
	max-width: 1200px;
    margin: auto;
}

.note_bottom p{
	margin:20px 30px 0;
	font-size:12px;
}


/*----------出題範囲---------*/

#range{
	
}

.range_box tr:nth-child(even){
	background-color:#fff9ac;
}

.range_box tr:nth-child(odd):not(:nth-child(1)){
	background-color:#fffbcf;
}

.range_box td{
	padding:6px 10px;
}

.range_box tr td:first-child{
	min-width:80px;
}

.range_box td:nth-child(2){
	text-align: left;
}

.range_box th{
	color:#fff;
	font-weight:600;
}

#range h2{
	background-color:var(--main-color);
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding:6px 0 5px;
	letter-spacing: 0.1em;
	margin:50px auto 10px;
	max-width:1200px;
}

.range_box {
	max-width:1240px;
	margin: auto;
	padding:0 20px;
}


/*----------実施時間割---------*/

.time_table{
	
}

.time_table tr:nth-child(even){
	background-color:#fff9ac;
}

.time_table tr:nth-child(odd):not(:nth-child(1)){
	background-color:#fffbcf;
}

.time_table h2{
	background-color:var(--main-color);
	color:#fff;
	font-weight:600;
	font-size:30px;
	padding:6px 0 5px;
	letter-spacing: 0.1em;
	margin:50px auto 20px;
	max-width:1200px;
}

.course{
	background-color: #00A29A;
	color:#fff;
	border-left:#fff 2px solid;
	border-right:#fff 2px solid;
	letter-spacing: -0.02em;
}

.table_twin{
	display: flex;
	margin:0 auto auto;
	width:100%;
}

.time_table .table_box{
	margin: 0 auto auto;
	width:100%;
}

.table_box .tips,
.table_box .attn{
	max-width:270px;
	line-height:1.2em;
	margin:10px auto 25px;
}

.table_box .tips{
	border: var(--main-color) 2px solid;
}
.table_box .tips p{
	padding:3px;
	text-align: left;
	letter-spacing: -0.02em;
}
.table_box .tips .ht{
	background-color: var(--main-color);
	color:#fff;
	text-align: center;
}

.table_qlt table th{color:#fff;}

@media screen and ( min-width:1241px) {
	.time_table_wrap{
		margin:auto;
		width:1230px;
	}
	.table_qlt{
		width: calc(100% - 40px);
		display: flex;
		margin:0 20px;
	}
	.time_table .table_box{
		margin: 1px;
	}
}

@media screen and ( max-width:1240px) {
	.time_table .table_box.lft{
	    margin: 0 10px auto 50px;
	}
	.time_table .table_box.rit{
	    margin: 0 50px auto 10px;
	}
	.table_twin {
    	padding-bottom:20px;
	}
	.time_table_wrap .no_pcmin{
		display: none;
	}
	
}
@media screen and ( max-width:900px) {
	.time_table .table_box.lft{
	    margin: 0 5px auto 30px;
	}
	.time_table .table_box.rit{
	    margin: 0 30px auto 5px;
	}
}

/*----------試験会場---------*/
#school{
	margin:40px auto 0;
	padding-bottom: 50px;
	background-color: #d2ecfa;
}

#school h2{
	color:#fff;
	font-weight:600;
	font-size:40px;
	padding: 40px 20px 0;
	letter-spacing: 0.1em;
	margin:0 auto;
	line-height: 0;
}
#school h2 img{
	max-width: 430px;
}

#school > p{
	text-align: center;
	margin: -5px auto 25px;
	color:var(--main-color);
}

.location_wrap h3{
	background-color:var(--main-color);
	text-align: left;
	color:#fff;
	font-size: 32px;
	font-weight:600;
	transition: .2s;
	padding:5px 0 ;
	position: relative;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	z-index: 5;
}

.location_wrap h3 span{
	display: inline-block;
	margin: auto;
	padding:0 28px;
	position: relative;
}

.location_wrap h3::before{
	content: "";
	position: absolute;
	top:18px;
	right:18px;
	width:15px;
	height:15px;
	border-bottom:#fff 4px solid;
	border-right:#fff 4px solid;
	transform: rotate(45deg);
	transition: .2s;
}
@media screen and ( min-width:521px) {
	.location_wrap h3:hover{
		background-color:var(--link-color);
		color:#fff;
		transition: .2s;
	}
	.location_wrap h3 span:hover:before{
	border-bottom:#fff 4px solid;
	border-right:#fff 4px solid;
	}
}

.location{
	margin:0 auto 25px;
	padding:0 20px;
	max-width:800px;
}

.location .box{
	display: none;
	background-color: rgba(255,255,255,.45);
	padding-top: 10px;
}

.location ul li{
	border-bottom:#d2ecfa dotted 3px;
	position: relative;
}

.location ul li:last-child{
	border-bottom:none;
}

.location ul li a{
	display:inline-block;
	width:calc(100% - 30px);
	text-align: left;
	color:#222;
	padding: 11px 15px;
}

.location ul li a span{
	display:inline-block;
	text-decoration: underline;
	font-size:20px;
	padding:0 20px 0 30px;
	text-align: left;
	color:var(--main-color);
	font-weight: 600;
	transition: .2s;
	min-width:160px;
}

.location ul li:before{
	content: "";
	position: absolute;
	top:20px;
	left:15px;
	width:10px;
	height:10px;
	border-bottom:var(--main-color) 3px solid;
	border-right:var(--main-color) 3px solid;
	transform: rotate(-45deg);
	transition: .2s;
}

@media screen and ( min-width:521px) {
	.location ul li:hover{
		background-color:var(--light-color);
		text-decoration: none;
		transition: .2s;
	}
}

.location ul li p{
	margin: auto 0;
	padding:0 10px;
}


/*----------名大進学模試の流れ---------*/

#step{
	margin:0 auto;
	padding: 10px 0 50px;
	background-color:#f7f9ff;
}

#step h2{
	color:#fff;
	font-weight:600;
	font-size:40px;
	padding:30px 15px 0;
	letter-spacing: 0.1em;
	margin:0 auto;	
}

#step h2 img{
	max-width:660px;
}

.step_box{
	max-width: 750px;
	margin: auto;
}

.method_step{
	display: flex;
}

.method_step p.step{
	background-color:var(--main-color);
	color:#fff;
	font-size: 20px;
	font-weight:600;
	letter-spacing: 0.1em;
	width:30%;
	max-width: 180px;
	text-align: center;
	padding:30px 0;
	display: flex;
	margin: 0 0 0 20px;
	position: relative;
}
.method_step p.step img{
	position: absolute;
	bottom:-10px;
	left:0;
	max-width: 180px;
	z-index: 5;
}

.method_step p.step span{
	margin: auto;
}

.method_step .step_inner{
	width:70%;
	margin: 0 30px 0 20px;
}

.method_step .step_inner p{
	margin-bottom: 10px;
}

.method_step .step_inner .small_12{
	font-size:12px;
}

.method_step h3{
	text-align: left;
	color:var(--main-color);
	font-size:24px;
	font-weight:600;
}

.step_inner.ex{
	display: flex;
	margin-right: 0;
}

.step_inner.ex .ex_inner{
	width:300px;
	
}

.step_inner.ex .ex_inner p{
	margin-bottom: 20px;
}

#step a{
	display: inline-block;
	margin: auto auto auto 0;
    background-color: var(--link-color);
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    padding: 5px 20px;
    border-radius: 12px;
	border:2px solid var(--link-color);
    transition: .2s;
    width:80%;
	max-width:140px;
	letter-spacing: -0.01em;
}
#step span.gray{
	display: inline-block;
	margin: auto auto auto 0;
    background-color: rgba(0,0,0,.25);
    color: rgba(255,255,255,.85);
    font-weight: 600;
    font-size: 21px;
    padding: 5px 20px;
    border-radius: 12px;
    transition: .2s;
    width:80%;
	max-width:140px;
	letter-spacing: -0.01em;
}


@media screen and ( min-width:521px) {
	#step a:hover{
		background-color:rgba(255,255,255,0);
		border-color:var(--main-color);
		color:var(--main-color);
	}
}

/*----------よくある質問---------*/

#faq{
	margin:-1px auto 40px;
	padding: 10px 0 50px;
	background-color:#f7f9ff;
}
#faq h2{
	color:var(--main-color);
	font-weight:600;
	font-size:35px;
	margin-bottom: 15px;
}

.faq_box{
	max-width: 750px;
	margin: auto;
}

.faq_wrap{
	margin: 0 auto 25px;
	padding: 0 20px;
}

#faq h3.title{
	border-bottom:var(--main-color) 2px solid;
	position: relative;
	text-align:left;
	color:#222;
	font-weight:600;
	text-indent:-2em;
	padding:0 35px 5px 2.2em;
}
#faq h3.title::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 11px;
	width: 10px;
	height: 10px;
	border-bottom: var(--main-color)  3px solid;
	border-right: var(--main-color)  3px solid;
	transform: rotate(45deg);
	transition: .2s;
}

#faq h3.title.mov::before{
	border-bottom: var(--main-color)  3px solid;
	border-right: var(--main-color)  3px solid;
	transform: rotate(225deg);
	transition: .2s;
}

#faq .box{
	display: none;
	text-align: left;
	padding:15px 30px;
	line-height:1.7em;
	background-color: rgba(255,255,255,.5);
}

/*----------お申し込み---------*/

#entry{
	margin:-1px auto 40px;
	padding: 10px 0 50px;
	background-color:#f7f9ff;
}
#entry h2{
	color:var(--main-color);
	font-weight:600;
	font-size:35px;
	margin-bottom: 15px;
}


/*----------フッター---------*/
footer{
	padding:60px 0;
}

footer .logo{
	width:20%;
	min-width:380px;
}
