@charset "UTF-8";

/* request__page */

/*============================
 request__page
============================*/
.request__page .breadcrumb {
  margin-bottom: 100px;
}

.request__page .detail-kv .inner {
  border: none;
}

.request__page .sub__copy {
  text-align: left;

  .txt::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 8px;
    bottom: -0.75em;
    left: 0;
    border-top: solid 2px #4d3939;
    border-bottom: solid 2px #4d3939;
  }
}

.contact__contents {
  padding: 80px 0 120px;
}

.cc__lead {
  width: fit-content;
  margin: 0 auto 40px;
}

.zip__btn {
  height: 40px;
  width: 200px;
  background: #1169ab;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
  cursor: pointer;
}

.select__flex {
  width: calc(100% - 318px);
  padding-left: 10px;

  .form__selectwrap {
    width: 49%;
  }
}

.radio-rabel.lh-15 {
  line-height: 1.5;
  padding-left: 1.5em;
}

.request__item-body-tbl.--hidden {
  /* height: 0px; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transition:
    visibility 0.4s,
    height 0.4s,
    opacity 0.4s; */
}

.request__item-body-tbl th {
  width: 230px;
  white-space: wrap;
}

.request__item-body-tbl td .fs-14 {
  display: block;
  margin-top: 4px;
}

.request__list {
  /* margin-top: 60px; */
}

.request__item {
}

/* 資料請求 見出しにチェックUIを出す */
.request__item--materials .request__item-head-text {
  position: relative;
  padding-left: 50px;
}

/* □ */
.request__item--materials .request__item-head-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 40px;
  aspect-ratio: 1 / 1;
  background-color: #fff;
}

/* ✔ */
.request__item--materials .request__item-head-text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  translate: 0 -50%;
  width: 36px;
  aspect-ratio: 40 / 28;
  background: url(../img/cmn/check_icon.png) center / contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

/* ★ ダミーcheckboxが checked のとき */
.request__item--materials:has(input[type="checkbox"][value="資料請求ダミー"]:checked) .request__item-head-text::after {
  opacity: 1;
}

.request__item:has(.request__item-head-text input:checked) .request__item-body.--hidden {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.request__item:has(.request__item-body-radio input:checked) .request__item-body-tbl.--hidden {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.request__item:has(.request__item-head-text input:checked) .request__item-lead.--check {
  display: none;
}

.request__item-lead {
  margin-block: 40px 60px;
}

.request__item-head {
  background-color: #4d3939;
  padding: 20px;
}

.request__item-head-text {
  color: #fff;
  font-size: 2.4rem;
}

.request__item-head-text label {
  position: relative;
  padding-left: 50px;
}

.request__item-head-text label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #fff;
}

.request__item-head-text label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  translate: 0 -50%;
  width: 36px;
  aspect-ratio: 40/28;
  background: url(../img/cmn/check_icon.png) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.request__item-head-text label:has(input:checked)::after {
  opacity: 1;
}

.request__item-body {
}

.request__item-body.--hidden {
  /* height: 0px; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* transition:
    visibility 0.4s,
    height 0.4s,
    opacity 0.4s; */
}

.request__item-body-lead {
  padding-top: 40px;
  margin-bottom: 40px;
}

.request__item-body-text {
  width: fit-content;
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 2px solid #ffd009;
}

.request__item-body-radiowrap {
  border-bottom: solid 1px #c2bbb4;
  padding-bottom: 20px;
}

.request__item-body-radio {
  font-size: 2rem;
}

.request__item-body-selectwrap {
  width: 100%;
  border-bottom: solid 1px #c2bbb4;
  padding: 20px 40px 20px 0;
}

.request__item-body-selectwrap .datepicker::placeholder {
  color: #4d3939;
}

.request__item-body-selectwrap .select__arw {
  right: 3em;
}

.request__item-body-selectwrap:has(.wpcf7c-conf) .select__arw {
  display: none;
}

.request__item-body-select {
}

.request__item-body-check {
  display: block;
  font-size: 2rem;
}

.request__item-body-check label {
  position: relative;
  padding-left: 30px;
}

.request__item-body-check label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #ddd;
}

