/*============================
MV
============================*/
#mv {
	background-image: url(../img/contact/mv.jpg);
}


/*============================
お問い合わせ
============================*/
.contact_form {
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	.contact_form {
		padding-top: 0.30rem;
	}
}

.contact_form .contact_title {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	padding: 0.25rem 0 0.4rem;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.contact_form .contact_title {
		font-size: 0.18rem;
		padding: 0.15rem 0 0.25rem;
	}
}

.contact_form .lead {
	font-size: 0.2rem;
	line-height: 1.85;
	text-align: center;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	.contact_form .lead {
		font-size: 0.14rem;
		text-align: justify;
	}
}

.contact_form .lead a {
	color: #F27163;
}

.contact_form .lead .error {
	color: #B70000;
}


/* フォーム全体 */
.contact_form .form_table {
	padding: 0.50rem 0;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table {
		padding: 0.30rem 0;
	}
}

.contact_form .form_table table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table {
		border-top: 0;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}

	.contact_form .form_table table tr:last-child {
		border-bottom: 1px solid #ccc;
	}
}


.contact_form .form_table table .title {
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	width: 2.70rem;
	padding: 0.25rem 0;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 1.45;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table .title {
		width: 100%;
		display: block;
		font-size: 0.16rem;
		font-weight: 600;
		padding: 0.13rem 0.10rem 0.13rem;
		box-sizing: border-box;
		border-top: 1px solid #ccc;
		background-color: rgba(0,0,0,0.07);
	}
}

/* 必須アイコン */
.contact_form .form_table table .title.required::after {
	content: "必須";
	font-size: 0.11rem;
	font-weight: 500;
	color: #FFF;
	background-color: #F27163;
	line-height: 1;
	padding: 0.04rem 0.06rem 0.05rem;
	border-radius: 0.03rem;
	position: absolute;
	right: 0.20rem;
	top: 0.29rem;
}
@media screen and (max-width: 640px) {
	.contact_form .form_table table .title.required::after {
		right: 0.10rem;
		top: 0.14rem;
		font-size: 0.10rem;
	}
}

.contact_form .form_table table .text {
	padding: 0.15rem 0;
	position: relative;
	border-bottom: 1px solid #ccc;
	font-size: 0.16rem;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table .text {
		display: block;
		width: 100%;
		border-bottom: none;
		margin-bottom: 0;
		padding: 0.10rem 0 0.20rem;
	}
}

/* エラーテキスト */
.mw_wp_form .error {
	font-size: 0.15rem;
	font-weight: 700;
	display: block;
	line-height: 1.75;
}

@media screen and (max-width: 640px) {
	.mw_wp_form .error {
		font-size: 0.14rem;
	}
}

/* 確認画面用 */
.contact_form .mw_wp_form_confirm table .text {
	line-height: 1.75;
	padding: 0.25rem 0;
}

@media screen and (max-width: 640px) {
	.contact_form .mw_wp_form_confirm table .text {
		padding: 0.05rem 0 0.15rem;
	}
}

/* フォーム（チェックボック） */
.contact_form .form_table table .text input[type="text"],
.contact_form .form_table table .text input[type="text"] {
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #999999;
	box-sizing: border-box;
	height: 0.5rem;
	border-radius: 0.04rem;
}


/* フォーム（text） */
.contact_form .form_table table .shurui_list li {
	margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table .shurui_list li {
		margin-bottom: 0.15rem;
		line-height: 1.75;
		text-indent: -0.22rem;
		padding-left: 0.22rem;
	}
}

/* MWWPform用チェックボックス */
.contact_form .form_table table .mwform-radio-field {
	padding-bottom: 0.10rem;
	line-height: 1.65;
	text-indent: -0.28rem;
	padding-left: 0.28rem;
}

/* フォーム（tel） */
.contact_form .form_table table .text input[type="tel"] {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #707070;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table .text input[type="tel"] {
		font-size: 0.14rem;
	}
}

/* フォーム（mail） */
.contact_form .form_table table .text input[type="email"] {
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #999999;
	box-sizing: border-box;
	height: 0.5rem;
	border-radius: 0.04rem;
}


/* 幅40% */
.contact_form .form_table table .text .w40 {
	width: 40%;
}

/* 幅100% */
.contact_form .form_table table .text .w100 {
	width: 100%;
}

/* フォーム（textarea） */
.contact_form .form_table table .text textarea {
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #999999;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.50rem;
	border-radius: 0.04rem;
}

/* フォーム（radio） */
.contact_form .form_table table .text .radio_list {
	display: flex;
	flex-wrap: wrap;
}

.contact_form .form_table table .text .radio_list .mwform-radio-field {
	width: 31%;
	padding: 0.07rem 0;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table table .text .radio_list .mwform-radio-field {
		width: 50%;
	}
}


.contact_form .form_table table .text .radio_list .radio input {
	position: relative;
	top: -0.02rem;
	display: inline-block;
	margin-right: 0.06rem;
	width: 0.14rem;
	height: 0.14rem;
}

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

/* radioボタンの次に来るtextの場合 */
.contact_form .form_table table .text .radio_list+input[type="text"] {
	margin-top: 0.05rem;
}

/* フォーム（select） */
.contact_form .form_table table .text select {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	border: 1px solid #707070;
	box-sizing: border-box;
	width: 50%;
}

