﻿@charset "utf-8";

/* Column */

.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6{}

.col_1-2{},
.col_1-3{}

.col_2-1{},
.col_2-3{}

.col_3-1{},
.col_3-2{}

.col_child{
	float:left;
	box-sizing:border-box;
	padding-left:1%;
	padding-right:1%;
}
.col_child:first-child,
.col_child:first-child:last-child{
	padding-left:0;
	padding-right:2%;
}
.col_child:last-child{
	padding-left:2%;
	padding-right:0;
}
.col_2 .col_child{ width:50%;}
.col_3 .col_child{ width:33.3%;}
.col_4 .col_child{ width:25%;}
.col_5 .col_child{ width:20%;}
.col_6 .col_child{ width:16.6%;}

.col_1-2 .col_child:nth-child(1){ width:33.3%;}
.col_1-2 .col_child:nth-child(2){ width:66.6%;}

.col_2-1 .col_child:nth-child(1){ width:66.6%;}
.col_2-1 .col_child:nth-child(2){ width:33.3%;}

.col_1-3 .col_child:nth-child(1){ width:25%;}
.col_1-3 .col_child:nth-child(2){ width:75%;}

.col_3-1 .col_child:nth-child(1){ width:75%;}
.col_3-1 .col_child:nth-child(2){ width:25%;}

.col_2-3 .col_child:nth-child(1){ width:40%;}
.col_2-3 .col_child:nth-child(2){ width:60%;}

.col_3-2 .col_child:nth-child(1){ width:60%;}
.col_3-2 .col_child:nth-child(2){ width:40%;}


@media screen and (max-width:767px) {
	.col_1 > .col_child,
	.col_2 > .col_child,
	.col_3 > .col_child,
	.col_4 > .col_child,
	.col_5 > .col_child,
	.col_6 > .col_child,
	.fix.col_1-2 > .col_child,
	.fix.col_1-3 > .col_child,
	.fix.col_2-1 > .col_child,
	.fix.col_2-3 > .col_child,
	.fix.col_3-1 > .col_child,
	.fix.col_3-2 > .col_child{width: 100%;padding-left:0;padding-right:0;}
	.col_4 .col_child,
	.col_5 .col_child{ 
		width:50%;
	}
	.col_4 .col_child:nth-child(odd),
	.col_5 .col_child:nth-child(odd){ 
		padding-right:1%;
	}	
	.col_4 .col_child:nth-child(even),
	.col_5 .col_child:nth-child(even){ 
		padding-left:1%;
	}	

}

/* head,text */
.h_style00{
	font-size:2.25rem;
	margin-bottom:1em;
}
.h_style00 strong{
	letter-spacing:0.1em;
}
.h_style00 i{
	display:block;
	font-size:0.5em;
	letter-spacing:0.2em;
	color:#cacaca;
	margin-top:0.5em;
}

#page_content h2,
#page_content .h_style02{
	font-size:2.25rem;
	font-weight:500;
	letter-spacing:0.03em;
	margin-bottom:1.5em;
	text-align:center;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho",serif;
}
#page_content h2 img,
#page_content .h_style02 img{
	display:block;
	margin:0 auto;
}
#page_content h3,
#page_content .h_style03{
	font-size:1.75rem;
	font-weight:500;
	color:#0b5086;
	letter-spacing:0.1em;
	margin-bottom:1.5em;
	text-align:center;
	line-height:1.785;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho",serif;
}
#page_content .h_style03.smart{
	letter-spacing:-0.03em;
}
#page_content h4,
#page_content .sub_block h3,
#page_content .h_style04{
	font-size:1.5rem;
	font-weight:500;
	position:relative;
	padding-left:1em;
	color:inherit;
	line-height:1.4;
	text-align:left;
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , sans-serif;
}
#page_content h4:before,
#page_content .sub_block h3:before,
#page_content .h_style04:before{
	content:"";
	display:block;
	background:#9d8a3c;
	width:6px;
	position:absolute;
	left:5px;
	top:0;
	bottom:0;
}
#page_content h5,
#page_content .h_style05{
	font-size:1rem;
	color:#0b5086;
	text-align:left;
	margin-bottom:0.25em;
	font-family:  'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , sans-serif;
}
#page_content .sub_block + *{
	margin-top:3em;
}
p.text,
.texts > p{
	font-size:1rem;
	line-height:1.875;
	margin:0;
	text-align:left;
}
.texts.spacer > p + p{
	margin-top:2em;
}
p.text strong,
.texts > p strong{
	color:#0b5086;
	font-weight:500;
	font-size:1.15em;
}

