@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	#C6008B*/
/*カラー1 エンジ　#830022*/
/*カラー2 濃いブルー　#003485*/

/*スケジュール*/
.schedule_dl {
	width: 100%;
}
.schedule_dl dt {
	position: relative;
	max-width: 500px;
	padding : 6px 10px 6px 30px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5em;
	color: #B39500;
	border-bottom: 1px solid #C6008B;
}
.schedule_dl dt::before {
	position: absolute;
	content: "";
	width: 18px;/*画像の幅*/
  	height: 18px;/*画像の高さ*/
  	background-image: url("../images/line_heart.svg");
  	background-size: contain;
	background-repeat: no-repeat;
	top: 12px;
	left: 0px;
}
.schedule_dl dd {
	font-size: 18px;
	margin-bottom: 20px;
}
.schedule_dl dd span {
	font-size: 12px;
}

/*締切*/
.limit {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #363636;
	font-weight: 600;
	line-height: 1.5em;
}