@charset "UTF-8";


/* heading
 ---------------------------- */
 
.heading-h1 .container-fluid {
	margin: 0 auto !important;
	padding: 0 32px !important;
	max-width: 1264px !important;
	border: none !important;
}
.heading-h1 .container-fluid h1 {
	margin-top: 19px !important;
	margin-bottom: 9.5px !important;
	padding-bottom: 10px !important;
	font-size: 36px !important;
	text-align: center !important;
	border-bottom: 1px solid #aaaaaa !important;
}
 
@media screen and (max-width:767px) {
	.heading-h1 .container-fluid h1 {
		font-size: 24px !important;
	}
	.heading-h1 .container-fluid {
		padding: 0 16px !important;
	}
}


/* schedule_20211006
 ---------------------------- */

.schedule_20211006 .heading {
	margin-bottom: 20px;
	text-decoration: underline;
}
.schedule_20211006 .media-box {
	margin: 0 20px 0 0;
	width: 40%;
	max-width: 400px;
}
.schedule_20211006 .media-box img {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.schedule_20211006 .media-box {
		float: none !important;
		margin: 0;
		width: 100%;
		max-width: 100%;
	}
}