#page_content .edit_wrap .section{
	padding-top:100px;
	padding-bottom:100px;
	position:relative;
	z-index:5;
}
#page_content .edit_wrap .section:first-child{
	padding-top:0;
}
#page_content .edit_wrap .section p,
#page_content .edit_wrap .entry-body p{
	font-size:1rem;
	line-height:1.875;
}
#page_content .edit_wrap .section p + h2,
#page_content .edit_wrap .section p + h3,
#page_content .edit_wrap .section p + h4{
	margin-top:2.5em;
}
#page_content .edit_wrap .section p + h5,
#page_content .edit_wrap .section p + .h_style05{
	margin-top:1.75em;
}

#page_content .edit_wrap .section.bg_grad{
	color:#fff;
}
#page_content .edit_wrap .section.bg_grad:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-left:calc(-50vw - 600px);
	margin-right:calc(-50vw - 600px);
	z-index:-2;
	background: rgb(11,80,134);
	background: -moz-linear-gradient(90deg, rgba(11,80,134,1) 31%, rgba(37,105,148,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(11,80,134,1) 31%, rgba(37,105,148,1) 100%);
	background: linear-gradient(90deg, rgba(11,80,134,1) 31%, rgba(37,105,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b5086",endColorstr="#256994",GradientType=1);
}
#page_content .edit_wrap .section.bg_sub:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-left:calc(-50vw - 600px);
	margin-right:calc(-50vw - 600px);
	z-index:-2;
	background:#f3faff;
}
#page_content .edit_wrap .entry-body img{
	display:block;
	width:fit-content;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width: 1200px) {
	#page_content .edit_wrap .section{
		padding-top:75px;
		padding-bottom:75px;
	}
}
@media screen and (max-width: 767px) {
	.h_style00{
		font-size: min(6.25vw,2.5rem);
	}
	#page_content h2{
		font-size:2rem;
	}
	#page_content h3{
		font-size:1.66rem;
	}
	p.text,
	.texts > p{
	}
	#page_content .edit_wrap .section{
		padding-top:50px;
		padding-bottom:50px;
	}
	#page_content .h_style03.smart{
		text-align:left;
		font-size:1.575rem;
	}
}

/* Link */

.text_link a,
a.text_link{
	text-decoration:underline;
	transition: color 0.4s;
	text-decoration-thickness:1px;
}
.text_link a:hover,
a.text_link:hover{
	text-decoration:none;
}
.block_link a,
a.block_link{
	display:block;
	transition: background 0.4s, color 0.4s, border 0.4s;
}
.block_link a img{
	transition: opacity 0.4s;
}
.block_link a:hover,
a.block_link:hover{
	text-decoration:none;
}
.block_link a:hover img,
a:hover img.opacity{
	opacity: 0.7;
	text-decoration:none;
}
a.common_btn,
a .in_btn{
	display:flex;
	max-width:302px;
	width:100%;
	border:solid 1px #282828;
	color:#282828;
	font-size:1rem;
	padding:10px;
	min-height:4em;
	align-items:center;
	justify-content:center;
	position:relative;
	text-decoration:none;
	margin:0 auto 2em 0;
	background:#fff;
	transition:background .4s,color .4s,transform .4s;
}
a .in_btn{
	margin:0;
}
a.common_btn.center{
	margin-left:auto;
	margin-right:auto;
	
}

