@charset "UTF-8";
/*--------------------------------------------------
カラー設定
濃いレッド　　　　　　　#D10043
背景ブラック　　　　　　#00041B
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2

グラデーション
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) {

}


--------------------------------------------------*/

/*==================================================
ハンズオンセミナー
==================================================*/

.seminar_dl {
	
}
.seminar_dl dt {
	position: relative;
	margin: 10px 0;
	padding: 4px 0 4px 30px;
	border-bottom: 1px solid #BABABA;
	font-size: 16px;
	font-weight: 600;
	color: #203897;
}
.seminar_dl dt::before {
	position:absolute;
	content: "";
	top: 9px;
	left: 7px;
	width: 14px;
	height: 14px;
	background-color: rgba(210,0,37,0.8);
}
.seminar_dl dt::after {
	position:absolute;
	content: "";
	top: 2px;
	left: 0px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: rgba(0,12,141,0.6);
}
.seminar_dl dd {
	margin-left: 2em;
	margin-bottom: 20px;
}