/*=======================
下層MV
=======================*/
#mv {
	background-image: url(../img/contact_mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
お問い合わせフォーム
=======================*/
.page_link_wrap {
	width: 100%;
	max-width: 6.00rem;
	margin: auto;
	padding-bottom: 1.10rem;
}

.page_link_wrap .list .detail {
	width: 50%;
}

@media screen and (max-width: 499px) {
	.page_link_wrap .list .detail {
		width: 100%;
	}
}

.contact_form {
	padding-bottom: 0.80rem;
}

.contact_form .title {
	text-align: center;
	font-size: 0.30rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	.contact_form .title {
		font-size: 0.24rem;
	}
}

.contact_form .lead_text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.075em;
	text-align: center;
	padding-bottom: 0.50rem;
}

@media screen and (max-width: 499px) {
	.contact_form .lead_text {
		font-size: 0.14rem;
		line-height: 1.91;
		text-align: left;
	}
}

.form_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #f2f2f2;
}

.form_wrap table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

@media screen and (max-width: 499px) {
	.form_wrap table tr:nth-child(odd) {
		background-color: transparent;
	}
}

.form_wrap th {
	text-align: left;
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 1.65;
	letter-spacing: 0.075em;
	padding: 0.15rem;
	width: 2.85rem;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
}

@media screen and (max-width: 499px) {
	.form_wrap th {
		font-size: 0.14rem;
		padding: 0.10rem;
		font-weight: 700;
		width: 100%;
		box-sizing: border-box;
		display: block;
		background-color: #f2f2f2;
	}
}

.form_wrap th.required span::after {
	content: "必須";
	font-size: 0.12rem;
	color: #FFF;
	background-color: #f8184f;
	line-height: 0;
	padding: 0.10rem 0.08rem 0.12rem;
	display: block;
	position: absolute;
	right: 0;
	top: 0.19rem;
}

@media screen and (max-width: 499px) {
	.form_wrap th.required span::after {
		font-weight: 700;
		font-size: 0.10rem;
		right: 0.10rem;
		top: 0.10rem;
	}
}

.form_wrap td {
	font-weight: 400;
	font-size: 0.16rem;
	line-height: 1.65;
	letter-spacing: 0.075em;
	padding: 0.15rem;
	box-sizing: border-box;
}

@media screen and (max-width: 499px) {
	.form_wrap td {
		font-size: 0.14rem;
		padding: 0.15rem 0 0.25rem;
		display: block;
		width: 100%;
	}
}

.form_wrap td input {
	border: 1px solid #CCC;
	padding: 0.04rem;
	background-color: #FFF;
	box-sizing: border-box;
	width: 100%;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	border-radius: 3px;
}

@media screen and (max-width: 499px) {
	.form_wrap td input {
		font-size: 0.16rem;
	}
}

.form_wrap td .w30 {
	width: 20%;
}

.form_wrap td .w40 {
	width: 25%;
}

.form_wrap td .w100 {
	width: 100%;
}

.form_wrap td span {
	display: inline-block;
	font-size: 0.14rem;
	padding: 0 0.06rem;
}

.form_wrap td select {
	border: 1px solid #CCC;
	padding: 0.04rem;
	background-color: #FFF;
	box-sizing: border-box;
	width: 50%;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	border-radius: 3px;
}

@media screen and (max-width: 499px) {
	.form_wrap td select {
		font-size: 0.16rem;
	}
}

.form_wrap td textarea {
	border: 1px solid #CCC;
	padding: 0.04rem;
	background-color: #FFF;
	box-sizing: border-box;
	width: 100%;
	min-height: 3.00rem;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	border-radius: 3px;
}

@media screen and (max-width: 499px) {
	.form_wrap td textarea {
		border: 1px solid #CCC;
		padding: 0.04rem;
		background-color: #FFF;
		box-sizing: border-box;
		width: 100%;
		min-height: 2.00rem;
		font-size: 0.16rem;
		letter-spacing: 0.075em;
		border-radius: 3px;
	}
}

.form_wrap .policy_doui_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.30rem 0;
	font-size: 0.16rem;
	padding-left: 0.05rem;
}

.form_wrap .policy_doui_wrap input {
	width: 0.20rem;
	height: 0.20rem;
	border: 2px solid #CCC;
	border-radius: 3px;
	position: relative;
	top: -0.02rem;
}

.form_wrap .policy_doui_wrap span {
	display: inline-block;
	font-size: 0.16rem;
	padding-left: 0.05rem;
	position: relative;
}

@media screen and (max-width: 499px) {
	.form_wrap .policy_doui_wrap span {
		font-size: 0.14rem;
	}
}

.form_wrap .policy_doui_wrap span a {
	color: #f8184f;
}

.form_wrap .policy_doui_wrap span a:hover {
	text-decoration: none;
}

.form_wrap .policy_doui_wrap .mwform-checkbox-field-text::after {
	content: "必須";
	font-size: 0.12rem;
	color: #FFF;
	background-color: #f8184f;
	line-height: 0;
	padding: 0.10rem 0.08rem 0.12rem;
	display: inline-block;
	margin-left: 0.10rem;
}

