/* Sass Document */
.p-contact {
  padding-top: 10rem;
  padding-bottom: 8.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    padding-top: 6rem;
    padding-bottom: 1.2rem;
  }
}

.l-kv__content {
  padding-top: 18rem;
}

.l-footer__wrap {
  position: relative;
}

.p-content__heading {
  max-width: 100rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading {
    padding: 0 3rem 1rem;
  }
}
.p-content__heading .c-ttl {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading .c-ttl {
    font-size: 2rem;
    text-align: left;
  }
}
.p-content__heading .c-ttl + .c-txt {
  margin-top: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading .c-ttl + .c-txt {
    margin-top: 1.4rem;
  }
}
.p-content__heading .c-txt {
  text-align: center;
  font-size: 1.6rem;
  color: #000;
}
.p-content__heading .c-txt.u-txtsize--small {
  font-size: 87.5%;
  color: rgb(88, 88, 92);
}
@media screen and (max-width: 767.98px) {
  .p-content__heading .c-txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.75;
  }
}
.p-content__heading .c-txt + .c-txt {
  margin-top: 1em;
}

@media screen and (max-width: 767.98px) {
  .p-confirm .p-content__heading {
    padding-bottom: 0;
  }
}

.l-form__content {
  margin-top: 5.8rem;
}

.p-block + .p-block {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-block + .p-block {
    margin-top: 6rem;
  }
}
.p-block .l-field:first-of-type {
  border-top-color: rgb(159, 159, 159);
}

.p-block__ttl {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  padding-left: 2.4rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-block__ttl {
    font-size: 1.6rem;
    margin-bottom: 1.7rem;
  }
}
.p-block__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
}

.-client .p-block__ttl::before {
  background: url(../img/common/icn_person.svg) no-repeat center/1.4rem 1.4rem;
}

.-offer .p-block__ttl::before {
  background: url(../img/common/icn_office.svg) no-repeat center/1.5rem 1.5rem;
}

.-order .p-block__ttl::before {
  background: url(../img/common/icn_track.svg) no-repeat center/1.4rem 1.4rem;
}

.-sample .p-block__ttl::before {
  background: url(../img/common/icn_box.svg) no-repeat center/1.2rem 1.2rem;
}

.-product {
  display: block;
}
.-product .l-label_container {
  width: auto;
}
.-product .l-label_container .u-txtsize--small {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .-product .l-label_container .u-txtsize--small {
    font-weight: 400;
  }
}
.-product .-checkbox {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .-product .-checkbox {
    margin-bottom: 0;
  }
}

#l-footer {
  min-height: inherit;
}

.l-contact__spacer {
  display: none;
}

.l-content_container.-checkbox .l-label-name {
  flex-wrap: nowrap;
}

.p-confirm .wpcf7-list-item-label.l-label-name::before, .p-confirm .wpcf7-list-item-label.l-label-name::after {
  display: none;
}
/*# sourceMappingURL=sample-order.css.map */