a.common_btn:after,
a .in_btn:after{
	content: "";
	width: 32px;
	height: 2px;
	background:#282828;
	display: inline-block;
	position: absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	transition:background .4s,width .4s;
}
a.common_btn:hover,
a:hover .in_btn{
	background:#282828;
	color:#fff;
	opacity:1;
	transform:translateY(2px);
}
a:hover .in_btn{
	transform:none;
}
a.common_btn:hover:after,
a:hover .in_btn:after{
	background:#fff;
	width: 22px;
}
.btns {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.btns a{
	text-decoration:none;
	display:flex;
	align-items:center;
	background:#fff;
	color:#0b5086;
	font-size:1.125rem;
	padding:10px 70px 10px 20px;
	position:relative;
	min-height:82px;
	max-width:100%;
	font-weight:500;
	width:32%;
	margin-right:2%;
	border:solid 1px #fff;
	transition:background .4s,color .4s,transform .4s;
}
.btns a:nth-child(3n){
	margin-right:0;
}
.btns a:nth-child(n+4){
	margin-top:2%;
}
.btns a:hover{
	color:#fff;
	background:#0b5086;	
	transform:translateY(5px);
}
.btns a:before{
	content:"";
	display:block;
	position:absolute;
	width:40px;
	height:40px;
	top:0;
	bottom:0;
	z-index:5;
	margin:auto;
	right:20px;
	background:#0b5086;	
	transition:background .4s;
}
.btns a:after{
	content:"";
	display:block;
	position:absolute;
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-right: 2px solid #fff;
	top:0;
	bottom:0;
	z-index:5;
	margin:auto;
	right:35px;
	transform:rotate(45deg);
	transition:border-color .4s;
}
.btns a[href^="#"]:after{
	transform:rotate(135deg) translate(-2px,1px);
}
.btns a:hover:before{
	background:#fff;
}
.btns a:hover:after{
	border-color:#0b5086;
}

a.arrow_link,
.arrow_link a{
	position: relative;
	padding-left:14px;
}
a.arrow_link:before,
.arrow_link a:before{
    content: "";
    position: absolute;
    left: -1px;
    margin-top:-3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ico_blank{position:relative;padding-right: 20px;}
.ico_blank:before, .ico_blank:after{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	position: absolute;
	border: 1px solid #333;
	background:#fff;
	right: 0;
	top: 2px;
	z-index:10;
}
.ico_blank:after{
	right: 3px;
	top: 5px;
	z-index:9;
}
img.icon{
	vertical-align:middle;
	margin-right:5px;
}

.flow_style{
	list-style:none;
	padding:0;
	margin:0 0 75px;
	display:flex;
	flex-wrap:wrap;
}
.flow_style li{
	width:25%;
	position:relative;
	text-align:left;
}
.flow_style li:nth-child(n+5){
	margin-top:55px;
}
.flow_style li:after{
	content:"";
	display:block;
	width:80px;
	border-bottom:dotted 4px #0b5086;
	position:absolute;
	right:15px;
	top:55px;
}
.flow_style li:last-child:after{
	display:none;
}
.flow_style li img{
	display:block;
	margin-bottom:20px;
}
#page_content .section .flow_style li p{
	font-size:1.125rem;
	display:inline-block;
	text-align:center;
	line-height:1.2;
}
.flow_style li p i{
	display:block;
	font-size:0.77em;
}
.flow_style.detail{
	margin:30px 0 0;
}
.flow_style.detail li{
	width:100%;
	position:relative;
	text-align:left;
	display:flex;
	align-items:flex-start;
	margin-bottom:70px
}
.flow_style.detail li:nth-child(n+2){
	margin-top:0;
}
.flow_style.detail li:last-child{
	margin:0;
}
.flow_style.detail li img{
	margin-bottom:10px;
}
.flow_style.detail li:after{
	top:130px;
	bottom:-35px;
	right:auto;
	left:62px;
	margin:auto;
	width:3px;
	border:none;
	border-left:dotted #0b5086 4px;
}
#page_content .edit_wrap .flow_style.detail li h2{
	text-align:left;
	font-size:1.5rem;
}
#page_content .edit_wrap .flow_style.detail li p{
	text-align:left;
	font-size:1rem;
	line-height:1.875;
}
.flow_style.detail li .box{
	width:calc(100% - 190px);
	margin-left:auto;
	position:relative;
}
.flow_style.detail li:nth-child(n+2) .box:before{
	content:"";
	display:block;
	width:100%;
	height:1px;
	background:#e5e5e5;
	position:absolute;
	top:-35px;
	left:0;
}
@media screen and (max-width: 767px) {
	a.common_btn,
	a .in_btn{
		max-width:285px;
		min-height:71px;
		margin-left:auto;
		margin-right:auto;
	}
	.btns a,
	.btns a:nth-child(3n){
		font-size:1rem;
		padding:10px 50px 10px 10px;
		min-height:71px;
		max-width:100%;
		width:49%;
		margin-right:2%;
	}
	.btns a:nth-child(2n){
		margin-right:0;
	}
	.btns a:nth-child(n+3){
		margin-top:2%;
	}
	.btns a:before{
		right:10px;
		width:30px;
		height:30px;
	}
	.btns a:after{
		width:9px;
		height:9px;
		right:20px;
	}
	.btns a br{
		display:none;
	}
	.flow_style{
		margin:0 0 50px;
	}
	.flow_style li{
		width:100%;
		position:relative;
		text-align:left;
		display:flex;
		align-items:flex-start;
	}
	.flow_style li:nth-child(n+2){
		margin-top:50px;
	}
	.flow_style li img{
		width:90px;
		margin-bottom:10px;
	}
	.flow_style li:after{
		top:auto;
		bottom:-40px;
		right:auto;
		left:42px;
		margin:auto;
		width:3px;
		height:40px;
		border:none;
		border-left:dotted #0b5086 4px;

	}
	#page_content .section .flow_style li p{
		text-align:left;
		padding:10px 0;
		border-bottom:solid 1px #0b5086;
		flex-grow:1;
	}
	#page_content .section .flow_style li p i{
		display:inline-block;
	}
	#page_content .section .flow_style li p br{
		display:none;
	}
	.flow_style.detail li:after{
		top:80px;
		height:auto;
		bottom:-35px;
		left:35px;
		width:3px;
	}
	.flow_style.detail li img{
		width:75px;
	}
	#page_content .edit_wrap .flow_style.detail li p{
		border:none;
		padding:0;
		font-size:0.875rem;
	}
	.flow_style.detail li .box{
		width:calc(100% - 80px);
		margin-left:auto;
		position:relative;
	}
}
/* image */
.scale { }
.scale_m { 
	max-width:100%;
	width:auto;
	height:auto;
}
.scale_all{	
	width:100%;
	height:auto;
}
.img_fit{
	position:relative;
	overflow:hidden;
	width:100%;
	padding-bottom: 66.785%;/* 縦横比 */
}
.img_fit img{
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	transition:transform .4s;
}
a:hover .img_fit img{
	transform:scale(1.05);
}
@media screen and (max-width: 767px) {
	.scale {
		width:100%;
		height:auto;
	}
}

