/** Import Bootstrap functions */
/** Bootstrap navbar fix (https://git.io/fADqW) */
:root {
	--primary-dark: #333;
	--secondary-dark: #167c1a;
	--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: #343a40;
	--gray-900: #242424;
	--bs-primary: #e30614;
	--bs-secondary: #2faa25;
	--bs-dark: var(--bs-black);
	--green: #2faa25;
	--orange: #ff8900;
	--dark-green-02: #57a63d;
	--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: Roboto, 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: 500;
	--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: 500;
	--btn-font-size: 1.7rem;
	--btn-line-height: 1.412;
	--btn-font-weight: 500;
	--btn-padding-y: 0.7rem;
	--btn-padding-x: 1.7rem;
	--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: var(--bs-black);
	--input-color: var(--bs-black);
	--input-placeholder-color: var(--bs-black);
	--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);
	--header-bg-color: var(--bs-black);
	--header-color: var(--bs-white);
	--header-drop-bg-color: var(--bs-black);
	--header-drop-bg-color-mobile: var(--gray-100);
	--header-drop-color: var(--bs-white);
	--header-drop-color-mobile: var(--bs-black);
	--header-drop-hover-color: var(--bs-primary);
	--extra-menu-bg-color: var(--bs-black);
	--extra-menu-color: var(--bs-white);
	--menu-bg-color-mobile: var(--bs-black);
	--menu-color-mobile: var(--bs-white);
	--footer-bg-color: var(--bs-black);
	--footer-color: var(--bs-white);
	--footer-secondary-bg-color: var(--gray-900);
	--footer-secondary-color: var(--gray-light);
	--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 */
.schedule-section {
	padding-block: 3.5rem 0;
}
.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 {
	margin-bottom: 4.8rem;
}
.schedule-section h2, .schedule-section .h2 {
	font-size: 3rem;
	line-height: 1.2;
	margin-block: 0 5.3rem;
}
.schedule-section .info-col {
	-webkit-margin-after: 5.1rem;
	        margin-block-end: 5.1rem;
}
.schedule-section h3, .schedule-section .h3 {
	text-transform: none;
	font-size: 2.2rem;
	line-height: 1.091;
	margin-bottom: 1.7rem;
}
.schedule-section .borderd-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1em;
	width: min(40rem, 100%);
}
.schedule-section .borderd-list li {
	-webkit-padding-after: 0.9rem;
	        padding-block-end: 0.9rem;
	-webkit-margin-after: 1rem;
	        margin-block-end: 1rem;
	border-bottom: 1px solid var(--gray-300);
}
.schedule-section .borderd-list p {
	margin: 0;
}
.schedule-section .borderd-list strong {
	font-weight: 700;
}
.schedule-section .special-list {
	list-style: none;
	padding: 1.2rem 0 0;
	margin: 0;
	line-height: 1.625;
}
.schedule-section .special-list li {
	-webkit-margin-after: 2.6rem;
	        margin-block-end: 2.6rem;
}
.schedule-section .special-list li:last-child {
	-webkit-margin-after: 0;
	        margin-block-end: 0;
}
.schedule-section .special-list strong {
	font-weight: 600;
}
.schedule-section .ttl-size2 {
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 3.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-block: 2.5rem;
	}
}
/*# sourceMappingURL=schedule-section.css.map */
