@charset "utf-8";

#about{
	padding-bottom:80px;
}

ul.about_list .icon{
	text-align:center;
}

ul.about_list h3{
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.12em;
	color: #28D8CE;
	margin-top:20px;
}

ul.about_list p{
	font-size: 14px;
	margin-top:5px;
}

ul.about_list p span{
	display:block;
	font-size: 12px;
}

#theme{
	padding-top:30px;
	padding-bottom:80px;
}

#theme h3{
	margin-top:40px;
	font-weight: bold;
	font-size: 34px;
	line-height: 45px;
}

#theme h3 span{
	display:block;
	font-size: 20px;
	line-height: 26px;
}

#theme p.comment{
	font-weight: 500;
	font-size: 18px;
	line-height:36px;
}

#theme p.comment span{
	color: #35E3E3;
}

#schedule{
	background: #4C5EFD;
	padding-bottom:90px;
	padding-top:20px;
}

#schedule ul.schedule_wrap{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:30px;
}

#schedule ul.schedule_wrap li{
	width:43.67%;
}

#schedule ul.schedule_list{
	justify-content:space-between;
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
}

#schedule ul.schedule_list li{
	border-right: 1px solid #A1A9EC;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing:border-box;
}

#schedule ul.schedule_list li:first-child{
	width:55%;
	padding-right:5%;
}

#schedule ul.schedule_list li:last-child{
	width:45%;
	border-right:0;
	padding-left:2%;
}

#schedule ul.schedule_list li dl dt{
	font-weight:300;
	font-size: 16px;
	line-height: 24px;
	justify-content:flex-start;
	display:flex;
	align-items:flex-end;
	box-sizing:border-box;
}

#schedule ul.schedule_list li dl dd{
	font-size: 30px;
	line-height: 44px;
	text-align:center;
	padding-bottom:10px;
}

#schedule ul.schedule_list li:last-child dl dd{
	padding-bottom:0;
}

#schedule ul.schedule_list li dl dd small{
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.05em;
	padding-left:8px;
}

#schedule ul.schedule_list li:first-child dl dt{
	font-size: 50px;
	line-height:1;
	text-align: left;
	letter-spacing:0;
	color: #7583FF;
	justify-content:flex-start;
	padding-bottom:0;
}

#schedule ul.schedule_list li:first-child dl dd{
	text-align: left;
}

#schedule .btn_area{
	margin-top:50px;
}

#schedule .btn_area a{
	display:block;
	width:200px;
	text-align:center;
	margin:auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	background: #2C2C2C;
	border-radius: 10px;
	padding:15px 0;
	position:relative;
}

#schedule .btn_area a:after{
	content:"";
	display:block;
	position:absolute;
	right:15px;
	top:20px;
	background:url(../image/common/arrow01.svg)no-repeat center center;
	background-size:cover;
	width:12px;
	height:8px;
}

#schedule p.attend{
	margin-top:30px;
}


@media only screen and (min-width: 1300px) {

}

@media only screen and (min-width: 769px) {



}

@media only screen and (min-width: 767px) {

	ul.about_list{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		margin-top:90px;
		border-right: 1px solid #3E3E3E;
	}

	ul.about_list li{
		width:33%;
		padding:0 40px;
		border-left: 1px solid #3E3E3E;
	}

	ul.about_list .icon{
		justify-content:center;
		min-height:80px;
		display:flex;
		align-items:center;
	}
	#theme ul.theme_flow{
		justify-content:space-between;
		display:flex;
		flex-wrap:wrap;
		margin-top:40px;
	}

	#theme ul.theme_flow li:first-child{
		width:52.24%;
	}

	#theme ul.theme_flow li:last-child{
		width:42.85%;
	}

}


@media (max-width: 768px) {

	ul.about_list li{
		padding:0 15px;
	}


}


@media (max-width: 767px) {

	#about{
		padding-bottom: 50px;
	}

	#about h2{
		padding-bottom: 15px;
	}

	#about h2 span{
		display:block;
	}

	ul.about_list li{
		margin-top:50px;
		padding:0;
	}

	ul.about_list h3{
		text-align:center;
	}

	#theme{
		padding-top:0;
		padding-bottom:50px;
	}

	#theme h2{
		padding-bottom: 15px;
	}

	#theme h2 span{
		display:block;
	}

	#theme h3{
		font-size: 24px;
		line-height: 164.2%;
	}

	#theme h3 span{
		font-size: 15px;
		line-height: 164.2%;
	}

	#theme p.comment{
		margin-top:30px;
		font-size: 14px;
	}

	#schedule{
		padding-top:0;
		padding-bottom:50px;
	}

	#schedule h2{
		padding-bottom: 15px;
	}

	#schedule h2 span{
		display:block;
	}

	#schedule ul.schedule_wrap li{
		width:100%;
	}

	#schedule ul.schedule_list li{
		width:50%;
	}

	#schedule ul.schedule_list li:first-child{
/*		margin-bottom:30px;*/
	}

	#schedule ul.schedule_list li:last-child{
		border:0;
		padding-left:25px;
	}

	#schedule ul.schedule_list li dl dt{
		min-height:auto;
		justify-content:flex-start;
		font-size: 14px;
		line-height: 21px;
		padding-bottom:0;
	}

	#schedule ul.schedule_list li dl dd{
		text-align:left;
		padding-bottom:0;
		font-size: 26px;
	}

	#schedule ul.schedule_list li dl dd small{
		font-size: 16px;
	}


	#schedule ul.schedule_list li:nth-child(n+2) dl dd{
		font-size: 26px;
		line-height: 38px;
	}

	#schedule ul.schedule_list li:first-child dl dt {
		font-size: 40px;
	}

	#schedule ul.schedule_list {
		align-items: flex-end;
	}

	#theme ul.theme_flow li:last-child{
		margin-top:20px;
	}

}