/* table,list */

.table_style {
	display:table;
	width:100%;
}
.table_style dl{
	display:table-row;
}
.table_style dt,
.table_style dd{
	display:table-cell;
	padding:1.75em 0;
	border-bottom:solid 1px #e5e5e5;
}
.table_style dt{
	width:20%;
	padding:1.75em;
	color:#0b5086;
}
.table_style dd{
	width:80%;
}
.list_style ul li{
	margin-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
}
.list_style ul li:before{
	content:"\30FB";
	margin-right:5px;
	color:#005BAC;
	font-weight:bold;
	
}
.list_style ul li.inlist ul{
	margin-top:5px;
}
.list_style ul li.inlist li{
	margin-left:3em;
	padding-left:0;
	text-indent:-3em;
}
.ol_style ol li{
	margin-left:-1em;
	padding-left:1em;
	margin-bottom:5px;
	text-indent: -1em;
	list-style-position:inside;
}

.dl_style dl{
	margin:0;
	padding:15px;
	background:#f6f6f6;
}
.dl_style dl dt{
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: dotted 1px #999;
}
.table_wrap {
	margin:40px 0;
}
.table_wrap.overs {
	padding-bottom:10px;
	overflow-x:auto;
	overflow-y:hidden;
}
.table_wrap table{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}
.table_wrap table th,
.table_wrap table td{
	box-sizing:border-box;
	padding:20px;
	border:solid 1px #ddd;
}


