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

.page_tit_wrap .page_tit_inner .mokuji_area ul.mokuji_list li a, .page_tit_wrap .page_tit_inner .mokuji_area ul.ez-toc-list li a{
	height: 45px;
}


.page_tit_wrap .page_tit_inner .page_title .en_tit{
	font-size: 5.0rem;
}

/**/

.page_detail p.st_txt01{
	font-size: 1.3rem;
	line-height: 1.9565;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: justify;
}

.page_detail p.st_large_txt{
	font-size: 1.5rem;
	line-height: 1.4333;
	letter-spacing: 0.2em;
}


/**/

/*===================================*/

.wp-block-group.bg-groupe01, .wp-block-group.bg-groupe02{
	position: relative;
}
.wp-block-group.bg-groupe01::before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background-color: #EDF3F4;
	position: absolute;
}
.wp-block-group.bg-groupe01::after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: url(../images/question/bg01.png) 0 0 / cover no-repeat;
	position: absolute;
	top: 0;
}
.wp-block-group.bg-groupe01 .wp-block-group__inner-container{
	position: relative;
	z-index: 1;
}

.wp-block-group.bg-groupe02::after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: url("../images/openschool/bg02.png") 0 0 / cover no-repeat;
	position: absolute;
	top: 0;
}
.wp-block-group.bg-groupe02 .wp-block-group__inner-container{
	position: relative;
	z-index: 1;
}

/*===================================*/


/*開催日*/
.page_detail .date_of_school_tour{
	width: 100%;
	height: 8.35rem;
	border: 1px solid #29a6dd;
	padding: 0 14.1666%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page_detail .date_of_school_tour .kaisaibi-01{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page_detail .date_of_school_tour .kaisaibi-01 + .kaisaibi-01{
	margin-top: 7px;
}


.page_detail .date_of_school_tour .kaisaibi-01 p.youbi{
	flex-grow: 1;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #333333;
	text-align: right;
}

.page_detail .date_of_school_tour .kaisaibi-01 p.time{
	width: fit-content;
	padding-left: 16px;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #0071b7;
}

/**/

.page_detail .date_of_reception{
	margin: 30px auto 0;
}
.page_detail .date_of_reception > dl{
	border-bottom: 1px solid #EC5A24;
	padding-bottom: 1.75rem;
}
.page_detail .date_of_reception > dl dt{
	font-size: 1.8rem;
	font-weight: 700;
	color: #E81C24;
	letter-spacing: 0.2em;
	text-align: center;
}
.page_detail .date_of_reception > dl dd{
	width: calc( 100% - 60px );
	margin: 12px auto 0;
	text-align: center;
}

.page_detail .date_of_reception > dl dd p.lv1{
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
}

.page_detail .date_of_reception > dl dd p.lv2{
	padding-top: 7px;
	font-size: 1.3rem;
	line-height: 1.2692;
	letter-spacing: 0.1em;
	color: #333333;
}

/*実施内容*/
.page_detail .wp-block-table.table-implementation > table{
	border-left: 1px solid #4396BF;
	border-top: 1px solid #4396BF;
}
.page_detail .wp-block-table.table-implementation > table td{
	border-right: 1px solid #4396BF;
	border-bottom: 1px solid #4396BF;
	border-top: 0;
	border-left: 0;
	box-sizing: border-box;
	padding: 13px 18px;
	vertical-align: center;
	display: block;
	width: 100%;
}
.page_detail .wp-block-table.table-implementation > table tr td:nth-child(1){
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background-color: #F2FAFC;
}
.page_detail .wp-block-table.table-implementation > table tr td:nth-child(2){
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 154%;
	text-align: justify;
	background-color: #fff;
}

.page_detail .wp-block-table.table-implementation > table tr td:nth-child(2) ul.wp-block-list li::before {
	background: #0071B7;
}
.page_detail .wp-block-table.table-implementation > table tr td:nth-child(2) ul.wp-block-list.notes {
	margin-top: 15px;
}
.page_detail .wp-block-table.table-implementation > table tr td:nth-child(2) ul.wp-block-list.notes li{
	color: #E81C24;
}
.page_detail .wp-block-table.table-implementation > table tr td:nth-child(2) ul.wp-block-list.notes li::before {
    content: '※';
    display: inline-block;
	background-color: #fff;
	color: #E81C24;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/**/

.page_detail .wp-block-columns.fax_columun{
	width: 100%;
	border: 1px solid #29a6dd;
	border-radius: 5px;
	padding: 20px 0 33px;
	box-sizing: border-box;
	background: #fff;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column + .wp-block-column{
	position: relative;
	padding: 23px 0 0;
	margin-top: 22px;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column + .wp-block-column::before{
	content: '';
	display: inline-block;
	background: #29a6dd;
	width: 88.3333%;/*530*/
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column p.fax_txt_lv1{
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333333;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column p.fax_txt_lv2{
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #333333;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column p.fax_txt_lv3{
	font-size: 1.3rem;
	line-height: 1.3076;
	letter-spacing: 0.05em;
	color: #e81c24;
	padding: 0 5.8333%;/*35*/
	box-sizing: border-box;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column .wp-block-button{
	width: 100%;
	display: flex;
	justify-content: center;
}

.page_detail .wp-block-columns.fax_columun .wp-block-column .wp-block-button a.wp-block-button__link{
	width: 84.3333%;/*506*/
	height: 57px;
	padding: 0;
	display: flex;
	align-items: center;
	padding-left: 15.4150%;/*78*/
	box-sizing: border-box;
	font-size: 1.465rem;
	line-height: 1.2324;
	text-align: left;
}

