@charset "UTF-8";
/* CSS Document */

/*開催概要*/
.outline_list dt {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	position: relative;
	padding-left: 26px;
	border-bottom: 1px dashed #AFAFAF;
	color: #E48600;
}
.outline_list dt::before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 9px;
	background: linear-gradient(-45deg, #F29600 0%, #F5AB18 100%);
	position: absolute;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
	top: 1px;
	left: 0;
}
.outline_list dd {
	margin-bottom: 20px;
}
