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

/*============================
お問い合わせ
============================*/
#contact {
	padding-bottom: 1.00rem;
}

#contact .lead {
	font-size: 0.16rem;
	text-align: center;
	line-height: 2;
	padding-bottom: 0.40rem;
}

@media screen and (max-width: 599px) {
#contact .lead {
	font-size: 0.14rem;
	text-align:left;
}
}

.contact_form_wrap {
	max-width: 10.80rem;
	margin: auto;
}

.contact_form_wrap table {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.55;
	width: 100%;
}

@media screen and (max-width: 599px) {
.contact_form_wrap table {
	font-size: 0.15rem;
}
}

.contact_form_wrap table th {
	width: 2.00rem;
	position: relative;
	text-align: left;
	padding: 0.15rem;
	background-color: #DDD;
	font-weight: 500;
}

@media screen and (max-width: 599px) {
.contact_form_wrap table th {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0.10rem;
}
}

.contact_form_wrap table th .required::after {
	content: "必須";
	padding: 0.04rem 0.06rem;
	border-radius: 3px;
	line-height: 1;
	font-size: 0.12rem;
	color: #FFF;
	background-color: #E62413;
	position: absolute;
	top:50%;
	right: 0.10rem;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
.contact_form_wrap table th .required::after {
	content: "必須";
	padding: 0.04rem 0.06rem;
	border-radius: 3px;
	line-height: 1;
	font-size: 0.11rem;
	color: #FFF;
	background-color: #E62413;
	position: absolute;
	top:50%;
	right: 0.10rem;
	transform: translateY(-50%);
}
}

.contact_form_wrap table td {
	padding: 0.15rem;
	background-color: #F1F1F1;
}

@media screen and (max-width: 599px) {
.contact_form_wrap table td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0.10rem;
}
}

.contact_form_wrap table td input {
	box-sizing: border-box;
	border: 1px solid #CCC;
	padding: 0.06rem;
	font-size: 0.16rem;
}

.contact_form_wrap table td .w40 {
	width: 40%;
}

.contact_form_wrap table td .w50 {
	width: 20%;
}
.contact_form_wrap table td .w100 {
	width: 100%;
}

.contact_form_wrap table td textarea {
	box-sizing: border-box;
	border: 1px solid #CCC;
	padding: 0.06rem;
	font-size: 0.16rem;
	width: 100%;
	min-height: 3.00rem;
}

@media screen and (max-width: 599px) {
.contact_form_wrap table td textarea {
	min-height: 2.00rem;
}
}

.submit_wrap {
	padding: 0.40rem 0;
	text-align: center;
}

.submit_wrap .text {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	padding-bottom: 0.20rem;
		line-height: 1.85;
}

@media screen and (max-width: 599px) {
.submit_wrap .text {
	font-size: 0.14rem;
}
}

.submit_wrap .btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.submit_wrap .btn_wrap .submit {
	width: 100%;
	max-width: 3.00rem;
	box-sizing: border-box;
	border: 0;
	line-height: 0;
	padding: 0.25rem 0 0.27rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	background-color: #F15A24;
	margin: 0 0.20rem;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
.submit_wrap .btn_wrap .submit {
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
}
}

.submit_wrap .btn_wrap .reset {
	width: 100%;
	max-width: 3.00rem;
	box-sizing: border-box;
	border: 0;
	line-height: 0;
	padding: 0.25rem 0 0.27rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	color: #FFF;
	background-color: #999;
	margin: 0 0.20rem;
	cursor: pointer;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
.submit_wrap .btn_wrap .reset {
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
}
}

.submit_wrap .btn_wrap .submit:hover,
.submit_wrap .btn_wrap .reset:hover {
	opacity: 0.5;
}


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

.mw_confirm_wrap,
.mw_complete_wrap {
	display: none;
}

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

.mw_input_wrap,
.mw_complete_wrap {
	display: none;
}

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

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

.mw_wp_form_complete .mw_complete_wrap .text strong {
	display: block;
	font-size: 0.20rem;
}

/* トップに戻るボタン */
.mw_wp_form_complete .mw_complete_wrap .back_btn {
	max-width: 3.00rem;
	margin: auto;
}

.mw_wp_form_complete .mw_complete_wrap .back_btn a {
	display: block;
	line-height: 0;
	font-size: 0.18rem;
	color: #FFF;
	text-decoration: none;
	background-color: #111;
	padding: 0.25rem 0 0.26rem;
	text-align: center;
}

.mw_input_wrap,
.mw_confirm_wrap {
	display: none;
}

#contact  .error {
	display: block;
	font-size: 0.13rem;
	color: #ed1c24;
	padding-top: 0.06rem;
	font-weight: 700;
}


