.schedule-timetable {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

@media screen and (min-width: 782px) {
	.schedule-timetable {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.schedule-timetable .schedule-timetable-list .wp-block-group > p:first-child {
	flex-shrink: 0;
}

.schedule-timetable .col-img {
	display: none;
}

@media screen and (min-width: 782px) {
	.schedule-timetable .col-img {
		display: block;
	}
}

.schedule-timetable .timetable p:first-child {
	flex-shrink: 0;
}
