@charset "utf-8";

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

/*============================
お問い合わせ
============================*/
/* タイトル下のリード文 */
.contact_form .lead {
	font-size: 0.18rem;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 2.00rem;
}
@media screen and (max-width: 599px) {
	.contact_form .lead {
		font-size: 0.14rem;
		text-align: left;
		margin-top: 1.00rem;
	}
}


/* フォーム全体 */
.contact_form .form_table {
	padding: 0.50rem 0;
	max-width: 8.00rem;
	margin: auto;
	margin-bottom: 1.00rem;
}

.contact_form .form_table table {
	width: 100%;
	border-collapse:collapse;
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	margin-bottom: 0.50rem;
}
@media screen and (max-width: 599px) {
	.contact_form .form_table table {
		border-top: 0;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
		margin-bottom: 0.10rem;
	}
}


.contact_form .form_table table .title {
	width: 2.70rem;
	padding: 0.20rem 0 0;
	position: relative;
	text-align: left;
	line-height: 1.45;
	display: block;
}
@media screen and (max-width: 599px) {
	.contact_form .form_table table .title {
		font-size: 0.15rem;
	}
}


.contact_form .form_table table .title .note {
	font-size: 0.12rem;
	font-weight: 500;
	position: relative;
	top: -0.03rem;
}

/* 必須アイコン */
.contact_form .form_table table .title .required {
	font-size: 0.11rem;
	font-weight: 500;
	color: #E51C21;
	position: relative;
	left: 0.10rem;
	top: -0.02rem;
}

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

.contact_form.check .form_table table .text {
	margin-top: 0.10rem;
    padding: 0.15rem;
    background: #F0F0F0;
}
@media screen and (max-width: 599px) {
}


/* フォーム（text） */
.contact_form .form_table table .text input[type="text"] {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.13rem;
	box-sizing: border-box;
	border: none;
	border-radius: 0.05rem;
}
@media screen and (max-width: 640px) {
	.contact_form .form_table table .text input[type="text"] {
		font-size: 0.14rem;
	}	
}


/* フォーム（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: 599px) {
	.contact_form .form_table table .text input[type="tel"] {
		font-size: 0.14rem;
	}
}


/* フォーム（mail） */
.contact_form .form_table table .text input[type="email"] {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.13rem;
	box-sizing: border-box;
	border: none;
	border-radius: 0.05rem;
}
@media screen and (max-width: 599px) {
	.contact_form .form_table table .text input[type="email"] {
		font-size: 0.14rem;
	}
}


/* 幅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 {
	background-color: #F0F0F0;
	font-size: 0.16rem;
	padding: 0.06rem;
	box-sizing: border-box;
	width: 100%;
	min-height: 2.50rem;
}
@media screen and (max-width: 640px) {
	.contact_form .form_table table .text textarea {
		background-color: #F0F0F0;
		font-size: 0.14rem;
	}	
}


/* フォーム（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: 599px) {
	.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.30rem!important;
}
@media screen and (max-width: 640px) {
	.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 table .text .radio_btn {
	display: flex;
	flex-wrap: wrap;
}

.contact_form .form_table table .text .radio_btn .item {
	padding-right: 0.30rem;
}
@media screen and (max-width: 640px) {
	.contact_form .form_table table .text .radio_btn .item {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.10rem;
	}	
}

.contact_form .form_table table .text .radio_btn .item label input[type="radio"] {
	position: relative;
	top: -0.04rem;
}


/* 注意書き */
.contact_form .form_table .small_caption {
	padding: 0.20rem 0 0.40rem;
}

.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: #E86573;
}

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

/* 送信ボタンエリア */
.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: 3.50rem;
	margin: 0 0.15rem;
	position: relative;
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn input {
	display: block;
	width: 100%;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	font-size: 0.18rem;
	font-weight: 700;
	text-align: center;
	appearance: none;
  -webkit-appearance: none;
	border-radius: 0.30rem;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
} */

/* 送信ボタン */
.btn_common.submit span {
	width: 2.80rem;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #000;
	display: block;
	border-radius: 0.50rem;
	position: relative;
	overflow: hidden;
	transition: all .3;
	position: relative;
	z-index: 1;
	height: auto;
}
.btn_common.submit input {
	font-size: 0.18rem;
	color: #000;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	box-sizing: border-box;
	padding: 0.19rem 0 0.22rem;
	box-sizing: border-box;
	transition: all .3;
	background: none;
	z-index: 1;
	position: relative;
}
@media screen and (max-width: 640px) {
	.btn_common.submit input {
		font-size: 0.16rem;
		padding: 0.15rem 0 0.18rem;
	}	
}


