@charset "UTF-8";

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

#schedule {
	padding: 50px 5vw 15vw;
	background: #fff;
	position: relative;
}

#schedule .ill {
	width: 25vw;
	position: absolute;
	bottom: -0.5em;
	right: 0;
}

#schedule .ill {
	height: auto;
	aspect-ratio: 376 / 1148;
	object-fit: cover;
}

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

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

#schedule th {
	width: 3.8em;
	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: 14px;
	color: var(--orange);
}
