@charset "utf-8";

.lower_fv {
	background-image: url("../img/contact_fv.webp");
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.lower_fv {
		background-image: url("../img/contact_fv_sp.webp");
	}
}



#apply {
	padding-bottom: 100px;
	border-bottom: 1px solid #ccc;
}
#apply .inner {
	max-width: calc(860px + 8%);
	margin-inline: auto;
	padding-inline: 4%;
}
#apply .mw_wp_form {
}
#apply .mw_wp_form_confirm {
}
#apply .mw_wp_form .error {
	margin-top: 5px;
	color: var(--red);
}
#apply .subttl {
	margin-top: 100px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#apply .lead {
	margin-block: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#apply .subttl + .lead {
	margin-top: 30px;
}
#apply .hide {
	display: none;
}
#apply table {
	width: 100%;
}
#apply tbody {
	display: grid;
	gap: 30px;
}
#apply tr {
	display: flex;
}
#apply th {
	width: calc(26000% / 860);
	padding-right: 20px;
	padding-top: 13px;
}
#apply .mw_wp_form_confirm th {
	padding-top: 0;
}
#apply th.pt00 {
	padding-top: 0;
}
#apply th label {
}
#apply td {
	width: calc(60000% / 860);
}
#apply .error {
	font-weight: bold;
}
#apply td .select_wrapper:has(+ .error),
#apply td input[type="text"]:has(~ .error),
#apply td input[type="email"]:has(~ .error),
#apply td textarea:has(+ .error) {
	background-color: #fae3e2;
	border: 2px solid var(--red);
}
#apply td .mwform-radio-field:has(~ .error) span::before,
#apply td .mwform-checkbox-field:has(~ .error) span::before {
	background-color: #fae3e2;
	border: 2px solid var(--red);
}
#apply td .note {
	margin-top: 5px;
}
#apply td .note.red {
	color: var(--red);
}
#apply td .email_confirm {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
#apply td .datepicker {
	position: relative;
	display: block;
}
#apply td .datepicker img {
	position: absolute;
	right: 15px;
	top: 15px;
}
#apply .mw_wp_form_confirm td .datepicker img {
	display: none;
}
#apply td input {
}
#apply td input[type="text"],
#apply td input[type="email"],
#apply td textarea {
	width: 100%;
	height: 48px;
	padding: 9px 10px;
	background-color: #eee;
	color: #666;
	font-weight: bold;
}
#apply td textarea {
	height: 180px;
}
.mw_wp_form .horizontal-item {
	margin-right: 10px;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}
#apply td .mwform-radio-field {
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#apply td input[type="radio"] {
	position: absolute;
	top: 6px;
	width: 16px;
	height: 16px;
	border-radius: 10px;
}
#apply td input[type="radio"] + span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-block: 3px;
}
#apply td input[type="radio"] + span::before,
#apply td input[type="radio"] + span::after {
	content: "";
	position: absolute;
	display: inline-block;
	border-radius: 10px;
}
#apply td input[type="radio"] + span::before {
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
}
#apply td input[type="radio"]:checked + span::after {
	top: 9px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: var(--beige);
}
#apply td .mwform-checkbox-field {
	position: relative;
	display: inline-block;
	font-weight: bold;
}
#apply td input[type="checkbox"] {
	position: absolute;
	top: 7px;
	width: 16px;
	height: 16px;
}
#apply td input[type="checkbox"] + span {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-block: 3px;
}
#apply td input[type="checkbox"] + span::before,
#apply td input[type="checkbox"] + span::after {
	content: "";
	position: absolute;
	display: inline-block;
}
#apply td input[type="checkbox"] + span::before {
	top: 7px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
}
#apply td input[type="checkbox"]:checked + span::after {
	top: 3px;
	left: 0;
	width: 20px;
	height: 18px;
	background-color: var(--beige);
	clip-path: polygon(0 10px, 7px 14px, 20px 2px, 7px 18px);
}
#apply td .select_wrapper {
	position: relative;
	width: 100%;
	background-color: #eee;
}
#apply td .select_wrapper .time {
	display: none;
}
#apply td .hour .select_wrapper .time {
	display: block;
}
#apply td .hour .select_wrapper .select {
	display: none;
}
#apply td select {
	width: 100%;
	height: 48px;
	padding: 9px 10px;
	color: #666;
	font-size: var(--text-base);
	font-weight: bold;
}
#apply td select option:disabled {
	background-color: rgba(0, 0, 0, 0.3);
}
#apply td .select_wrapper img {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
#apply td .ec_wrapper {
	display: flex;
	margin-bottom: 5px;
}
#apply td .ec_wrapper > span {
	flex-shrink: 0;
	display: inline-block;
	width: 80px;
	padding-top: 13px;
}
#apply .mw_wp_form_confirm td .ec_wrapper > span {
	padding-top: 0;
}
#apply hr {
	margin-top: 60px;
	margin-bottom: 60px;
	border-style: dashed;
}
#apply .survey {
	margin-bottom: 30px;
	font-weight: bold;
}
#apply .detail {
	margin-top: 20px;
	margin-bottom: 5px;
}
#apply .privacy {
	margin-top: 30px;
	text-align: center;
}
#apply .privacy a {
	font-weight: bold;
	text-decoration: underline;
}
#apply .privacy a:hover {
	text-decoration: none;
}
#apply .btn_area {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
	text-align: center;
}
#apply .btn_area button {
	width: 300px;
	height: 66px;
	font-weight: bold;
}
@media (max-width: 959px) {}
@media (max-width: 519px) {
	#apply tbody {
	}
	#apply tr {
		display: grid;
		gap: 5px;
	}
	#apply th {
		width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
	#apply td {
		width: 100%;
	}
}