@charset "UTF-8";
/*--------------------------------------------------

カラー設定
メインカラー（グリーン）	#00A593
サブカラー（グレー）	#63666A
サブカラー（グレー） #DADADA
サブカラー（黄緑）	#97D700
サブカラー（黄緑）	#C3DD88

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

タブレット（通常795px）
@media screen and (max-width: 970px) {

}

@media screen and (max-width: 420px) {

}


--------------------------------------------------*/


/*------------------------------------------
開催概要
------------------------------------------*/

.overview_item {
	display: flex;
	flex-wrap: nowrap;
	padding: 20px 0;
	border-top: 1px solid #DADADA;
	font-size: 17px;
}
.overview_item:last-child {
	border-bottom: 1px solid #DADADA;
}
.overview_item dt {
	position: relative;
	padding-left: 36px;
	width: 126px;
	font-weight: 600;
}
.overview_item dt::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 20px;
	width: 6px;
	height: 20px;
	border-radius: 3px;
	background-color: #A5A5A5;/*#97D700*/
}
.overview_item dd {
	flex: 1;
	margin-left: 20px;
	padding-left: 20px; 
	border-left: 1px solid #DADADA; 
}
@media screen and (max-width: 420px) {
	.overview_item {
		display: block;
	}
	.overview_item dd {
		margin-top: 10px;
		margin-left: 40px;
	}
}
.sub_content {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.5em;
}

/*テーマ*/
.theme {
	position: relative;
	font-size: 20px;
	font-weight: 600;
}
.theme_rubi {
	position: absolute;
	top: -18px;
	left: 0;
	font-size: 8.5px;
	font-weight: 500;
}