@charset "UTF-8";
.schedule-date__start_hour--pm { margin-top: 3px; }
.schedule-date__start_hour--am::before,
.schedule-date__start_hour--pm::before {  width: auto; height: auto; background: none; margin-right: 0; font: 700 1.2rem YakuHanJP_Noto, "Noto Sans JP", sans-serif; }
.schedule-date__start_hour--am::before { content: "午前の部："; }
.schedule-date__start_hour--pm::before { content: "午後の部："; }

@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	
}