@charset "UTF-8";
.contact_head_text {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	line-height: 1.77;
	margin-bottom: 24px;
}

/* 電話ボタン */
.wrap_contact_tel {
	max-width: 540px;
	margin: 0 auto 40px;
}

.wrap_contact_tel a {
	display: block;
	padding: 24px 0;
	border-radius: 40px;
	border: 2px dashed #FF8484;
	background: #FFF0F0;
	font-weight: bold;
}

.wrap_contact_tel a .contact_tel {
	font-size: 32px;
	font-size: 3.2rem;
	letter-spacing: 0.1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap_contact_tel a .contact_tel::before {
	content: "";
	display: inline-block;
	background: url(../images/contact/icon_tel_sp.png) no-repeat;
	background-size: contain;
	width: 51px;
	height: 47px;
}

.wrap_contact_tel a .contact_time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrap_contact_tel a .contact_time span {
	width: 60px;
	height: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 132, 132, 0.5);
	font-size: 12px;
	font-size: 1.2rem;
	border-radius: 5px;
	margin-right: 8px;
}

.ttl_h3 {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	margin-bottom: 16px;
}

.contact_head_note {
	letter-spacing: 0.2em;
	font-weight: 500;
	margin-bottom: 64px;
}

/* フォーム */
.wrap_contact_form {
	background: url(../images/contact/bg_contact_sp.jpg) no-repeat;
	background-size: contain;
	background-position: top 40px left 0;
}

input[type="text"],
input[type="submit"],
select,
textarea {
	-webkit-appearance: none;
	border: 1px solid #3A3F3B;
	padding: 8px 16px;
	width: 100%;
	background: #FFF0F0;
	border-radius: 5px;
}

.dl_contact dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dl_contact dt .dt_span {
	display: inline-block;
	width: 60%;
}

.dl_contact dt .required {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 27px;
	background: #FF8484;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0;
}

.dl_contact dd {
	margin-bottom: 24px;
}

.dl_contact select {
	cursor: pointer;
	text-overflow: ellipsis;
}

.dl_contact .dd_select {
	overflow: hidden;
	position: relative;
}

.dl_contact .dd_select select::-ms-expand {
	display: none;
}

.dl_contact .dd_select::before {
	position: absolute;
	top: 50%;
	right: 3%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	content: '▼';
	pointer-events: none;
	color: #3A3F3B;
}

.dl_contact .link_policy a {
	color: #FF8484;
	text-decoration: underline;
}

/* ラジオボタン */
.dd_radio label,
.dd_radio input {
	cursor: pointer;
}

.dd_radio > span {
	margin-right: 40px;
}

input[type="radio"] {
	position: relative;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	margin-right: 10px;
	margin-top: -3px;
	border: solid 2px #3A3F3B;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff;
	outline: none;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

input[type="radio"]::after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -6px;
	margin-left: -6px;
	border-radius: 100%;
}

input[type="radio"]:checked {
	background-color: #fff;
	border: solid 1px #438CE2;
}

input[type="radio"]:checked::after {
	background-color: #438CE2;
}

input[type="radio"] {
	border-radius: 100%;
}

.wrap_contact_form .mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.dd_radio2 > span {
	display: block;
	margin-right: 0;
}

/* ラジオボタン */
.btn_contact {
	width: 200px;
	margin: 40px auto 0;
}

.btn_contact input {
	background: #fff;
	width: 100%;
	height: 50px;
	font-weight: bold;
	border: 2px solid #FF8484;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.4em;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

@media print, screen and (min-width: 769px) {
	/* 電話ボタン */
	.wrap_contact_tel {
		max-width: 540px;
		margin: 0 auto 40px;
	}
	.wrap_contact_tel a {
		padding: 40px 0;
		pointer-events: none;
	}
	.wrap_contact_tel a .contact_tel {
		font-size: 48px;
		font-size: 4.8rem;
	}
	.wrap_contact_tel a .contact_tel::before {
		background: url(../images/contact/icon_tel_pc.png) no-repeat;
		background-size: contain;
		width: 88px;
		height: 71px;
	}
	.wrap_contact_tel a .contact_time {
		font-size: 24px;
		font-size: 2.4rem;
	}
	.wrap_contact_tel a .contact_time span {
		width: 98px;
		height: 36px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-right: 16px;
	}
	.ttl_h3 {
		font-size: 24px;
		font-size: 2.4rem;
		max-width: 370px;
		margin: 0 auto 16px;
	}
	.contact_head_note {
		text-align: center;
		margin-bottom: 40px;
	}
	/* フォーム */
	.wrap_contact_form {
		background: url(../images/contact/bg_contact_pc.jpg) no-repeat;
		background-size: contain;
		background-position: top 110px left 0;
	}
	.wrap_contact_form .inner_section {
		max-width: 680px;
	}
	.dl_contact dt .dt_span {
		display: inline-block;
		width: 30%;
	}
	.dl_contact dd {
		margin-bottom: 24px;
	}
	.dl_contact .dd_check {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.dl_contact .dd_check span, .dl_contact .dd_check label, .dl_contact .dd_check input {
		cursor: pointer;
	}
	.btn_contact input {
		background: #fff;
		width: 100%;
		height: 50px;
		font-weight: bold;
		border: 2px solid #FF8484;
		font-size: 18px;
		font-size: 1.8rem;
		letter-spacing: 0.4em;
		border-radius: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.btn_contact input:hover {
		color: #fff;
		background: #FF8484;
		cursor: pointer;
	}
	.dd_radio2 > span {
		display: inline;
		margin-right: 24px;
	}
}