@charset "UTF-8";
/*--------------------------------------------------

カラー設定
濃いブルー　　　　　　　　　#0020FF
薄いブルー　　　　　　　　　#0093FF


グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

@media screen and (max-width: 795px) {

}

@media screen and (max-width: 420px) {

}

--------------------------------------------------*/

/*==================================================
開催概要
==================================================*/

.overview_dl dt {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	width: 100%;
	height: 26px;
	border-bottom: 1px solid #0093FF;
/*	background: linear-gradient(to right, rgba(0,147,255,1.00) 0, rgba(0,206,255,0.00) 30%); */
/*	background-color: #0093FF;*/
	font-size: 13px;
	line-height: 26px;
	color: #0020FF;
}
.overview_dl dt::before, .overview_dl dt::after {
	position: absolute;
	content: "";
	height: 18px;
	transform: rotate(18deg);
	border-left: 1px solid #0093FF;
}
.overview_dl dt::before {
	top: 0;
	left: 0;
}
.overview_dl dt::after {
	top: 0;
	left: 4px;
}
.overview_dl dd {
	margin-bottom: 20px;
/*	font-family: selif;*/
	font-size: 16px;
}