@charset "UTF-8";
/*--------------------------------------------------
カラー設定
メインカラー	グリーン　#0EB998 
薄いグリーン　			 #EAF5F3 
濃いグリーン　　　　　　#013700
濃いブルー　　　　　　　#009AA2
濃いレッド　　　　　　　#D10043
背景ブラック　　　　　　#00041B

--------------------------------------------------*/

/*==================================================
開催概要
==================================================*/

.greeting_dl dt {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	width: 100%;
	height: 26px;
	background-color: rgba(0,0,0,0.40);
	clip-path:polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
	font-size: 13px;
	line-height: 26px;
	color: white;
}
.greeting_dl dt::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 100%;
	background-color: #D10043;
	top: 0;
	left: 0;
	clip-path:polygon(50% 0, 100% 0, 50% 100%, 0 100%);
}
.greeting_dl dd {
	margin-bottom: 20px;
}