section {
	width:100%;
	max-width:1240px;
	margin: 0 auto 50px;
	padding: 0;
	line-height: 2.2;
}
section *{
	box-sizing: border-box;
}
.section__title--en{
	font-size: 14px;
	line-height: 32px;
	font-family: 'Anek Bangla', sans-serif;
	color: #141B4D;
}

.wrap h3 {
	width: 100%;
	padding: 0 0 21px 0;
	font-size: 28px;
	line-height: 32px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 50px;
	font-weight: bold;
}

.wrap h3 span {
	font-size: 12px;
}

.lead{
	margin:0 auto 40px;
	text-align: center;
	font-weight: 700;
	line-height: 28px; /* 175% */
}
.lead span{
	display:block;
	margin:15px auto 35px;
	font-weight:400;
}
/*コース紹介-----------------------------*/
.region{
	width:100%;
	margin:0 auto 20px;
	text-align:center;
	padding:28px 0;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	background:#141B4D;
	color:#fff;
	line-height:1;
}

.course{
	padding:0 0 50px;
	margin:0 auto 50px;
	border:1px solid #999;
}
.course:last-child{
	margin:0 auto;
}
.detail{
	margin:0 120px;
}
.detail > li:nth-of-type(odd){
	padding:15px 0 15px 20px;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1;
	background:#999 url(../img/requirement/arrow.svg) no-repeat;
	background-position:right 15px center;
	border-bottom:1px solid #fff;
	cursor:pointer;
}
.detail > li:nth-of-type(even){
	display:none;
	padding:20px 0 50px;
}
.detail dl{
	display:flex;
	flex-wrap:wrap;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.detail dt{
	display:flex;
	justify-content:left;
	align-items:center;
	flex-wrap:wrap;
	width:30%;
	padding:10px 0 10px 20px;
	font-weight: 500;
	font-size:16px;
	background:#E8E8E8;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
.detail dt:nth-of-type(even){
	background:#F5F5F5;
}
.detail dd{
	width:70%;
	padding:20px 50px;
	border-bottom:1px solid #CCCCCC;
}
.detail dd a{
	color:#0075BF;
}
.detail dd ul:not(.shain) li{
	position:relative;
	padding:0 0 0 15px;
}
.detail dd ul:not(.shain) li:before{
	position:absolute;
	content:"・";
	margin:0 0 0 -15px;
}
.detail dd ul.shain{
	display:flex;
	justify-content:start;
	align-items:center;
	flex-wrap:wrap;
}
.detail dd ul.shain li { margin:5px 0; }
.detail dd ul.shain li:nth-of-type(odd){
	width:20%;
}
.detail dd ul.shain li:nth-of-type(even){
	width:80%;
	padding:0 0 0 4%;
}
.detail dd ul.shain li:nth-of-type(odd) img{
	width:100%;
}
/*エントリーシート提出方法----------------*/
#entryFlow .img{
	padding:0 50px;
}
#entryFlow .img img{
	width:100%;
}
/*募集要項-----------------------------*/
#requirements .inner{
	padding:0 120px;
}
#requirements h4{
	margin:0 0 24px;
	padding:5px 0 10px 10px;
	font-size:20px;
	line-height:1;
	font-weight:700;
	border-left:5px solid #141B4D;
	border-bottom:1px solid #CCCCCC;
}
#requirements h4.double{
	padding:2px 0 8px 10px;
	line-height:1.2;
}
.boxlist{
	margin:0 0 20px;
}
.boxlist > li{
	position:relative;
	padding:0 0 0 25px;
}
.boxlist > li span{
	font-weight:700;
}
.boxlist > li:before{
	position:absolute;
	content:"■";
	margin:0 0 0 -25px;
	color:#AF272F;
}
.attention{
	margin:0 0 50px;
}
#requirements table{
	width:100%;
	margin:0 0 50px;
	border-collapse:collapse;
	border:1px solid #fff;
	font-weight:700;
}
#requirements table thead{
	background:#141B4D;
	color:#fff;
	text-align:center;
}
#requirements table thead th{
	padding:10px 20px;
	vertical-align:middle;
	line-height:1.4;
	border:1px solid #fff;
}
#requirements table td{
	padding:26px 18px;
	background:#F5F5F5;
	border:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
}
#requirements table tbody tr:nth-of-type(1) td:last-child{
	vertical-align:middle;
}
#requirements table td:nth-of-type(2){
	text-align:left;
}
#requirements table td.tnolines { border-top:none; }
#requirements table td.nolines { border-top:none; border-bottom:none; }
#requirements table td.nolines p { transform:rotate( -90deg ); }
#requirements table td.bnolines { border-bottom:none; }

.column{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.column > li{
	width:45%;
	margin:50px 0 0;
}

.blue {
	width: 100%;
	margin: 20px auto 40px;
	padding: 5px 0;
	font-size: 16px;
}
	
.blue a {
	/* color: #00A0E9; */
	line-height: 2;
	border: solid 1px #141B4D;
	border-radius: 30px;
	padding: 15px 0;
	
}


@media screen and (max-width:959px) {
	.wrap h3 {
		font-size: 28px;
		line-height: 32px;
		/* letter-spacing: -1px; */
		margin-bottom: 15px;
	}

	.lead{
		width:90%;
		margin:0 auto;
		font-size:16px;
		text-align: left;
	}
	.lead span{
		margin:15px auto 15px;
	}
	
	.course{
		border:none;
	}
	.detail{
		margin:0;
	}
	.detail > li:nth-of-type(odd){
		font-size:16px;
	}
	.detail dt{
		width:100%;
		padding:10px 5% 10px;
	}
	.detail dd{
		width:100%;
		padding:20px 5%;
	}
	/*エントリーシート提出方法----------------*/
	#entryFlow .img{
		padding:0;
	}
	/*募集要項-----------------------------*/
	#requirements .inner{
		padding:0;
	}
	#requirements table thead th{
		padding:10px 5px;
	}

	.column > li{
		width:100%;
	}
}