@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
濃いグリーン　　　　　　　　#005D18
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
開催概要
--------------------------------*/
.overview .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dashed #BFA478;
}
.overview dt {
	font-size: 13px;
	width: 5em;
	text-align-last: justify;
	color: #005D18;
	line-height: 2em;
}
@media screen and (max-width: 420px) {
	.overview .flex {
		display: block;
	}
	.overview dd {
		margin-left: 1em;
	}
}
.sub_contents {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
