/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #2a499e;
	--secondary-dark: #980200;
	--bs-black: #000;
	--bs-white: #fff;
	--gray-100: #f5f5f5;
	--gray-200: #e9ecef;
	--gray-300: #ddd;
	--gray-400: #c4c4c4;
	--gray-500: #adb5bd;
	--gray-600: #707070;
	--gray-650: #7b7b7b;
	--gray-700: #434343;
	--gray-800: #2e2e2e;
	--gray-900: #242424;
	--gray-950: #0b0b0b;
	--bs-primary: #2f68ff;
	--bs-secondary: #de4533;
	--bs-dark: var(--bs-black);
	--yellow: #fefa00;
	--yellow-dark: #fee100;
	--green: #4ec618;
	--green-dark: #33a500;
	--blue-02: #1c3476;
	--bs-body-bg: var(--bs-white);
	--bs-body-color: var(--bs-black);
	--bs-body-font-size: 1.6rem;
	--bs-body-line-height: 1.375;
	--bs-body-font-family: Source Sans Pro, Arial, Helvetica, sans-serif;
	--bs-link-color: var(--bs-secondary);
	--bs-link-hover-color: var(--secondary-dark);
	--bs-text-muted: #7b7b7b;
	--bs-font-weight-bold: 600;
	--font-weight-bold: 600;
	--bs-font-family-base: Source Sans Pro, Arial, Helvetica, sans-serif;
	--font-family-secondary: Open Sans, Arial, Helvetica, sans-serif;
	--h1-font-size: 4.6rem;
	--h2-font-size: 3rem;
	--h3-font-size: 3.6rem;
	--h4-font-size: 2rem;
	--h5-font-size: 2.2rem;
	--h6-font-size: 1.7rem;
	--h1-font-size-sm: 3.6rem;
	--h2-font-size-sm: 2.6rem;
	--h3-font-size-sm: var(--h3-font-size);
	--h4-font-size-sm: var(--h4-font-size);
	--h5-font-size-sm: var(--h5-font-size);
	--h6-font-size-sm: var(--h6-font-size);
	--headings-font-weight: 700;
	--headings-font-family: Open Sans, Arial, Helvetica, sans-serif;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 700;
	--btn-padding-y: 0.8rem;
	--btn-padding-x: 1.6rem;
	--btn-font-size-sm: 1rem;
	--btn-padding-y-sm: 0.4rem;
	--btn-padding-x-sm: 0.6rem;
	--btn-font-size-lg: 1.6rem;
	--btn-padding-y-lg: 1.1rem;
	--btn-padding-x-lg: 1rem;
	--input-border-color: #7b7b7b;
	--input-color: #7b7b7b;
	--input-placeholder-color: #7b7b7b;
	--input-bg: var(--bs-white);
	--input-box-shadow: none;
	--input-height: 4rem;
	--input-font-size: 1.6rem;
	--input-font-weight: 400;
	--input-padding-y: 0.4rem;
	--input-padding-x: 1.4rem;
	--input-focus-bg: var(--bs-white);
	--input-border-color-focus: #0b0b0b;
	--input-color-focus: #0b0b0b;
	--bs-breadcrumb-margin-bottom: 0.8rem;
	--header-bg-color: var(--bs-white);
	--header-color: var(--bs-black);
	--header-drop-bg-color: var(--bs-white);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--gray-950);
	--header-drop-color-mobile: var(--gray-950);
	--header-drop-hover-color: var(--primary-dark);
	--extra-menu-bg-color: var(--bs-white);
	--extra-menu-color: var(--bs-black);
	--menu-bg-color-mobile: var(--bs-white);
	--menu-color-mobile: var(--bs-black);
	--footer-bg-color: var(--gray-800);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--bs-black);
	--footer-secondary-color: var(--gray-650);
	--backdrop-bg: var(--bs-black);
	--backdrop-opacity: 0.4;
	--modal-border-width: 0;
	--modal-border-color: var(--bs-white);
	--modal-bg: var(--bs-white);
	--gray-light: #7b7b7b;
	--gray-002: #212121;
	--bs-gutter-x: 3rem;
}

/* schedule-section */
@media (min-width: 768px) {
	.schedule-section {
		padding-top: 5.3rem;
		padding-bottom: 5.4rem;
	}
}
.schedule-section .schedule-head {
	margin-top: -0.8rem;
	font-weight: var(--bs-font-weight-bold);
	font-size: 3rem;
	line-height: 1.2;
}
.schedule-section .schedule-head p {
	margin-bottom: 3.7rem;
}
.schedule-section h1, .schedule-section .h1 {
	font-weight: var(--bs-font-weight-bold);
	font-family: var(--bs-font-family-base);
	margin-bottom: 5.1rem;
}
.schedule-section h2, .schedule-section .h2 {
	font-size: 3.6rem;
	line-height: 1.0556;
	margin-bottom: 2.5rem;
}
.schedule-section h3, .schedule-section .h3 {
	text-transform: none;
	font-size: 2.2rem;
	line-height: 1.091;
	margin-bottom: 1.7rem;
}
.schedule-section .ttl-size2 {
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 3.1rem;
}
.schedule-section dl {
	margin-bottom: 4.2rem;
	width: 33rem;
	max-width: 100%;
}
.schedule-section dl > dt {
	font-weight: var(--bs-font-weight-bold);
}
.schedule-section dl > dd {
	font-weight: 400;
	margin-bottom: 0;
}
.schedule-section dl > dd:last-child {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 0.1rem solid var(--gray-300);
}
.schedule-section dl > dd + dt {
	border-top: 0.1rem solid var(--gray-300);
	margin-top: 1rem;
	padding-top: 1rem;
}
.schedule-section time {
	display: block;
	margin-top: 2.6rem;
	margin-bottom: 2.6rem;
}
.schedule-section time strong,
.schedule-section time span {
	display: block;
	margin-bottom: 0.2rem;
}
.info-media-section + .schedule-section {
	margin-top: 4.7rem;
}
.schedule-section .img {
	margin-bottom: 1rem;
}
.schedule-section.type2 {
	margin-bottom: 3.7rem;
}
.schedule-section.type2 + .schedule-section {
	margin-top: -3.7rem;
	padding-top: 0;
}
.schedule-section.type2 dl {
	width: 100%;
	margin-bottom: 3.6rem;
}
.schedule-section.type2 dl:last-child {
	margin-bottom: 0;
}
@media (max-width: 767.98px) {
	.schedule-section.bg-gray {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
}
/*# sourceMappingURL=schedule-section.css.map */
