@charset "UTF-8";

/* ==========================================================
    お問い合わせ
========================================================== */

.contact-ttl {
	width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 5px 20px;
	margin: 0 0 30px;
	letter-spacing: 1px;
	background-color: #003B74;
	box-sizing: border-box;
}

.contact-link {
	display: flex;
	justify-content: space-between;
	margin: -70px 0 35px;
	padding-top: 70px;
}

.contact-link a {
	position: relative;
	/*width: 450px;*/
	width: 440px;
	padding: 11px;
	border: 4px solid #dbe6ed;
	border-radius: 6px;
	background-color: #fff;
	line-height: 2;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	transition: background-color 0.3s;
}

.contact-link a:hover,
.contact-link a:active,
.contact-link .current {
	background-color: #dbe6ed;
}

.contact-link .current::after {
	content: "";
	position: absolute;
	bottom: -13px;
	/*left: 230px;*/
	left: 210px;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #dbe6ed;
	transform: rotate(45deg);
}

.contact-text {
	margin: 30px 0;
}

.form-wrapper {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 60px;
}

.form-wrapper dt {
	width: 235px;
	padding: 30px 0 30px 15px;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
}

.form-wrapper .required {
	display: inline-block;
	margin-right: 15px;
	padding: 1px 10px 0;
	background-color: #f32c48;
	font-size: 14px;
	color: #fff;
}

.form-wrapper dd {
	display: flex;
	width: 710px;
	padding: 30px 20px 30px 0;
	border-bottom: 1px solid #e2e2e2;
	font-size: 16px;
}

.form-text,
.form-wrapper dd textarea {
	width: 100%;
	background-color: #f0f0f0;
	margin: -9px 0;
	padding: 8px;
	border: none;
	box-sizing: border-box;
}

.form-text:focus {
	outline: none;
}

.form-wrapper dd label {
	margin: 0 50px 0 0;
}

.radiocheck {
	display: none;
}

.radiocheck + span::before {
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-right: 11px;
	border: 5px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	box-shadow: 0 0 1px 1px #717171;
	transition: background-color 0.3s;
}

.radiocheck:checked + span::before {
	background-color: #333;
}

.form-wrapper dd textarea {
	min-height: 235px;
	resize: vertical;
}

.form-btn-wrapper {
	display: flex;
	justify-content: center;
}

.btn-common {
	width: 245px;
	margin: 0 10px;
	padding: 24px 20px 24px 45px;
	border: none;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	outline: none;
}

.btn-submit {
	background: #003b74 url(/wp/images/common/link_btn_05.png) center left 20px no-repeat;
	color: #fff;
}

.btn-back {
	background: #dbe6ed url(/wp/images/common/link_btn_06.png) center left 20px no-repeat;
	color: #333;
}

.confirm-text {
	width: 898px;
	margin-bottom: 60px;
	padding: 35px 40px;
	border: 1px solid #e2e2e2;
}

.confirm-text dt {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.confirm-text dd {
	font-size: 14px;
}

.thanks-text {
	margin: 80px 0 120px;
}

.thanks-text dt {
	margin-bottom: 120px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.thanks-text dd {
	text-align: center;
	font-size: 14px;
}