@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0062ad
ボタンブルー　　　　　　　　#0200BE
ミント　　　　　　　　　　　#A2E8F1
グリーン　　　　　　　　　　#75BC00
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2


@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
開催概要
--------------------------------*/
.overview .flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px dashed #00B3BE;
}
.overview dt {
	display: flex;
	align-items: center;
	width: 91px;
	height: 24px;
	padding: 8px 13px;
	background-color: #00B3BE;
	border-radius: 12px;
	vertical-align: middle;
}
.overview dt p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	width: 5em;
	text-align-last: justify;
	color: white;
	line-height: 0;
}
@media screen and (max-width: 420px) {
	.overview .flex {
		display: block;
	}
	.overview dd {
		margin-top: 10px;
		margin-left: 1em;
	}
}
.sub_contents {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5em;
}