.table_wrap::-webkit-scrollbar {
	height: 15px;
}

.table_wrap::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #c1c1c1;
}

.table_wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #666;
}
@media only screen and (max-width: 767px) {
	.table_style dl,
	.table_style dt,
	.table_style dd{
		display:block;
	}
	.table_style dt{
		border-bottom:#ddd solid 1px;
		width:100%;
		padding:10px;
		position:static;
		top:auto;
		left:auto;
	}
	.table_style dd{
		padding:15px 10px;
		width:100%;
		border:none;
	}
	.dl_style dl{
		font-size:14px;
		margin:0;
	}
	.table_wrap{
		overflow-x:auto;
	}
	.table_wrap table{
		font-size:12px;
	}
	.table_wrap table th,
	.table_wrap table td{
		padding:10px;
	}
}
.topics_list{ 
	border-top:#e5e5e5 solid 1px;
}
.topics_list li{
	border-bottom:#e5e5e5 solid 1px;
}
.topics_list li a,
.topics_list li > div{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	height:90px;
	padding:0 50px 0 20px;
	position:relative;
	transition:background .4s;
	text-decoration:none;
}
.topics_list li a:hover{
	text-decoration:none;
	background:#fff;
	opacity:1;
}
.topics_list li a:after{
	content:"";
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:20px;
    width: 12px;
    height: 12px;
    border-top: solid 2px #0b5086;
    border-right: solid 2px #0b5086;
    z-index: 2;
    transform: rotate(45deg);
    border-radius: 3px;	
}
.topics_list time,
.topics_list h2,
.topics_list p{ display:inline-block;}
.topics_list a:hover h2{ 
	color:#fff;
	background:#E60012;
	border-color:#ddd;
	transition: background-color 0.5s, color 0.5s;
}

.topics_list time{ margin-right:50px;}
.topics_list h2{
	padding:5px 5px;
	width: 10em;
	text-align:center;
	border:solid 1px #666666;
	margin-right:20px;
	transition: background-color 1s, color 1s;
}
@media only screen and (max-width: 767px) {
	.topics_list li a,
	.topics_list li > div{
		padding: 10px 10px;
		height:auto;
		flex-wrap:nowrap;
		align-items: stretch;
		flex-direction: column;
		min-height: calc(4em + 20px);
	}
	.topics_list li a{
		padding-right:20px;
	}
	.topics_list li a:after{
		right:5px;
		width:9px;
		height:9px;
		border-radius:2px;
	}
	.topics_list li p{
	}
	.topics_list time{ 
		margin-right:10px;
	}
}
/*  GoogleMAP・動画埋め込み  */
.map_wrap iframe{
	width:100%;
}
#campus_map{
	height:390px;
	margin-bottom:20px;
}
.movie_wrap{
	position:relative;
	width:100%;
	padding-bottom:56.25%;
}
.movie_wrap iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.movie_wrap2{
	width: 100%;
	height:  0;
	padding-bottom:  590px;
	overflow:hidden;
	position:  relative;
}
.movie_wrap2 iframe,
.movie_wrap2 video{
	min-width: 100%;
	min-height: 590px;
	height:  auto;
	position:  absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
	margin:  auto;
}
@media only screen and (max-width: 768px) {
	#campus_map {
	    margin: 0 15px;
	    box-sizing: border-box;
	    width: auto;
	    height: 320px;
	}
}

/*  パンくずリスト  */
#pan ol{ 
	padding:0;
	margin:20px 0 90px;
}
#pan li{ 
	display:inline;
	vertical-align:middle;
	font-size:0.75rem
}
#pan li a,
#pan li span,
#pan li img{ 
	vertical-align:middle;
	text-decoration:none;
}
#pan li{
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}
#pan li:before{
	content: "\003E";
	display:inline-block;
	margin-right:10px;
	vertical-align:middle;
}
#pan li:first-child:before{
	content: "";
	display:none;
	margin-right:0;
}
#pan li a:hover{
	text-decoration:underline;
}

