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

/*参加者のご案内*/

.dl_participants1 dt {
	width: 4.7em;
	position: relative;
	text-align-last: justify;
	font-weight: 600;
}
.dl_participants1 dt::after {
	position: absolute;
	content: "：";
	top: 0;
	right: -1em;
}
/*データリスト2のdtの色*/
.dl_participants2 dt{
		color: #007815;
	}

/*データリストSP表示時<dd>のmargin-leftを1emに*/
@media screen and (max-width: 850px){
	.dl_participants2 dd{
		margin-left: 1em;
	}

}

/*データリスト_OS*/
.dl_os dd {
	margin-left: 1em;
}

/*フォント色*/
.fc_orange {
	color: #f39800;
}