@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

#main{
	padding-bottom: 50px;
	font-size:16px;
}

#cont {
	margin: 0;
	padding: 0 50px 20px;
}
h2{
	width:100%;
	max-width:1000px;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px;
	border-bottom:1px solid #666;
}

/* COMMON
 ------------------------------------*/
.lead{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:1194px;
	margin:0 auto;
}
.lead > li:first-child{
	width:46%;
}
.lead > li:first-child img{
	width:100%;
}
.lead > li:last-child{
	width:50%;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.lead > li:last-child img{
	width:64%;
}
.lead ul{
	margin:21px auto 0;
}
.lead ul li{
	padding:10px 0;
	margin:0 0 6px;
	font-size:24px;
	font-weight:500;
	line-height:1;
	border:solid 1px #141B4D;
}
.attention { margin-top:10px; font-size:14px; color:#000; }

/*----------------------------------*/
.about{
	width:100%;
	max-width:1040px;
	margin:0 auto;
	padding:90px 0 20px;
	text-align:center;
}
.about p{
	max-width:740px;
	margin:0 auto;
	padding:30px 0;
	line-height: 2;
}

.detail{
	max-width:900px;
	margin:0 auto 20px;
	background:#EEEFF0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.detail:last-of-type{
	margin:0 auto 50px;
}
.detail h3{
	padding:10px 0 10px 20px;
	background:#141B4D;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.detail p{
	padding:20px;
	line-height:2;
}
.entry__btn {
	display:block;
    width: 400px;
    max-width: 100%;
    padding: 10px 0;
	margin:30px auto;
    border-radius: 40px;
    background-image: linear-gradient(90deg, rgba(20, 27, 77, 1) 30%, rgba(175, 39, 47, 1));
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    box-sizing: border-box;
	line-height:1.2;
}
.entry__btn:first-line{
	font-size:16px;
}
/*----------------------------------*/
.schedule{
	padding:66px 0 30px;
	background:#EEEFF0;
}

.dotline { border-bottom:1px dotted #666; padding-bottom:10px; }

.scheduleDetail{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width: 1220px;
	margin:0 auto;
}
.scheduleDetail > li{
	width:46%;
	margin:0 0 60px;
	line-height:1.6;
}
.scheduleDetail > li:last-of-type{
	width:66%;
	margin:0 auto;
}
.scheduleDetail > li h3{
	padding:0 0 15px;
	margin:0 0 20px;
	font-size:24px;
	font-weight:600;
	line-height:1;
	border-bottom:1px solid #000000;
}
.scheduleDetail > li:last-of-type h3{
	text-align:center;
}
.scheduleDetail > li > span{
	color:#AF272F;
}
.scheduleDetail > li > span.fb { font-weight:700; color:#000; }

.scheduleDetail > li .date{
	margin:0 0 25px;
	color:#AF272F;
	font-weight:700;
}
.scheduleDetail > li dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.scheduleDetail > li dl dt{
	width:100px;
	margin:0 0 10px;
	color:#AF272F;
	font-weight:700;
}
.scheduleDetail > li dl dd{
	width:calc(100% - 100px);
	margin:0 0 10px;
}
.scheduleDetail > li dl dd span{
	font-size:14px;
}
.scheduleDetail > li dl dd ul li{
	position:relative;
	padding:0 0 0 15px;
	margin:0 0 5px;
}
.scheduleDetail > li dl dd ul li::before{
	content:"・";
	position:absolute;
	left:0;
}
.apply{
	width:75%;
	margin:0 auto;
}
.apply li{
    position: relative;
}
.apply li::after {
    content: "▼";
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0;
    text-align: center;
}
.apply li div{
	padding: 12px 0 14px;
	margin:0 0 40px;
    background: #141B4D;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
.apply li:last-of-type::after {
	display:none;
}
/*----------------------------------*/
.introduce{
	max-width:810px;
	margin:0 auto;
	padding:100px 0;
	text-align:center;
}
.youtube{
	width:74%;
	aspect-ratio:16 / 9;
	margin:40px auto 100px;
}
.introduce .btn_0{
	border: 1px solid #141B4D;
    border-radius: 35px;
    padding: 18px 0;
}


@media screen and (max-width:959px) {
	#cont {
		margin: 0;
		padding: 0 5%;
	}
	#sp_wrap {
		background:initial;
	}
	h2{
		margin:0 auto 20px;
		padding:0 0 10px;
		font-size: 26px;
		line-height: 1.2;
	}
	/*----------------------------------*/
	.lead{
		margin:0 auto;
	}
	.lead ul li{
		font-size:16px;
	}
	.lead > li:first-child{
		width:100%;
		margin:0 0 15px;
		text-align:center;
	}
	.lead > li:first-child img{
		width:100%;
	}
	.lead > li:last-child{
		width:100%;
		padding:0;
	}
	.lead > li:last-child img{
		width:90%;
	}
	.lead ul{
		margin:18px auto 0;
	}
	/*----------------------------------*/
	.about{
		padding:50px 0 30px;
	}
	.about h3{
		line-height:1.4;
	}
	.about p{
		padding:0;
		text-align:left;
	}
	.entry__btn:first-line{
		margin:30px auto 50px;
		letter-spacing:-1px;
	}
	/*----------------------------------*/
	.schedule{
		padding:50px 0 30px;
	}
	.scheduleDetail > li{
		width:100%;
	}
	.scheduleDetail > li:last-of-type{
		width:100%;
	}
	.apply{
		width:100%;
	}
	.apply li div{
		font-size: 18px;
	}
	/*----------------------------------*/
	.introduce{
		padding:40px 0 100px;
	}
	
	.youtube{
		width:100%;
		margin:0 auto 40px;
	}


}
