/*============================
MV
============================*/
.mv_wrap .illust {
  position: absolute;
  right: 2.00rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4.14rem;
  height: 3.10rem;
  background-image: url(../img/contact/mv_illust.svg);
	background-repeat: no-repeat;
  z-index: 1;
}

@media screen and (max-width: 599px) {
	.mv_wrap .illust {
		right: 0.30rem;
		top: 70%;
		width: 1.70rem;
		height: 1.60rem;
	}
}

.mv_wrap .catch {
  width: 100%;
  max-width: 4.98rem;
  padding-left: 0.50rem;
}

@media screen and (max-width: 599px) {
	.mv_wrap .catch {
		padding-left: 0.30rem;
	}
	.mv_wrap .catch img {
		height: 0.66rem;
	}
}

/*============================
INTRODUCTION
============================*/
.contact_form .in {
  padding-bottom: 6.00rem;
}

@media screen and (max-width: 599px) {
	.contact_form .in {
		padding-bottom: 60vw;
	}
}

.contact_form .in::before {
	content: "";
	width: 16.00rem;
	height: 9.00rem;
	background-image: url(../img/deco_grey.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -6.60rem;
	top: 3.00rem;
	z-index: -1;
}

.contact_form .in::after {
  content: "";
  width: 14.00rem;
  height: 7.00rem;
  border-radius: 0.20rem;
  background-image: url(../img/contact/form_bg.jpg);
  background-position: center center;
  background-size: cover;
  position: absolute;
  bottom: 1.00rem;
  left: 0;
}

@media screen and (max-width: 599px) {
	.contact_form .in::after {
		content: "";
		width: 100%;
		height: 60vw;
		border-radius: 0;
		left: 0;
	}
}


.contact_form .box1100 {
  padding-left: 1.20rem;
  padding-right: 1.20rem;
}

@media screen and (max-width: 599px) {
	.contact_form .box1100 {
		padding-left: 0.30rem;
		padding-right: 0.30rem;
	}
}

.contact_form .sec_title {
	font-weight: 500;
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.30rem;
  text-align: center;
}

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

.contact_form .sec_title .en_text {
	font-size: 0.48rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: #B4091E;
	display: block;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	.contact_form .sec_title .en_text {
		font-size: 0.30rem;
	}
}

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

@media screen and (max-width: 599px) {
	.contact_form .lead {
		font-size: 0.14rem;
		line-height: 1.85;
		padding-bottom: 0.30rem;
	}
}

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

.contact_form .lead a:hover {
	text-decoration: none;
}

/* 同意する */
.contact_form .form_wrap .doui_wrap {
	background-color: #F2F2F2;
	padding: 0.15rem;
	border-radius: 0.10rem;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	margin-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .doui_wrap {
		background-color: #F2F2F2;
		padding: 0.13rem;
		padding-left: 0.40rem;
		border-radius: 0.06rem;
		font-size: 0.15rem;
		margin-bottom: 0.20rem;
		line-height: 1.55;
		position: relative;
	}
}

.contact_form .form_wrap .doui_wrap input {
	position: relative;
	top: -0.02rem;
	display: inline-block;
	margin-right: 0.10rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .doui_wrap input {
		position: relative;
		top: -0.02rem;
		display: inline-block;
		margin-right: 0.10rem;
		margin-left: -0.26rem;
	}
}

.contact_form .form_wrap .doui_wrap span::after {
	content: "必須";
	display: inline-block;
	background-color: #B4091E;
	font-size: 0.12rem;
	color: #FFF;
	padding: 0.03rem 0.06rem 0.04rem;
	border-radius: 0.03rem;
	margin-left: 0.10rem;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .doui_wrap span::after {
		content: "必須";
		font-size: 0.10rem;
		padding: 0.02rem 0.03rem 0.03rem;
		border-radius: 0.03rem;
		margin-left: 0;
		position: absolute;
		top: 0.15rem;
		right: 0.15rem;
	}
}

/* table */
.contact_form .form_wrap table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	list-style: 1.75;
	border-top: 1px solid #B3B3B3;
}

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

.contact_form .form_wrap table th {
	padding: 0.25rem 0.10rem 0.20rem;
	text-align: left;
	border-bottom: 1px solid #B3B3B3;
	vertical-align: top;
	position: relative;
	width: 2.50rem;
	box-sizing: border-box;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap table th {
		padding: 0.15rem 0.10rem;
		width: 100%;
		display: block;
		background-color: #EEE;
		border: 0;
	}
}

