@charset "UTF-8";

.cnt {
	background: #d7edf7;
}

.intro {
}

.intro_wrap {
}

.intro_wrap a {
	text-decoration: underline;
}

.from {
	padding: 100px 0;
}

.from_wrap {
	padding-bottom: 50px;
}

.from_cnt {
}

.from_cnt dl {
	display: flex;
	padding: 7.5px 0;
}

.from_cnt dl dt {
	flex-shrink: 0;
	width: 160px;
	padding: 10px 0;
	font-weight: 500;
}

.form_ttl {
}

.required {
	padding-left: 5px;
	color: #f83000;
}

.from_cnt dl dd {
	width: calc(100% - 160px);
}

.from_input {
}

::placeholder {
	color: #bbbbbb;
}

.input_zip {
	position: relative;
	width: 190px;
	margin-bottom: 7px;
}

.input_zip::before {
	content: "〒";
	display: block;
	position: absolute;
	bottom: 50%;
	left: 18px;
	z-index: 1;
	transform: translateY(53%);
}

.input_zip input[type="text"] {
	padding-left: 40px;
}

.input_tel {
	width: 260px;
}

.form_submit {
	position: relative;
}

.form_submit input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 330px;
	height: 90px;
	margin: 0 auto;
	border-radius: 9999px;
	background: #004cb4;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.wpcf7-spinner {
	position: absolute !important;
	right: 60px !important;
	bottom: 50% !important;
	margin: 0 !important;
	transform: translateY(50%) !important;
}

.wpcf7 form .wpcf7-response-output {
	border: none !important;
	font-weight: bold;
	text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	color: #dc3232;
}

input[type="checkbox"],
input[type="radio"] {
	all: revert;
	align-self: center;
	margin: 0 5px;
}

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="telephone"],
input[type="number"],
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	padding: 10px 18px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #ffffff;
	font-size: inherit;
	line-height: 1.5;
	vertical-align: middle;
	outline: none;
}

textarea {
	line-height: inherit;
	vertical-align: middle;
	resize: vertical;
}

label {
	display: inline-flex;
}

label,
select {
	cursor: pointer;
}

@media screen and (max-width:1240px) {
}

@media screen and (max-width:768px) {
	.cnt {
	}

	.intro {
	}

	.intro_wrap {
	}

	.intro_wrap a {
	}

	.from {
		padding: 40px 0;
	}

	.from_wrap {
		padding-bottom: 30px;
	}

	.from_cnt {
	}

	.from_cnt dl {
		flex-flow: column;
	}

	.from_cnt dl dt {
		padding: 5px 0;
	}

	.form_ttl {
	}

	.required {
	}

	.from_cnt dl dd {
		width: 100%;
	}

	.from_input {
	}

	::placeholder {
	}

	.input_zip {
	}

	.input_zip::before {
	}

	.input_zip input[type="text"] {
	}

	.input_tel {
	}

	.form_submit {
	}

	.form_submit input {
		width: 300px;
		height: 70px;
	}

	input[type="checkbox"],
	input[type="radio"] {
	}

	input[type="text"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="email"],
	input[type="url"],
	input[type="tel"],
	input[type="search"],
	input[type="telephone"],
	input[type="number"],
	textarea {
	}

	textarea {
	}

	label {
	}

	label,
	select {
	}
}
