@charset "UTF-8";

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 15px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	background: #ffffff;
	font-size: inherit;
	line-height: 1.88;
	vertical-align: middle;
	outline: none;
}

textarea {
	height: 220px;
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

.intro {
}

.intro_wrap {
}

.contact_ttl {
	position: relative;
	padding-left: 35px;
	font-weight: bold;
	font-size: 24px;
}

.contact_ttl::before {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 25px;
	height: auto;
	border-radius: 50%;
	background: #004098;
	transform: translateY(50%);
	aspect-ratio: 1;
}

.telcontact {
	padding: 60px 0;
}

.telcontact_wrap {
	width: fit-content;
	padding: 44px 55px;
	border-radius: 20px;
	background: #e9ecf0;
}

.telcontact_ttl {
}

.telcontact_cnt {
}

.telcontact_num {
}

.telcontact_note {
}

.form {
	padding: 35px 0 0;
}

.form_wrap {
}

.form_cnt {
	padding: 30px 0;
	border-bottom: #ced1d6 1px solid;
}

.form_cnt:last-child {
	border-bottom: none;
}

.form_cnt_hd {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 14px;
	font-size: 20px;
}

.form_cnt_hd h3 {
	font-weight: bold;
}

.form_cnt_hd .required {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 20px;
	border: 1px solid #ed0000;
	border-radius: 3px;
	color: #ed0000;
	font-size: 14px;
}

.form_cnt_input {
	font-weight: bold;
}

.form_cnt_input span {
}

.form_cnt_input.birth {
	display: flex;
	gap: 27px;
}

.birth_year {
	display: flex;
	align-items: center;
	gap: 17px;
}

.birth_year_input {
	width: 200px;
}

.birth_month,
.birth_day {
	display: flex;
	align-items: center;
	gap: 17px;
}

.birth_month_input,
.birth_day_input {
	width: 100px;
}

.birth_year span,
.birth_month span,
.birth_day span {
}

.form_cnt_input.address {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	gap: 10px 45px;
}

.address_zip {
	display: flex;
	align-items: center;
	gap: 20px;
}

.address_zip_input {
	width: 260px;
}

.address_prefectures {
	display: flex;
	align-items: center;
	gap: 10px;
}

.address_prefectures_input {
}

.address_other {
	width: 100%;
}

.address_other_input {
}

.form_cnt_input.tel {
	max-width: 560px;
}

.inputselect {
	display: inline-block;
	position: relative;
	width: 250px;
	overflow: hidden;
	border-radius: 0;
	line-height: 1.5;
	vertical-align: middle;
}

.inputselect:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 10;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #333333 transparent transparent transparent;
	pointer-events: none;
}

.inputselect select {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 18px 30px 18px 12px;
	border: 0;
	border-radius: 5px;
	background: transparent;
	background: #ffffff;
	font-size: inherit;
	font-family: inherit;
	outline: none;
	cursor: pointer;
	appearance: none;
}

.inputselect select::-ms-expand {
	display: none;
}

.form_send {
	padding-top: 35px;
}

.form_send_privacy {
	text-align: center;
}

.form_send_privacy a {
	color: #004098;
	text-decoration: underline;
}

.form_send_btn input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 440px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 9999px;
	background: #004098;
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
}

.form_send_btn input:hover,
.form_send_btn input:disabled {
	opacity: 0.6;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	input[type="checkbox"],
	input[type="radio"] {
	}

	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="telephone"],
	input[type="number"],
	textarea {
		padding: 10px;
	}

	textarea {
	}

	label {
	}

	label,
	select {
	}

	.intro {
	}

	.intro_wrap {
	}

	.contact_ttl {
		padding-left: 21px;
		font-size: 20px;
	}

	.contact_ttl::before {
		width: 16px;
		height: auto;
	}

	.telcontact {
		padding: 30px 0 0;
	}

	.telcontact_wrap {
		width: 100%;
		max-width: 330px;
		margin: 0 auto;
		padding: 30px 20px;
	}

	.telcontact_ttl {
	}

	.telcontact_cnt {
	}

	.telcontact_num {
	}

	.telcontact_note {
	}

	.form {
		padding: 30px 0 0;
	}

	.form_wrap {
	}

	.form_cnt {
		padding: 15px 0;
	}

	.form_cnt:last-child {
	}

	.form_cnt_hd {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.form_cnt_hd h3 {
	}

	.form_cnt_hd .required {
	}

	.form_cnt_input {
	}

	.form_cnt_input span {
	}

	.form_cnt_input.birth {
		flex-flow: column;
		gap: 10px;
	}

	.birth_year {
	}

	.birth_year_input {
	}

	.birth_month,
	.birth_day {
	}

	.birth_month_input,
	.birth_day_input {
	}

	.birth_year span,
	.birth_month span,
	.birth_day span {
	}

	.form_cnt_input.address {
	}

	.address_zip {
	}

	.address_zip_input {
	}

	.address_prefectures {
	}

	.address_prefectures_input {
	}

	.address_other {
	}

	.address_other_input {
	}

	.form_cnt_input.tel {
	}

	.inputselect {
	}

	.inputselect:after {
	}

	.inputselect select {
	}

	.inputselect select::-ms-expand {
	}

	.form_send_btn input {
		height: 70px;
		margin-top: 20px;
		font-size: 17px;
	}
}