.contact_form .form_wrap table th.required span::after {
	content: "必須";
	display: inline-block;
	background-color: #B4091E;
	font-size: 0.12rem;
	color: #FFF;
	padding: 0.03rem 0.06rem 0.04rem;
	border-radius: 0.03rem;
	margin-left: 0.10rem;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap table th.required span::after {
		font-size: 0.10rem;
		padding: 0.02rem 0.03rem 0.03rem;
		border-radius: 0.03rem;
		margin-left: 0.06rem;
	}
}

.contact_form .form_wrap table td {
	padding: 0.20rem 0;
	text-align: left;
	border-bottom: 1px solid #B3B3B3;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap table td {
		padding: 0.15rem 0 0.30rem;
		width: 100%;
		display: block;
		border-bottom: 0;
		line-height: 1.75;
	}
}

/* ラジオボタン */
.contact_form .form_wrap table td .list .link {
	padding-bottom: 0.10rem;
}

.contact_form .form_wrap table td .list .link:last-child {
	padding-bottom: 0;
}

.contact_form .form_wrap table td .list .link input {
	position: relative;
	top: -0.02rem;
	display: inline-block;
	margin-right: 0.10rem;
}

/* テキスト */
.contact_form .form_wrap table td input[type="text"],
.contact_form .form_wrap table td input[type="tel"] {
	width: 100%;
	padding: 0.05rem;
	border-radius: 0.04rem;
	border: 1px solid #B3B3B3;
	background-color: #FFF;
	box-sizing: border-box;
	font-size: 0.16rem;
}

/* テキストエリア */ 
.contact_form .form_wrap table td textarea {
	width: 100%;
	min-height: 2.50rem;
	padding: 0.05rem;
	border-radius: 0.04rem;
	border: 1px solid #B3B3B3;
	background-color: #FFF;
	box-sizing: border-box;
	font-size: 0.16rem;
	line-height: 1.75;
}

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

/* 送信ボタン */
.contact_form .form_wrap .submit_wrap {
	padding-top: 0.50rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .submit_wrap {
		padding-top: 0;
	}
}

.contact_form .form_wrap .submit_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.contact_form .form_wrap .submit_wrap .list .btn {
	width: 100%;
	max-width: 2.50rem;
	padding: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .submit_wrap .list .btn {
		padding: 0.10rem 0;
	}
}

.contact_form .form_wrap .submit_wrap .list .btn input {
	width: 100%;
	display: block;
	line-height: 0;
	border: 0;
	border-radius: 0.06rem;
	text-align: center;
	appearance: none;
  -webkit-appearance: none;
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	padding: 0.29rem 0 0.31rem;
	transition: all 0.3s;
	cursor: pointer;
}

@media screen and (max-width: 599px) {
	.contact_form .form_wrap .submit_wrap .list .btn input {
		font-size: 0.16rem;
	}
}

.contact_form .form_wrap .submit_wrap .list .btn input:hover {
	opacity: 0.7;
}

/* 送信ボタン */
.contact_form .form_wrap .submit_wrap .list .btn input.submit {
	background-color: #B4091E;
	color: #FFF;
}

/* 戻るボタン */
.contact_form .form_wrap .submit_wrap .list .btn input.reset {
	background-color: #666;
	color: #FFF;
}

/* 確認画面用 */
.error_box {
	background-color: #F2F2F2;
	padding: 0.20rem 0.40rem 0.30rem;
	border-radius: 0.10rem;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	line-height: 1.75;
}

@media screen and (max-width: 599px) {
	.error_box {
		background-color: #F2F2F2;
		padding: 0.20rem;
		border-radius: 0.05rem;
		font-size: 0.14rem;
		margin-bottom: 0.20rem;
	}
}

.error_box .error_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.error_box .error_title {
		font-size: 0.16rem;
		line-height: 1.65;
	}
}

.error_box .error_messe {
	color: #B4091E;
}

/* 送信完了 */
.contact_form.thanks .sub_title {
	font-size: 0.26rem;
	text-align: center;
	letter-spacing: 0.075em;
	color: #B4091E;
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	.contact_form.thanks .sub_title {
		font-size: 0.20rem;
		line-height: 1.75;
	}
	.contact_form.thanks .in::before {
		content: none;
	}
}

.contact_form.thanks .lead {
	text-align: center;
}

.contact_form.thanks .back_btn {
	padding-bottom: 0.40rem;
	width: 100%;
	max-width: 3.00rem;
	margin: auto;
}

.contact_form.thanks .back_btn a {
	display: block;
	line-height: 0;
	padding: 0.29rem 0 0.31rem;
	text-align: center;
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-decoration: none;
	background-color: #B4091E;
	color: #FFF;
	border-radius: 0.30rem;
}

@media screen and (max-width: 599px) {
	.contact_form.thanks .back_btn a {
		font-size: 0.16rem;
	}
}

.contact_form.thanks .back_btn a:hover {
	background-color: #111;
}