@charset "utf-8";

/*.p-tab_body {
	max-width: 1210px;
}*/
.c-date .c-date-item.c-date--updated {
	display: none !important;
}

.schedule_table-content {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.schedule_table-content tr {
	border-top: 1px solid #c1c1c1;
}
.schedule_table-content tr:nth-last-of-type(1) {
	border-bottom: 1px solid #c1c1c1;
}
.schedule_table-content th {
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
}
.map_content {
	display: block;
	max-width: 800px;
	width: 100%;
}

.map_content iframe {
	width: 100%;

	aspect-ratio: 200 / 133;;
}
.schedule_table-content td {
	line-height: 1.5em;
}
.schedule_table-content td a {
	border-bottom: 1px solid;
}
.schedule_table-content td a i {
	margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
	.schedule_table-content th {
		width: 170px;
		padding: 16px 0;
		padding-left: 15px;
		font-size: 18px;
	}
	.schedule_table-content td {
		padding: 17.5px 0;
		font-size: 16px;
	}
	.map_content {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.schedule_table-content th , .schedule_table-content td {
		display: block;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.schedule_table-content th {
		width: 100%;
		padding: 10px 0 10px;
		font-size: 16px;
	}
	.schedule_table-content td {
		padding-bottom: 10px;
		font-size: 14px;
	}
	.map_content {
		margin-top: 10px;
	}
}

.schedule_absent-container {
	display: block;
	width: 100%;
}
.schedule_absent-nav {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
.schedule_absent-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.schedule_absent-item {
	display: flex;
	max-width: 190px;
	width: calc(50% - 10px);
}

.absent_btn {
	display: flex;
	width: 100%;
	padding: 12px 15px;
	border-width: 3px;
	border-style: solid;
	border-radius: 10px;
	color: #ffffff;
	font-size: 18px;
	line-height: normal;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.attendance_btn {
	border-color: #0d499a;
	background-color: #0d499a;
}
.absence_btn {
	border-color: #cc2f00;
	background-color: #cc2f00;
}

.attendance_btn:hover , .absence_btn:hover {
	background-color: #ffffff;
}
.attendance_btn:hover {
	color: #0d499a;
}
.absence_btn:hover {
	color: #cc2f00;
}


.absent_btn.active_attend , .absent_btn.active_absent {
	border-color: #cccccc !important;
	background-color: #cccccc !important;
	pointer-events: none;
}

