@charset "UTF-8";
/*ルート設定*/
:root {
  --main-color: #D2D8ED;
  --font-color: #2C2C2C;
  --font-en: "EB Garamond", serif;
  --font-ja: "Shippori Mincho", serif;
  --font-gothic: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth;
  font-family: var(--font-ja);
  color: var(--font-color);
}

/*フォーム作成*/
form {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

form ul.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  form ul.clearfix {
    margin-bottom: min(1.5rem, 3.2vw);
    font-size: min(1.125rem, 3.7333333333vw);
  }
}

form ul.clearfix::after {
  display: none;
}

form ul.clearfix li:first-of-type {
  width: 20.625rem;
}

form ul.clearfix li:first-of-type div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
}

form ul.clearfix li:last-of-type {
  width: calc(100% - 350px);
}
@media screen and (max-width: 1023px) {
  form ul.clearfix li:last-of-type {
    margin-top: min(1.75rem, 3.7333333333vw);
    width: 100%;
  }
}

span.item-req {
  background: var(--font-color);
  color: #fff;
  padding: 0.25rem 1.5rem;
  font-size: 0.875rem;
  border-radius: 1000px;
}
@media screen and (max-width: 1023px) {
  span.item-req {
    font-size: min(0.875rem, 3.2vw);
  }
}

.privacy-box {
  border: 0.0625rem solid;
  padding: 0.875rem;
  height: 8.75rem;
  overflow-y: scroll;
	background: #fff;
}

.section-form__check1,
.section-form__check2,
.section-form__check3 {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

form ul.clearfix li:last-of-type span,
form ul.clearfix li:last-of-type span input[type=text],
form ul.clearfix li:last-of-type span input[type=tel],
form ul.clearfix li:last-of-type span textarea {
  width: 100%;
  display: block;
}

form ul.clearfix li:last-of-type span input[type=text],
form ul.clearfix li:last-of-type span input[type=tel],
form ul.clearfix li:last-of-type span textarea {
  background-color: #fff;
	border-width: 0;
  padding: 0.9375rem;
	font-size: 1rem;
}

.item-notice {
  margin-top: 0.875rem;
}

.item-notice p,
.item-notice span,
.item-notice strong {
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  .item-notice p,
  .item-notice span,
  .item-notice strong {
  }
}

.item-notice p {
  margin-top: 0.5rem;
}

input.submit1,
input.submit2,
input.submit3 {
  background: var(--font-color);
  color: #fff;
  padding: 0.9375rem;
  font-size: 1.125rem;
  max-width: 20.3125rem;
  width: 100%;
  display: block;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  input.submit1,
  input.submit2,
  input.submit3 {
    font-size: min(1rem, 4.2666666667vw);
  }
}

.item-form.itemform_add_search {
  display: flex;
  justify-content: space-between;
}

form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
  width: calc(100% - 9.375rem);
}

@media screen and (max-width: 640px) {
  form ul.clearfix li:last-of-type .item-form.itemform_add_search span {
    width: calc(100% - 7.5rem);
  }
}
.item-form.itemform_add_search button {
  background-color: var(--font-color);
  color: #fff;
	border-width: 0;
  width: 8.75rem;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .item-form.itemform_add_search button {
    width: 6.25rem;
  }
}
form ul.clearfix li:last-of-type span textarea {
  line-height: 1.5;
}
.privacy-box {
  line-height: 1.5;
}
.privacy-box h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .privacy-box h3 {
    font-size: min(1.125rem, 4.2666666667vw);
  }
}
.privacy-box p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  .privacy-box p {
    font-size: min(1rem, 3.7333333333vw);
  }
}
span.wpcf7-not-valid-tip {
  display: none !important;
}

/*完了ページ*/

.complete {
	padding-block: 9rem 4.75rem;
background: url(../../img/product/bg_contact.jpg) no-repeat center center/100% 100%;
}
.contact-form.--complete {
	padding-block: 4.75rem;
	height: auto;
	min-height: initial;
}
@media screen and (max-width: 1024px) {
	.complete {
	padding-block: 15% 7%;
background: url(../../img/product/bg_contact.jpg) no-repeat center center/100% 100%;
}
.contact-form.contact-form.--complete {
	padding-block: 7%;
}
}

.complate__ttl {
	margin-bottom: 1em;
	text-align: center;
	font-size: 1.625rem;
}
.complate__txt {
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.125rem;
}
.complate__btn {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}
.complate__btn a {
	display: block;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #332F2B;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}
@media screen and (max-width: 1023px) {
.complate__ttl {
	font-size: 1.25rem;
}
.complate__txt {
	font-size: 0.875rem;
}
}