.request__item-body-check label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  translate: 0 -50%;
  width: 18px;
  aspect-ratio: 40/28;
  background: url(../img/cmn/check_icon.png) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.request__item-body-check label:has(input:checked)::after {
  opacity: 1;
}

.request__item-body-shop-name,
.request__item-body-shop-address {
  height: fit-content;
  background-color: transparent;
  pointer-events: none;
}

.custom-wpcf7c-confirmed .request__list .wpcf7c-conf.input-text {
  box-shadow: 0 0 0 1000px #f4f2e8 inset;
}

.custom-wpcf7c-confirmed .request__list label:has(.wpcf7c-conf) {
  pointer-events: none;
}

.form-text--dummy {
  display: none !important;
}

.form-check--dummy {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .request__page .breadcrumb {
    margin-bottom: 60px;
  }

  .request__page .sub__copy {
    .txt::before {
      width: 1em;
      height: 6px;
      bottom: -0.75em;
      left: 0;
      border-width: 1px;
    }
  }

  .contact__contents {
    padding: 60px 0 80px;
  }

  .cc__lead {
    margin: 0 auto 40px;
  }

  .zip__btn {
    height: 35px;
    width: 160px;
    border-radius: 17.5px;
    font-size: 1.2rem;
    margin-left: 1em;
  }

  .select__flex {
    width: 48%;
    padding-left: 10px;

    .form__selectwrap {
      width: 49%;
    }
  }

  .radio-rabel.lh-15 {
    line-height: 1.5;
    padding-left: 1.5em;
  }

  .request__list {
    margin-top: 40px;
  }

  .request__item-lead {
    margin-bottom: 40px;
  }

  .request__item-body-lead {
    margin-bottom: 40px;
  }

  .request__item-head-text {
    font-size: 2.2rem;
  }

  .request__item-body-text {
    font-size: 1.8rem;
  }

  .request__item-body-radio {
    font-size: 1.6rem;
  }

  .request__item-body-check {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .request__page .breadcrumb {
    margin-bottom: 40px;
  }

  .request__page .sub__copy {
    .txt::before {
      width: 1em;
      height: 6px;
      bottom: -0.75em;
      left: 0;
      border-width: 1px;
    }
  }

  .contact__contents {
    padding: 30px 0 60px;
  }

  .cc__lead {
    margin: 0 auto 30px;
  }

  .zip__btn {
    height: 35px;
    width: 160px;
    border-radius: 17.5px;
    font-size: 1.2rem;
    margin-left: 1em;
    margin: 10px 0 0;
  }

  .select__flex {
    width: 100%;
    padding-left: 0;
    display: flex;
    margin-top: 10px;

    .form__selectwrap {
      width: 49%;
    }
  }

  .radio-rabel.lh-15 {
    padding-left: 2em;
  }

  .request__item-body-tbl th {
    width: 100%;
  }

  .request__list {
    margin-top: 30px;
  }

  .request__item {
  }

  .request__item-lead {
    margin-block: 20px 30px;
  }

  .request__item-head {
    background-color: #4d3939;
    padding: 12px;
  }

  .request__item-head-text {
    font-size: 2rem;
  }

  /* □ */
  .request__item--materials .request__item-head-text::before {
    width: 30px;
  }

  /* ✔ */
  .request__item--materials .request__item-head-text::after {
    width: 26px;
  }

  .request__item-head-text label {
    padding-left: 36px;
  }

  .request__item-head-text label::before {
    width: 30px;
  }

  .request__item-head-text label::after {
    width: 26px;
  }

  .request__item-body {
  }

  .request__item-body-lead {
    padding-top: 20px;
    margin-bottom: 20px;
  }

  .request__item-body-text {
    font-size: 1.6rem;
  }

  .request__item-body-radiowrap {
    padding-bottom: 14px;
  }

  .request__item-body-radio {
    font-size: 1.4rem;
  }

  .request__item-body-selectwrap {
    padding: 14px 28px 14px 0;
  }

  .request__item-body-select {
  }

  .request__item-body-check {
    font-size: 1.4rem;
  }
}

select.wpcf7-form-control.wpcf7-select {
  background: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 17px;
}
