/* --------------------------------------------------
Contents
-------------------------------------------------- */
.contents *:not(img)::selection { background: #4AC1F1; }
.contents *:not(img)::-moz-selection { background: #4AC1F1; }

.timetableMain__contents { width: 95.54%; margin: 0 auto; display: flex; flex-direction: column; row-gap: 3.5rem; }
.timetableMain__contentsImage img { aspect-ratio: 12 / 15; }

@media screen and (min-width: 768px) { .timetableMain__contents { width: 60rem; row-gap: 7rem; } }