.btn_common.submit span {
	position: relative;
	z-index: 1;
	overflow: hidden

}

.btn_common.submit span:hover {
	color: #fff;
	z-index: 1;
	border: 1px solid #E52558;
}

.btn_common.submit span:hover input {
	color: #fff;
}

.btn_common.submit span::after {
	content: '';
	width: 0.04rem;
	height: 0.04rem;
	display: block;
	background-color: #E93C1E;
	position: absolute;
	top: calc(50% - 0.02rem);
	right: 0.50rem;
	border-radius: 50%;
	transition: all .3;
	z-index: -1;
}

.btn_common.submit span:hover::after {
	transition: .9s;
	transform: scale(150) translate(0, 0);
	/* position: relative; */
}

.btn_common.submit span::before {
	content: '';
	width: 0.09rem;
	height: 0.08rem;
	display: block;
	background: url(../img/common/btn_arrow_wh.svg);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.50rem;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	
}

.btn_common.submit span:hover:before {
	transition: .9s;
	opacity: 1;
}
/* .contact_form .form_table .submit_btn_wrap .btn_list .btn.submit input {
	border: 1px solid #5FC1AA;
	background-color: #FFF;
	color: #5FC1AA;
}

.contact_form .form_table .submit_btn_wrap .btn_list .btn.submit:hover input {
	background-color: #5FC1AA;
	color: #FFF;
}

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

.contact_form .form_table .submit_btn_wrap .btn_list .btn.submit:hover::after {
	background-image: url(../img/common/btn_arrow_white.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;
}

.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;
}

/* ラジオボタン */
input[type="radio" i] {
	vertical-align: baseline;
	position: relative;
	top: 1px;
}


@media screen and (max-width: 640px) {
	.mwform-radio-field {
		display: block;
		margin-bottom: 0.30rem;
	}
	
}

/*============================
共通部独自CSS
============================*/
footer {
	padding-top: 0;
}

footer .mov {
	display: none;
}

#common_news {
	padding-bottom: 1.50rem;
}

/*============================
完了画面
============================*/
.completion_lead {
    text-align: center;
    padding: 2rem 0 0.20rem;
}
@media screen and (max-width: 640px) {
	.completion_lead {
		text-align: center;
		padding: 0.7rem 0 0.20rem;
	}	
}

.completion_lead .sec_title {
	font-size: 0.30rem;
	font-weight: bold;
	color: #E93C1E;
}
@media screen and (max-width: 640px) {
	.completion_lead .sec_title {
		font-size: 0.20rem;
		line-height: 1.4;
	}	
}


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


.completion_box .form_end {
	text-align: center;
	font-size: 0.16rem;
	margin-bottom: 0.30rem;
	line-height: 2;
}
@media screen and (max-width: 640px) {
	.completion_box .form_end {
		text-align: left;
		font-size: 0.15rem;
	}	
}


.completion_box .btn_common a {
	margin: 0 auto;
	margin-top: 0.50rem;
}

.completion_box .btn_common a:hover {
	color: #fff;
}
.completion_box .btn_common a:hover::after {
	z-index: -1;
}

/*=======================
下部のニュース用
=======================*/
@media screen and (max-width: 640px) {
	#common_news {
		padding: 0.50rem 0 0.70rem;
	}
}

/*=======================
Contactform7用
=======================*/
.wpcf7-list-item {
	margin: 0 0.20rem 0 0;
}
@media screen and (max-width: 640px) {
	.wpcf7-list-item {
		display: block;
		margin: 0;
		padding: 0 0 0.15rem;
	}
}

.wpcf7-not-valid-tip {
	padding-top: 0.15rem;
	font-size: 0.14rem;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.wpcf7-not-valid-tip {
		padding-top: 0.10rem;
	}
}

.wpcf7 form .wpcf7-response-output {
	padding: 0.15rem;
	font-size: 0.16rem;
	font-weight: 600;
	text-align: center;
	border-radius: 0.06rem;
}
@media screen and (max-width: 640px) {
	.wpcf7 form .wpcf7-response-output {
		font-size: 0.14rem;
		line-height: 1.65;
	}
}