@charset "UTF-8";
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: var(--color-white);
}
.header_inner {}
.header_cols {
	display: flex;
	align-items: center;
}
.header_col {}
.header_col-logo {
	width: 101px;
}
.header_logo {}
.header_logo > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 124px;
	align-items: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.header_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 89.91%;
	width: 100%;
}
.header_title_img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header_col-title {
	width: calc(100% - 240px);
	margin: 0 auto;
}
.header_title {
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
}
.header_col-dummy {
	width: 101px;
}
.footer {
	background-color: var(--color-text);
	color: var(--color-white);
	box-shadow: 0 100vh 0 100vh var(--color-text);
}
.footer_inner {}
.footer_copyright {
	font-size: 12px;
	text-align: center;
	display: flex;
	min-height: 43px;
	align-items: center;
	justify-content: center;
}
.footer_copyright > small {
	display: block;
	font-size: inherit;
}
.contents {
	min-height: calc(100vh - 167px);
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 48px;
}
.contents_inner {}
.thanks {}
.thanks_title {}
.thanks_text {
	text-align: center;
}
.thanks_link {
	max-width: 360px;
	margin: 151px auto 0;
}
.thanks_link > a {}
.contents-simple {
	padding-top: 133px;
}
.form {
	max-width: 1059px;
	margin: 0 auto;
}
.form_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 40px;
	max-width: 826px;
}
.form_table > tbody {}
.form_table > tbody > tr {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	vertical-align: bottom;
	width: 205px;
	padding-right: 20px;
	box-sizing: border-box;
}
.form_table > tbody > tr > td {
	vertical-align: bottom;
}
.form_label {
	color: var(--color-blue);
	min-height: 60px;
	display: flex;
	align-items: center;
}
.form_date {
	max-width: 220px;
}
.form_input {}
.form_name {
	display: flex;
	column-gap: 20px;
}
.form_name_field {
	width: 200px;
}
.form_name_label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.form_selWrap {
	min-width: 181px;
}
.form_selWrap > svg {}
.form_tel {
	display: flex;
	align-items: center;
}
.form_tel_field {
	width: 120px;
}
.form_tel_hyphen {
	width: 18px;
	height: 2px;
	background-color: var(--color-gray-border);
	margin: 0 6px;
}
.form_btn {
	display: block;
	width: 360px;
	margin: 9px auto 0;
	max-width: 100%;
}
.form_selOuter {
	display: flex;
}
.flatpickr-current-month input.cur-year {
	box-shadow: none;
}
.form_btn_loading {
	display: block;
	fill: currentColor;
	width: 30px;
	height: 30px;
	margin: auto;
	animation-name: rotate;
	animation-fill-mode: backwards;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-timing-function: steps(8);
	pointer-events: none;
	fill: var(--color-white);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.form_btn[disabled] {
	color: var(--color-gray);
	pointer-events: none;
}
.form_btn[disabled] .form_btn_loading {
	visibility: visible;
	opacity: 1;
}
.error {}
.error_box {
	padding: 20px 20px;
	background-color: #ffe4e4;
	);
	color: #e30b0b;
	margin: 10px 0 50px;
}
.error_box:empty {
	display: none;
}
.error_list {
	list-style: none;
}
.error_list > li {}
.error_list > li:first-child {}
.error_list > li:last-child {}
.error_list > li:nth-child(2n + 1) {}
.error_list > li:nth-child(n + 3) {}
@media screen and (min-width:1000px) and (hover:hover) {
	.form_btn:hover {}
	.form_btn[disabled]:hover{
		background-color: var(--color-gray);
		border-color: var(--color-gray);
	}
	.header_logo > a:hover {
		opacity: 0.6;
	}
	.thanks_link > a:hover {}
}
@media screen and (max-width:999px) {
	.header {}
	.header_inner {}
	.header_cols {}
	.header_col {}
	.header_col-logo {
		width: 80px;
	}
	.header_logo {}
	.header_logo > a {
		height: 100px;
	}
	.header_logo_inner {}
	.header_title_img {}
	.header_col-title {
		width: calc(100% - 200px);
	}
	.header_title {
		font-size: 30px;
	}
	.header_col-dummy {
		width: 80px;
	}
	.footer {}
	.footer_inner {}
	.footer_copyright {}
	.footer_copyright > small {}
	.contents {}
	.contents_inner {}
	.thanks {}
	.thanks_title {}
	.thanks_text {}
	.thanks_link {
		margin-top: 100px;
	}
	.thanks_link > a {}
	.contents-simple {
		padding-top: 80px;
	}
	.form {}
	.form_table {
		border-spacing: 0 30px;
	}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr > th {}
	.form_table > tbody > tr > td {}
	.form_label {}
	.form_date {}
	.form_input {}
	.form_name {}
	.form_name_field {}
	.form_name_label {}
	.form_selWrap {}
	.form_selWrap > svg {}
	.form_tel {}
	.form_tel_field {}
	.form_tel_hyphen {}
	.form_btn {}
	.form_selOuter {}
}
@media screen and (max-width:767px) {
	.header {}
	.header_inner {}
	.header_cols {}
	.header_col {}
	.header_col-logo {
		width: 40px;
	}
	.header_logo {}
	.header_logo > a {
		height: 70px;
	}
	.header_logo_inner {}
	.header_title_img {}
	.header_col-title {
		width: calc(100% - 55px);
		margin-right: 0;
	}
	.header_title {
		font-size: 18px;
		text-align: left;
	}
	.header_col-dummy {
		display: none;
	}
	.footer {}
	.footer_inner {}
	.footer_copyright {
		font-size: 10px;
		min-height: 30px;
	}
	.footer_copyright > small {}
	.contents {
		min-height: calc(100vh - 100px);
		padding-top: 35px;
	}
	.contents_inner {}
	.thanks {}
	.thanks_title {}
	.thanks_text {
		text-align: left;
	}
	.thanks_link {
		max-width: 300px;
		margin-top: 50px;
	}
	.thanks_link > a {}
	.contents-simple {
		padding-top: 40px;
	}
	.form {}
	.form_table {
		display: block;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		margin-bottom: 25px;
	}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 8px;
	}
	.form_table > tbody > tr > td {
		display: block;
	}
	.form_label {
		min-height: 0;
		display: block;
	}
	.form_date {}
	.form_input {}
	.form_name {
		column-gap: 10px;
	}
	.form_name_field {
		width: auto;
		flex-grow: 1;
	}
	.form_name_label {
		margin-bottom: 8px;
	}
	.form_selWrap {}
	.form_selWrap > svg {}
	.form_tel {}
	.form_tel_field {
		width: auto;
		flex-grow: 1;
	}
	.form_tel_hyphen {
		width: 12px;
		height: 2px;
		margin: 0 4px;
		min-width: 12px;
	}
	.form_btn {
		width: 300px;
		margin-top: 45px;
	}
	.form_selOuter {}
}
@media screen and (max-width:374px) {}