@media only screen and (max-width: 1200px) {
	#pan ol{ 
		padding-left:2%;
		padding-right:2%;
	}
}
@media only screen and (max-width: 768px) {
	#pan ol{ 
		margin:15px 0 25px;
		font-size:12px;
		padding-left:15px;
		padding-right:15px;
	}
}

/*  ページャー  */
.pager_style{
	font-size:1rem;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 5em auto 5em;
	text-align:center;
	gap:1em;
}
.pager_style li a{
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:3em;
	min-height:3em;
	border:solid 1px #999;
	text-decoration:none;
	padding:0.75em;
	transition:color .4s,background .4s;
	color:#0b5086;
}
.pager_style li:is(.prev,.next) a{
	padding-inline:1em;
}

.pager_style li.on a,
.pager_style li a:hover{
	background:#0b5086;
	color:#fff;
}

@media screen and (max-width: 768px) {
	.pager_style{
		font-size:0.75rem;
	}
}

.pc_center { }
.pc_right { }
.sp_center { }
.sp_right { }


@media screen and (min-width:769px) {
	.pc_center { text-align:center !important;}
	.sp_center { text-align:left;}
	.pc_right { text-align:right !important;}
	.mb50_h{ margin-bottom:50px !important;}
	.mb60_h{ margin-bottom:60px !important;}
	.mb80_h{ margin-bottom:80px !important;}
}
@media screen and (max-width:767px) {
	.pc_center,
	.pc_righ { text-align:left;}
	.sp_center { text-align:center !important;}
	.sp_right { text-align:right !important;}
	.mb50_h{ margin-bottom:25px !important;}
	.mb60_h{ margin-bottom:30px !important;}
	.mb80_h{ margin-bottom:40px !important;}
}

.modal-content { 
	width: 80%;
	max-width: 1240px;
	margin: 0px;
	padding: 10px 20px;
	background: none;
	position: fixed;
	display: none;
	z-index:1020;
}
#modal-overlay { 
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.66);

}
.modal_tit { 
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 250px;
	text-align: center;
	line-height: normal;
	font-size: 20px;
	z-index: 1025;
	overflow: hidden;
	padding: 0px 30px;color:#fff;
}
.modal_tit span {
	display: block;
	position: relative;
	padding: 10px 0px;
	background: rgb(0, 0, 0);
	z-index: 2;
	border-bottom: 1px solid rgb(255, 255, 255);
}
.modal-content .close_btn {
	position: absolute;
	top: -10%;
	right: 0px;
	color: rgb(255, 255, 255);
	font-size: 40px;
	line-height: 1;
	display: block;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	modal-content { width: 100%;
		padding: 15px;
		box-sizing: border-box;
	}
}

