@charset "UTF-8";
/* CSS Document */
.sttl_bg .sub_ttl .s_inner .left h1:before {
	content: "Contact form";
}
.sttl_bg .sub_ttl .s_inner .right .img {
	background-image: url("../img/contact/sub_ttl_img.webp");
}

/* contactArea */
/* お問い合わせフォーム */
.contactArea .inner {
	padding: 100px 80px 170px;
}
.required:before {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	content: "必須";
	padding: 0.3em 0.3em;
	background-color: #D9544F;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
}
.notrequired:before {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	content: "任意";
	padding: 0.3em 0.3em;
	background-color: #2C7AB5;
	display: inline-block;
	position: absolute;
	top: -20px;
	left: 0;
}
.contactArea .inner dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 56px;
	margin-bottom: 66px;
	border-bottom: 1px solid #b1b1b1;
}
.contactArea .inner dl dt {
	width: 28%;
	position: relative;
}
.contactArea .inner dl dd {
	width: calc(72% - 20px);
	margin-left: 20px;
}
.annotation {
	font-size: 14px;
}
.text {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	border: 1px solid #000;
	font-size: 1rem;
}
.textarea {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	font-size: 1rem;
}
.select {
	color: #333;
}
.require-mark {
	color: red;
}
.form-control, .form-group .form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background-color: #fff !important;
}
.wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.wpcf7-list-item a {
	color: #ff4600;
}
.wpcf7-list-item a:hover {
	color: #000;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.textarea.form-control {
	height: 100px;
}
.optional .wpcf7-list-item {
	margin: auto;
	font-size: 14px;
	text-align: center;
}
.br-sp {
	display: contents;
}

/* c_confirmArea */
/* お問い合わせ確認画面 */
.c_confirmArea .inner {
	padding: 118px 80px 120px;
}
.c_confirmArea .inner .c_confirm  {
	max-width: 1200px;
	margin: 0 auto;
	padding: 96px 80px 70px;
	border: 1px solid #b1b1b1;
}
.c_confirmArea .inner .c_confirm dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 56px;
	margin-bottom: 66px;
	border-bottom: 1px solid #b1b1b1;
}
.c_confirmArea .inner .c_confirm dl:last-of-type {
	margin-bottom: 36px;
}
.c_confirmArea .inner .c_confirm dl dt {
	width: 28%;
	position: relative;
}
.c_confirmArea .inner .c_confirm dl dd {
	width: calc(72% - 20px);
	margin-left: 20px;
}
.submitBtn {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}
.wpcf7-spinner {
	display: none;
}

/* buttonStyle */
.buttonStyle,
input[type="submit"],
input[type="button"]{
  background: #444;
  color: #fff;
  font-size: 14px;
  width: 215px;
  display: block;
  margin: 0 auto 24px;
  border: none;
  text-align: center;
  transition: .3s;
}
input[type="submit"],
input[type="button"]{
	width: auto;
  font-size: 16px;
	font-weight: bold;
	padding: 15px 93px;
	border: 2px solid #ff6800;
	border-radius: 6px;
	background: #ff6800;
	color: #fff;
	text-shadow: none;
	margin: 30px auto 0;
	cursor: pointer;
	transition: ease .2s;
}
.buttonStyle a {
  padding: 16px;
  color: #FFF;
  display: block;
}
.buttonStyle:hover,
input[type="button"]:hover{
  background: #fff;
  color: #ff6800;
}
input[type="submit"]:hover {
  background: #fff;
  color: #ff6800;
}
.buttonStyle a:hover {
  text-decoration: none;
}
.privacyLink {
  text-align: center;
}
input::placeholder{
  color:#ccc
}
@media screen and (max-width: 1000px) {
/* contactArea */
/* お問い合わせフォーム */
.contactArea .inner {
    padding: 34px 6vw 70px;
	}
	.contactArea .inner dl {
		flex-direction: column;
		margin-bottom: 26px;
		padding-bottom: 26px;
	}
	.contactArea .inner dl dt {
		width: 100%;
	}
	.contactArea .inner dl dd {
		width: 100%;
		margin-left: 0;
	}
	.text {
    font-size: 13px;
	}

/* c_confirmArea */
/* お問い合わせ確認画面 */
.c_confirmArea .inner {
	padding: 34px 6vw 70px;
}
.c_confirmArea .inner .c_confirm  {
	max-width: 100%;
	padding: 40px;
}
.c_confirmArea .inner .c_confirm dl {
	flex-direction: column;
	margin-bottom: 26px;
	padding-bottom: 26px;
}
.c_confirmArea .inner .c_confirm dl:last-of-type {
	margin-bottom: 0;
}
.c_confirmArea .inner .c_confirm dl dt {
	width: 100%;
}
.c_confirmArea .inner .c_confirm dl dd {
	width: 100%;
	margin-left: 0;
}
.submitBtn {
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 0 auto;
}

}

@media screen and (max-width: 767px) {
	.br-sp {
			display: block;
	}
	.submitBtn {
    max-width: 100%;
    flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.c_confirmArea .inner .c_confirm {
    padding-left: 20px;
		padding-right: 20px;
	}
}

/*中央揃えにする*/
div.wp_cf-turnstile {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 10px;
}