@charset "UTF-8";


.m-head {
	padding-left: 30px;
	border-left: solid #930E67 1px;
	margin-bottom: 60px;
}
.m-head:nth-child(n+2) {
	margin-top: 130px;
}
.m-head .jp {
	color:#930E67;
	font-weight: bold;
	display: block;
	line-height: 1;
	padding-top: 15px;
}
.p-contact .content {
	max-width: 1056px;
	margin: 0 auto 70px;
	padding: 225px 30px 0;
}

.p-contact .lead {
    font-size: 1.6rem;
}

.p-contact .lead strong {
    font-weight: bold;
    font-size: 2.3rem;
}

.p-contact .lead + .lead {
    padding-top: 10px;
}

.p-contact .form {
    width: 100%;
		font-size: 1.6rem;
		letter-spacing: 0.04em;
		margin: 50px auto 60px;
}

.p-contact .form th {
	vertical-align: middle;
	text-align: left;
	width: 220px;
}



.p-contact .form td {
	padding: 10px 0;
}

span.is-required {
    padding-right: 25px;
    position: relative;
}

span.is-required::before {
	position: absolute;
	content: "*";
	color: #930E67;
	font-size: 1.6rem;
	right: 0;
	top: 0;
	line-height: 1.5;
}

::placeholder {
  color: #949494;
}

textarea.p-input-txtarea {
    width: 100%;
    border: solid 1px #D6D6D6;
    border-radius: 3px;
    height: 258px;
    resize: none;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 20px;
    margin-bottom: 20px;
}

input.p-input-txt {
	width: 100%;
	border: solid 1px #D6D6D6;
	border-radius: 3px;
	height: 55px;
	resize: none;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 20px;
	max-width: 489px;
}

input.p-input-txt.is-long {
	max-width: 650px;
}

.p-select-arrow {
    max-width: 270px;
    position: relative;
}

.p-select-arrow::before {
	position: absolute;
	content: "";
	pointer-events: none;
	background: url("../../../images/page/contact/ico_select.png")no-repeat;
	background-size: 16px;
	background-position: center;
	width: 40px;
	height: 100%;
	right: 0;
	top: 0;
}

select.p-select {
    width: 100%;
    border: solid 1px #D6D6D6;
    border-radius: 3px;
    height: 55px;
    resize: none;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0 20px;
		color: #000;
}


span.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  vertical-align: middle;
}

.p-contact .last {
    text-align: center;
    font-size: 1.6rem;
		margin-bottom: 160px;
}

.p-contact .button {
	max-width: 416px;
	margin: 0 auto;
	position: relative;
	background: url("../../../images/page/contact/bg_submit.png")no-repeat;
	background-size: 416px;
	background-position: center;
	text-align: center;
}

.p-contact .button::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: 15px;
	left: 50%;
	margin-left: -50px;
	background: #000;
	pointer-events: none;
	transition: .3s;
}

.p-contact .button::after {
	position: absolute;
	content: "";
	background: url("../../../images/page/contact/ico_btn_arrow.png")no-repeat;
	background-size: 20px;
	background-position: center;
	width: 90px;
	height: 100%;
	top: 0;
	right: 0;
	pointer-events: none;
}

.wpcf7-spinner {
    display: none!important;
}


input.p-submit {
	display: inline-block;
    text-align: center;
    font-size: 2rem;
	height: 81px;
    font-weight: bold;
	cursor: pointer;
	color: #000;
	font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.checkbox {
  display: none;
}
.checkbox + span {
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.checkbox + span:before {
  position: absolute;
  content: "";
  border: solid 1px #323232;
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 2px 0;
  box-sizing: border-box;
  left: 0;
  top: 2px;
}
.checkbox:checked + span:before {
  content: "\f00c";
  color: #B60081;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.mw_wp_form_confirm .p-select-arrow::before {
    display: none;
}

.mw_wp_form_confirm p.last {
    margin-bottom: 50px;
}

.mw_wp_form_confirm .lead {
	display: none;
}

.mw_wp_form_complete .lead {
	text-align: center;
}



.p-contact .button a {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    height: 80px;
    font-weight: bold;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 19px 0;
}

.mw_wp_form_complete .button {
	margin: 80px auto 0;
}



@media screen and (min-width: 768px) {
  .l-header {
    background: #323232;
	}

	.p-contact .button:hover::before {
		width: 100px;
	}

	.p-contact .form tr:nth-child(2) th {
		vertical-align: top;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1024px) {
	.p-contact .lead strong {
		font-size: 2rem;
	}

}

@media screen and (max-width: 767px) {

	.p-contact .content {
		padding: 120px 20px 0;
	}
	.m-head {
		margin-bottom: 30px;
	    padding-left: 15px;
	}
	.m-head:nth-child(n+2) {
		margin-top: 90px;
	}
	.m-head .jp {
		font-size: 1.2rem;
	}

	.m-head .en img {
		height: 36px;
	}

	.p-contact .lead {
    font-size: 1.3rem;
    line-height: 1.5;
	}

	.p-contact .lead strong {
	    font-size: 1.6rem;
	}


	.p-contact .form {
			font-size: 1.4rem;
			margin: 30px auto 40px;
	}

	.p-contact .form th {
		display: block;
		padding: 10px 0 0;
		width: 100%;
	}

	.p-contact .form td {
		display: block;
		padding: 10px 0;
	}

	select.p-select {
	    font-size: 1.4rem;
	    padding: 0 10px;
	    height: 40px;
	}

	textarea.p-input-txtarea {
	    font-size: 1.4rem;
	    padding: 10px;
	    height: 200px;
	    margin: 0;
	}

	input.p-input-txt {
	    font-size: 1.4rem;
	    padding: 0 10px;
	    height: 40px;
	}

	span.is-required::before {
	    font-size: 1.4rem;
	    top: -1px;
	}

	span.is-required {
	    padding-right: 17px;
	}

	.p-contact .last {
	    font-size: 1.4rem;
	    margin-bottom: 50px;
	}

	input.p-submit {
	    font-size: 1.3rem;
	    height: 42px;
	}

	.p-contact .button {
	    background-size: 208px;
	    max-width: 208px;
	}

	.p-contact .button::after {
	    width: 40px;
	    background-size: 10px;
	}

	.p-contact .button a {
    font-size: 1.4rem;
    padding: 10px 0;
    height: inherit;
	}

	.mw_wp_form_complete .button {
		margin: 40px auto 0;
	}

	.mw_wp_form_complete .lead {
	    text-align: left;
	    line-height: 1.8;
	}

}
