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

/*
* BASE
******************************************************/
.schedule-content {
	padding: 100px 0 0 0;
	max-width: 850px;
}
.schedule-heading {
	margin: 0 0 80px 0;
	font-size: 4.0rem;
}
@media screen and (max-width:768px) {
	.schedule-content {
		padding: 50px 0 0 0;
		max-width: inherit;
	}
	.schedule-heading {
		margin: 0 0 40px 0;
		font-size: 2.2rem;
	}
}

/*
* SCHRDULE
******************************************************/
.schedule-list {
	margin-top: 100px;
	background: #eaeaef;
	padding: 30px;
}
.schedule-list h3 {
	font-size: 1.8rem;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ded9d6;
}
.schedule-list-item {
	display: flex;
	margin-bottom: 8px;
}
.schedule-list-item-heading {
	width: 110px;
}
.schedule-list-item-heading h4 {
	font-weight: 400;
	font-size: 1.4rem;
}
.schedule-list-item-content {

}
.schedule-list-item-content p {
	font-size: 1.4rem;
}
.schedule-list-item-table {
	width: 320px;
}
.schedule-list-item-table table {
}
.schedule-list-item-table tr {
}
.schedule-list-item-table th {
	font-weight: 400;
	text-align: left;
	padding-right: 2em;
}
.table-title {
	width: calc(80px - 2em);
}
.schedule-list-item-table td {
	text-align: right;
}
.schedule-list-note {
	font-size: 1.4rem;
	margin-top: 40px;
}
@media screen and (max-width:768px) {
	.schedule-list {
		margin-top: 50px;
		padding: 20px;
	  }
	.schedule-list-item {
		display: block;
		margin-bottom: 1em;
	}
	.schedule-list-item-heading {
		width: auto;
	}
	.schedule-list-item-heading h3 {
		font-weight: 700;
	}
	.schedule-list-item-table {
		width: auto;
	}
	.table-title {
		width: calc(70px - 1em);
	}
}