.ac_style dl{
	background:#fff;
	position:relative;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	max-width:1000px;
	margin: 0 auto;
	padding:20px;
}
.ac_style dl + dl{
	margin-top:20px;
}
.ac_style dl dt,
.ac_style dl dd{
	position:relative;
	display:flex;
}
.ac_style dl dt > b,
.ac_style dl dd > b{
	font-size:1.5rem;
	font-weight:500;
	display:block;
	width:75px;
	padding:0 15px;
	margin-right:15px;
	text-align:center;
	font-weight: bold;
}
.ac_style dl dt .ttl,
.ac_style dl dd .texts{
	width:calc(100% - 90px);
}
.ac_style dl dt{
	color:#0b5086;
	align-items:center;
	font-size:1.125rem;
	padding-right:45px;
	cursor:pointer;
}
.ac_style dl dt b{
	border-right:solid 1px #f2f2f2;
}
.ac_style dl dd > b{
	color:#9d8a3c;
	line-height: 1;
}
.ac_style dl dd{
	border-top:solid 1px #f2f2f2;
	margin-top:20px;
	padding-top:20px;
}
.ac_style dt:before,
.ac_style dt:after,
.ac_style dt .ttl:before{
    content:"";
    display:block;
    position:absolute;
    right:0;
    top:0;
	bottom:0;
	margin:auto;
}
.ac_style dt:before,
.ac_style dt:after{
	width:16px;
	height:3px;
	background:#fff;
	z-index:5;
	right:12px;
	transition:transform .4s;
}
.ac_style dt:before{
	transform:rotate(270deg);
}
.ac_style dt .ttl:before{
    z-index:1;
    width:40px;
    height:40px;
    background:#0b5086;
}
.ac_style dt.opened:before{
	transform:rotate(-180deg);
}
.ac_style dt.opened:after{
	transform:rotate(-360deg);
}
#page_content .ac_style.flat dl + dl{
	margin-top:40px;
}
#page_content .ac_style.flat dl dt b{
	color:#9d8a3c;
	font-size:0.75rem;
	width:95px;
}
#page_content .ac_style dl dt h3{
	margin-bottom:0;
	text-align:left;
}
#page_content .ac_style dl dt h3:not(.mincho){
	font-size:1.125rem;
	font-family:'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium" ,"游ゴシック体", "Yu Gothic", YuGothic , sans-serif;
}
#page_content .ac_style.flat dl dt{
	color:#282828;
}
#page_content .ac_style.flat dl dd .texts{
	width:100%;
	padding:35px 20px;
}

#page_content .ac_style dl dt{
	color:#0b5086;
	align-items:center;
	font-size:1.125rem;
}
@media only screen and (max-width: 767px) {
	.ac_style dl dt > b,
	.ac_style dl dd > b{
		font-size:1.5rem;
		display:block;
		width:45px;
		padding:0 15px;
		margin-right:15px;
	}
	.ac_style dl dt .ttl,
	.ac_style dl dd .texts{
		width:calc(100% - 60px);
	}
	.ac_style dt .ttl:before{
		width:32px;
		height:32px;
	}
	.ac_style dt:before,
	.ac_style dt:after{
		width:12px;
		height:2px;
		right:10px;
	}
	#page_content .ac_style.flat dl{
		padding:15px;
	}
	#page_content .ac_style.flat dl + dl{
		margin-top:25px;
	}
	#page_content .ac_style.flat dl dt b{
		width:45px;
		padding:0px 10px 0px 0px;
		margin-right:10px;
	}
	#page_content .ac_style.flat dl dt h3{
		font-size:1.1275rem;
		text-align:left;
		width:calc(100% - 55px)
	}
	#page_content .ac_style dl dd .texts{
		padding:0px;
	}
	#page_content .ac_style dl dd .texts p{
		font-size:0.875rem;
	}
}

.timeline{
	display:flex;
	flex-wrap:wrap;	
}
.timeline dt{
	width:100px;
	position:relative;
	padding-right:20px;
	padding-bottom:20px;
	font-size:1.125rem;
	color:#0b5086;
	font-weight:500;
}
.timeline dd{
	width:calc(100% - 100px);
	padding-left:20px;
	padding-bottom:20px;
}
.timeline dt:before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:#0b5086;
	border-radius:50%;
	position:absolute;
	right:5px;
	top:7px;
}
.timeline dt:after{
	content:"";
	display:block;
	background:#0b5086;
	top:0;
	bottom:0;
	width:1px;
	position:absolute;
	right:9.5px;
	transform:translateY(10px);
}
.timeline dt:nth-last-child(2):after{
	display:none;
}
@media only screen and (max-width: 767px) {
	.timeline dt{
		width:85px;
		padding-right:15px;
	}
	.timeline dd{
		width:calc(100% - 85px);
	}
}

.box_block {
	background:#fff;
	position:relative;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	margin: 0 auto 40px;
	padding:20px 20px 0;
}
.box_block h2,
.box_block .vk_heading_subtext{
    color:#0b5086;
}
.box_block .vk_heading_subtext{
    border-bottom: solid 1px #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}