/* 注意書き */
.contact_form .form_table .small_caption {
	display: block;
	font-size: 0.13rem;
	line-height: 1.7;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
	padding-left: 0.13rem;
	text-indent: -0.13rem;
}

.contact_form .form_table .small_caption .list .text {
	font-size: 0.14rem;
	line-height: 1.45;
	text-indent: -0.26rem;
	margin-left: 0.26rem;
	padding-bottom: 0.10rem;
}

.contact_form .form_table .small_caption .list .text a {
	color: #F27163;
}

.contact_form .form_table .small_caption .list .text a:hover {
	text-decoration: none;
}

/* プライバシーポリシー */
.contact_form .form_table .privacy {
	margin-top: 0.6rem;
	margin-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table .privacy {
		margin: 0.30rem 0;
	}
}

.contact_form .form_table .privacy .title {
	font-size: 0.22rem;
	font-weight: 600;
	background: rgba(241, 133, 159, 0.1);
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
	.contact_form .form_table .privacy .title {
		font-size: 0.2rem;
		padding: 0.15rem;
	}
}


.contact_form .form_table .privacy .privacy_lead {
	font-size: 0.15rem;
	line-height: 1.75;
	padding: 0.2rem 0 0.24rem;
}

.contact_form .form_table .privacy .text {
	font-size: 0.15rem;
	line-height: 1.75;
	padding-bottom: 0.15rem;
}


/* 送信ボタンエリア */
.contact_form .form_table .submit_btn_wrap .btn_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* ボタン共通 */
.contact_form .form_table .submit_btn_wrap .btn_list .btn {
	width: 100%;
	max-width: 4rem;
	margin: 0 0.15rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table .submit_btn_wrap .btn_list .btn {
		margin-bottom: 0.20rem;
	}
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn input {
	display: block;
	max-width: 4rem;
	width: 100%;
	text-align: center;
	color: #fff;
	border: 1px solid #FC9303;
	background: #FC9303;
	box-sizing: border-box;
	padding: 0.18rem 0;
	font-size: 0.18rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
	transition: all .3s;
	cursor: pointer;
	border-radius: 0.1rem;
	box-shadow: 0px 10px 7px -6px rgba(252, 147, 3 ,0.4);
	position: relative;
}

@media screen and (max-width: 640px) {
	.contact_form .form_table .submit_btn_wrap .btn_list .btn input {
		font-size: 0.16rem;
	}
}

/* 送信ボタン */
/* .contact_form .form_table .submit_btn_wrap .btn_list .btn.submit input {
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #ccc;
} */

.contact_form .form_table .submit_btn_wrap .btn_list .btn.submit:hover input {
	background-color: #fff;
	color: #FC9303;;
}



/* .contact_form .form_table .submit_btn_wrap .btn_list .btn.submit::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: red;
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
} */

.contact_form .form_table .submit_btn_wrap .btn_list .btn.submit::after {
	content: '';
	width: 0.077rem;
	height: 0.12rem;
	background: url(../img/common/btn_arrow_wh.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.15rem;
	z-index: 2;
	transition: all .3s;
}



/* .contact_form .form_table .submit_btn_wrap .btn_list .btn.submit:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
} */

.contact_form .form_table .submit_btn_wrap .btn_list .btn.submit:hover::after {
	background-image: url(../img/common/btn_arrow_orange.svg);
	right: 0.12rem;
}

/* 戻るボタン */
.contact_form .form_table .submit_btn_wrap .btn_list .btn.back input {
	border: 1px solid #999;
	background-color: #DDD;
	color: #666;
	cursor: pointer;
	box-shadow: 0px 10px 7px -6px rgba(0, 0, 0 ,0.1);
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn.back:hover input {
	background-color: #999;
	color: #FFF;
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn.back::after {
	content: "";
	width: 0.12rem;
	height: 0.12rem;
	background-image: url(../img/common/btn_arrow_grey_rev.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0.15rem;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn.back:hover::after {
	background-image: url(../img/common/btn_arrow_white_rev.svg);
	left: 0.12rem;
}

/* 戻るボタン */
.contact_form .form_table .submit_btn_wrap .btn_list .btn.back {
    display: none;
}

.contact_form .mw_wp_form_confirm .form_table .submit_btn_wrap .btn_list .btn.back {
    display: block;
}


/*============================
完了画面
============================*/
.contact_form .btn.thanks {
	padding-top: 0.50rem;
}

@media screen and (max-width: 640px) {
	.contact_form .btn.thanks {
		padding-top: 0.30rem;
	}
}

.completion_box {
	text-align: center;
}

@media screen and (max-width: 640px) {
	.completion_box {
		padding-bottom: 0.60rem;
	}
}

.completion_box .sec_title span {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	.completion_box .sec_title span {
		font-size: 0.20rem;
		line-height: 1.5;
	}
}

.completion_box .form_end {
	font-size: 0.16rem;
	line-height: 1.75;
  margin-bottom: 0.16rem;
}

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

.completion_box .btn {
	margin-top: 0.30rem;
}

@media screen and (max-width: 640px) {
	.completion_box .btn {
		margin-top: 0.30rem;
	}
}

.contact_form .privacy {
	text-align: center;
	font-size: 0.16rem;
}
/* 必須アイコン */
.privacy .required {
	position: relative;
}



.contact_form .privacy .privacy_doui {
	margin-bottom: 0.1rem;
}

.contact_form .privacy a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.contact_form .privacy a:hover {
	opacity: 0.7rem;
	text-decoration: none;
}