/* 送信ボタン */
.form_wrap .submit_btn {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.form_wrap .submit_btn .text {
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.85;
	padding-bottom: 0.20rem;
	text-align: center;
}

.form_wrap .submit_btn .submit {
	width: 3.50rem;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	color: #FFF;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	background-color: #f8184f;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 3px 0 rgba(248, 24, 79, 0.3);
	margin: 0 0.10rem;
}

@media screen and (max-width: 499px) {
	.form_wrap .submit_btn .submit {
		width: 3.00rem;
		font-size: 0.18rem;
		-webkit-appearance: none;
		margin: 0 0 0.20rem;
	}
}

.form_wrap .submit_btn .reset {
	width: 3.50rem;
	font-size: 0.20rem;
	letter-spacing: 0.10em;
	font-weight: 700;
	color: #FFF;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	background-color: #666;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
	margin: 0 0.10rem;
}

@media screen and (max-width: 499px) {
	.form_wrap .submit_btn .reset {
		width: 3.00rem;
		font-size: 0.18rem;
		-webkit-appearance: none;
		margin: 0 0 0.20rem;
	}
}

/* エラー表示 */
.form_wrap .ERR {
	color: #c1272d;
	font-weight: 500;
}

/* 完了画面 */
.contact_end_wrap {
	text-align: center;
}

.contact_end_wrap .thanks_title {
	font-size: 0.24rem;
	padding-bottom: 0.30rem;
	line-height: 1.55;
}

.contact_end_wrap .text {
	font-size: 0.16rem;
	line-height: 2;
	letter-spacing: 0.10em;
}

@media screen and (max-width: 499px) {
	.contact_end_wrap .text {
		font-size: 0.15rem;
		text-align: left;
	}
}


.contact_end_wrap .back_btn {
	padding: 0.90rem 0 1.00rem;
	max-width: 3.20rem;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 499px) {
	.contact_end_wrap .back_btn {
		padding: 0.60rem 0;
		max-width: 2.50rem;
	}
}

.contact_end_wrap .back_btn a {
	display: block;
	border: 1px solid #111;
	line-height: 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.16rem;
	letter-spacing: 0.10em;
	color: #111;
	text-decoration: none;
	position: relative;
}

.contact_end_wrap .back_btn a:hover {
	background-color: #111;
	color: #FFF;
}

.contact_end_wrap .back_btn a span:before {
	content: "";
	width: 0.60rem;
	height: 1px;
	background-color: #f8184f;
	position: absolute;
	left: -0.30rem;
	top: 50%;
	transition: all 0.3s;
}

@media screen and (max-width: 499px) {
	.contact_end_wrap .back_btn a span:before {
		width: 0.40rem;
		left: -0.20rem;
	}
}

.contact_end_wrap .back_btn a:hover span:before {
	left: -0.40rem;
}

@media screen and (max-width: 499px) {
	.contact_end_wrap .back_btn a:hover span:before {
		left: -0.30rem;
	}
}

/*=========================
プライバシーポリシー
=========================*/
.policy_wrap {
	padding: 0.70rem 0 0.40rem;
	background-image: url(../img/bg_gray.jpg);
}

.policy_wrap .policy_title {
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 0.10rem;
	margin-bottom: 0.20rem;
}

.policy_wrap .title {
	font-size: 0.17rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.10rem;
}

.policy_wrap .text {
	font-size: 0.14rem;
	line-height: 2;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
}


/*=========================
お電話・FAXでのお問い合わせ
=========================*/
.tel_fax {
	padding-top: 0.70rem;
}

.tel_fax .title {
	text-align: center;
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 499px) {
	.tel_fax .title {
		font-size: 0.24rem;
		line-height: 1.5;
	}
}

.tel_fax .kakomi {
	border: 2px solid #cccccc;
	padding: 0.30rem;
	text-align: center;
}

.tel_fax .kakomi .company_name {
	font-size: 0.24rem;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 499px) {
	.tel_fax .kakomi .company_name {
		font-size: 0.20rem;
	}
}

.tel_fax .kakomi .text {
	font-size: 0.16rem;
	line-height: 2;
}

@media screen and (max-width: 499px) {
	.tel_fax .kakomi .text {
		font-size: 0.14rem;
		line-height: 1.85;
	}
}

.tel_fax .kakomi .text a {
	color: #111;
	text-decoration: none;
}

@media screen and (max-width: 499px) {
	.tel_fax .kakomi .text a {
		font-weight: 500;
		text-decoration: underline;
	}
}


/*======================================
MW WP form用
======================================*/
/* 入力画面のみ表示する */
.mw_wp_form_input .mw_input_wrap {
	display: block;
	padding-bottom: 0.30rem;
}

.mw_confirm_wrap,
.mw_complete_wrap {
	display: none;
}

/* 確認画面のみ表示する */
.mw_wp_form_confirm .mw_confirm_wrap {
	display: block;
	padding-bottom: 0.30rem;
}

.mw_input_wrap,
.mw_complete_wrap {
	display: none;
}

/* 完了画面のみ表示する */
.mw_wp_form_complete .mw_complete_wrap {
	display: block;
	text-align: center;
}

.mw_wp_form_complete .mw_complete_wrap .text {
	padding-bottom: 0.30rem;
}

.mw_input_wrap,
.mw_confirm_wrap {
	display: none;
}
