@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;
}
.p-single-header__image {
	max-width: 800px;
	width: 100%;
}
.schedule_table-content {
	border-top: 1px dashed #343434;
	border-bottom: 1px dashed #343434;
}
.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::before , .schedule_table-content::after {
	display: block;
	width: 100%;
	content: "";
}

.schedule_table-content td {
	line-height: 1.5em;
}
.schedule_table-content td a {
	color: #1a51ad;
}
.schedule_table-content td a i {
	margin-left: 0.5em;
}
@media screen and (min-width: 768px) {
	.schedule_table-content::before , .schedule_table-content::after {
		height: 30px;
	}
	.schedule_table-content th {
		width: 170px;
		padding: 7.5px 0;
		padding-left: 15px;
		font-size: 20px;
	}
	.attendance_cell td {
		padding-left: 15px !important;
	}
	.schedule_table-content td {
		padding: 8px 0;
		font-size: 19px;
	}
	.map_content {
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.schedule_table-content::before , .schedule_table-content::after {
		height: 10px;
	}
	.schedule_table-content th , .schedule_table-content td {
		display: block;
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.attendance_cell td {
		padding-left: 10px !important;
	}
	.schedule_table-content th {
		width: 100%;
		padding: 10px 0 5px;
		font-size: 16px;
	}
	.schedule_table-content td {
		padding-top: 0 !important;
		padding-bottom: 5px;
		font-size: 14px;
	}
	.map_content {
		margin-top: 10px;
	}
}


.attendance_container {
	display: flex;
	width: 100%;
	border-bottom: 1px dashed #343434;
	flex-direction: column;
}

.attendance_list {
	display: flex;
	width: 100%;
	flex-direction: column;

	row-gap: 15px;
}
.attendance_item {
	display: flex;
	width: 100%;
	padding: 35px 0 25px;
	padding-right: clamp(0.625rem, -10.322rem + 22.81vw, 4.688rem) !important;
	padding-left: clamp(0.625rem, -6.112rem + 14.04vw, 3.125rem) !important;
	border: 1px solid #707070;
	column-gap: 10px;
	justify-content: space-between;

	row-gap: 10px;
}
.attendance_item:nth-of-type(even) {
	background-color: #f2f2f2;
}
.attendance_item-title {
	font-weight: bold;
	font-size: 20px;
	white-space: nowrap;
}
.attendance_item-title span {
	border-bottom: 1px solid;
}
.attendance_item-remarks {
	flex-direction: column;
	align-items: flex-start !important;
}
.schedule_remarks-container {
	width: 100%;
}
.attendance_remarks {
	width: 100%;
	min-height: 120px;
	padding: 15px;
	border: 1px solid #707070;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	resize: vertical;
}


.schedule_absent-nav {
	display: block;
	max-width: 320px;
	width: 100%;
	white-space: nowrap;
}
.schedule_absent-list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.schedule_absent-item {
	display: flex;
	max-width: 150px;
	width: calc(50% - clamp(0.313rem, -0.53rem + 1.75vw, 0.625rem));
}

.attendance_btn {
	display: flex;
	width: 100%;
	padding: 9.5px 10px;
	border-width: 3px;
	border-style: solid;
	font-weight: bold;
	font-size: clamp(1rem, 0.158rem + 1.75vw, 1.313rem);
	line-height: normal;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.attend_btn {
	border-color: #24406e;
	color: #24406e;
}
.absent_btn {
	border-color: #a24040;
	color: #a24040;
}

.attend_btn:hover {
	background-color: rgba(36, 64, 110, 0.1);
}
.absent_btn:hover {
	background-color: rgba(162, 64, 64, 0.1);
}


.decided_cell .attendance_btn , .active_attend , .active_absent {
	pointer-events: none;
}
.active_attend , .active_absent {
	color: #ffffff;
}
.active_attend {
	background-color: #24406e !important;
}
.active_absent {
	background-color: #a24040 !important;
}
.decided_cell .attendance_btn {
	border-color: #cbd1d9;
	background-color: #ffffff !important;
	color: #cbd1d9;
}

.attendance_send {
	display: flex;
	max-width: 150px;
	width: 100%;
	margin: 0 auto;
	padding: 11px 10px;
	border: 2px solid #1a51ad;
	border-radius: 25px;
	background-color: #1a51ad;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(1rem, 0.158rem + 1.75vw, 1.313rem);
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.attendance_send-disabled {
	border-color: #cbd1d9;
	background-color: #cbd1d9;
	pointer-events: none;
}
.attendance_send:not(.attendance_send-disabled):hover {
	background-color: #ffffff;
	color: #1a51ad;
}

@media screen and (min-width: 768px) {
	.schedule_absent-container , .login_container {
		margin-top: 40px !important;
	}
	.attendance_container {
		padding: 40px 0;

		row-gap: 35px;
	}
	.attendance_item {
		padding: 35px 0 25px;
		align-items: center;
	}
	.attendance_item-title {
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.l-container {
		padding-bottom: 55px;
	}
	.schedule_absent-container , .login_container {
		margin-top: 20px !important;
	}
	.attendance_container {
		padding: 20px 0;

		row-gap: 20px;
	}
	.attendance_item {
		padding: 20px 0 15px;
		flex-direction: column;
	}
	.attendance_item-title {
		font-size: 16px;
	}
}


.substitute_contents {
	display: flex;
	flex-direction: column;
}
.substitute_user-name {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
}
.substitute_contents:not(:first-of-type) {
	border-top: 1px dashed #343434;
}

.proxy_managed_table {
	width: 100%;
	margin: 0 auto;
}
.proxy_managed_table tr:not(:first-of-type) {
	border-top: 1px solid #707070;
}
.proxy_managed_table th {
	width: 113px;
	font-weight: 500;
	font-size: 19px;
}
.proxy_managed_table td {
	padding: 18px 15px;
	font-weight: 500;
	font-size: 19px;
}
.proxy_managed_notice {
	padding: 0 10px;
	text-align: justify;
}
.proxy_managed_caution {
	display: flex;
}
.proxy_managed_caution::before {
	content: "※";
}


@media screen and (min-width: 768px) {
	.substitute_user-name {
		margin-bottom: 15px;
		font-size: 25px;
	}
	.substitute_contents:not(:first-of-type) {
		padding-top: 35px;
	}
	.proxy_managed_table {
		max-width: calc(100% - 20px);
		border: 2px solid #707070;
	}
	.proxy_managed_table th {
		width: 113px;
		background-color: #dddddd;
	}
	.proxy_managed_notice {
		font-size: 18px;
		line-height: 25px;
	}
}
@media screen and (max-width: 767px) {
	.substitute_user-name {
		margin-bottom: 10px;
		font-size: 19px;
	}
	.substitute_contents:not(:first-of-type) {
		padding-top: 20px;
	}
	.proxy_managed_table th , .proxy_managed_table td {
		display: block;
		width: 100%;
	}
	.proxy_managed_table {
		border-top: 2px solid #707070;
		border-bottom: 2px solid #707070;
	}
	.proxy_managed_table th {
		padding: 15px 10px 10px;
		font-weight: bold;
		font-size: 16px;
		text-align: left;
	}
	.proxy_managed_table td {
		padding: 0 10px 15px calc(10px + 1em);
		font-weight: 500;
		font-size: 15px;
	}
	.proxy_managed_notice {
		font-size: 15px;
		line-height: 23px;
	}
}
