@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document schedule
--------------------------------------------------------- */

#schedule {
	padding: 70px 50px 100px;
	background: #fff;
	position: relative;
}

#schedule .ill {
	width: 160px;
	position: absolute;
	bottom: -2em;
	right: 0;
}

#schedule table {
	width: 100%;
	text-align: left;
}

#schedule tr {
	background: url(../schedule/line.svg) no-repeat left bottom / 100% auto;
}

#schedule th {
	width: 80px;
	text-align: center;
	font-weight: 600;
	line-height: 1.5;
	color: var(--blue);
}

#schedule td {
	padding: 15px 0;
	line-height: 1.5;
}

#schedule td .memo {
	margin-top: 5px;
	font-size: 16px;
	color: var(--orange);
}
