@charset "UTF-8";
/* lp-contact_CSS */
.contact {
  display: block;
}
.contact main {
  all: unset;
}

@media screen and (max-width: 374px) {
  .xs-visible {
    display: none;
  }
}
.xs-hidden {
  display: none;
}
@media screen and (max-width: 374px) {
  .xs-hidden {
    display: block;
  }
}
.sm-visible {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-visible {
    display: none;
  }
}
.sm-hidden {
  display: none;
}
@media screen and (min-width: 600px) {
  .sm-hidden {
    display: block;
  }
}
.md-hidden {
  display: block;
}
@media screen and (min-width: 768px) {
  .md-hidden {
    display: none;
  }
}
.md-visible__only {
  display: none;
}
@media screen and (max-width: 374px) {
  .md-visible__only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md-visible__only {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .md-visible__only {
    display: none;
  }
}
.md-visible {
  display: none;
}
@media screen and (min-width: 768px) {
  .md-visible {
    display: block;
  }
}
.lg-visible {
  display: none;
}
@media screen and (min-width: 900px) {
  .lg-visible {
    display: block;
  }
}
.lg-hidden {
  display: block;
}
@media screen and (min-width: 900px) {
  .lg-hidden {
    display: none;
  }
}
.xl-hidden {
  display: block;
}
@media screen and (min-width: 1200px) {
  .xl-hidden {
    display: none;
  }
}
.xl-visible {
  display: none;
}
@media screen and (min-width: 1200px) {
  .xl-visible {
    display: block;
  }
}
.xxl-visible {
  display: none;
}
@media screen and (min-width: 1600px) {
  .xxl-visible {
    display: block;
  }
}
.sm-visible-xl-visible {
  display: block;
}
@media screen and (min-width: 600px) {
  .sm-visible-xl-visible {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sm-visible-xl-visible {
    display: block;
  }
}
*,
::after,
::before {
  box-sizing: border-box;
}
a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
  border: 0;
  font-size: 100%;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: 0 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}
input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1280 * 100vw);
  }
}
body {
  color: #222;
  font-family: Roboto, sans-serif;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}
a,
img,
picture,
span {
  display: inline-block;
}
img,
svg,
video {
  height: 100%;
  width: 100%;
}
button {
  background: 0 0;
  background: 0 0;
  border: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font: inherit;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-inner {
  padding-inline: 15px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    margin-inline: auto;
    max-width: 1240px;
    padding-inline: 20px;
  }
}
.c-bg {
  background: url(../lp-contact/img/form_bg-sp.webp) no-repeat top left/cover;
  padding-block: 1.5625rem 5rem;
}
@media screen and (min-width: 600px) {
  .c-bg {
    background: url(../lp-contact/img/form_bg.webp) no-repeat top left/cover;
    padding-block: 5rem 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-bg {
    font-size: 16px;
  }
}
.c-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 26px;
  }
}
.p-confirm {
  padding-block: 2.1875rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-confirm {
    padding-block: 4.6875rem 5rem;
  }
}
.p-confirm__inner {
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .p-confirm__inner {
    max-width: 865px;
  }
}
.p-confirm__inner .p-confirm__wrap {
  margin-block-start: 70px;
}
.p-confirm__inner .p-confirm__wrap .p-form__group {
  border-bottom: 1px solid #222;
  padding-block-end: 20px;
}
@media screen and (min-width: 768px) {
  .p-confirm__inner .p-confirm__wrap .p-form__group {
    padding-block-end: 16px;
  }
}
.p-confirm__inner .p-confirm__wrap .p-form__group + .p-form__group {
  margin-block-start: 22px;
}
@media screen and (min-width: 768px) {
  .p-confirm__inner .p-confirm__wrap label {
    display: inline-block;
    width: 218px;
  }
  .p-confirm__inner .p-confirm__wrap .p-confirm-group label {
    display: block;
    width: unset;
  }
}
.p-confirm-box {
  font-size: 16px;
  padding-block-start: 12px;
}
@media screen and (min-width: 768px) {
  .p-confirm-box {
    display: inline-block;
    padding-block-start: 0;
  }
  .p-confirm-group .p-confirm-box {
    display: block;
    padding-block-start: 12px;
  }
}
.p-confirm__submit {
  margin-block-start: 40px;
  text-align: center;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-confirm__submit {
    margin-block-start: 100px;
  }
}
.hidden-fields-container {
  color: unset;
  display: none;
}
.wpcf7-form-control.wpcf7-previous {
  cursor: pointer;
  display: none !important;
  margin-block-end: 20px;
}
.wpcf7-submit.has-spinner.p-form__button {
  transition: opacity 0.3s ease;
}
.wpcf7-submit.has-spinner.p-form__button:hover {
  opacity: 0.8;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: 600px;
}
@media screen and (min-width: 900px) {
  .p-contact__inner {
    max-width: 865px;
  }
}
.p-contact__head {
  background: url(../lp-contact/img/form_bg-logo.webp) no-repeat top 10px
    center/13.6875rem auto;
  color: #222;
  font-family: Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-contact__head {
    background: url(../lp-contact/img/form_bg-logo.webp) no-repeat top -30px center/36.75rem
      auto;
    font-size: 16px;
  }
}
.p-contact__text {
  margin-block-start: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-block-start: 2.75rem;
  }
}
.p-contact__box {
  margin-block-start: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    margin-block-start: 1.625rem;
  }
}
.p-contact__box-title {
  font-weight: 700;
}
.p-contact__box-title-sub {
  font-weight: 400;
}
.p-contact__box-text {
  margin-block-start: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box-text {
    margin-block-start: 0.5rem;
  }
}
.p-contact__box-text.box-text2 {
  margin-block-start: 1.375rem;
}
.p-contact__wrap {
  margin-block-start: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__wrap {
    margin-block-start: 3.125rem;
  }
}
.p-footer {
  background-color: #9a8866;
  color: #fff;
  padding-block: 81px 38px;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block: min(5vw, 69px) min(3vw, 50px);
  }
  .p-footer__inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__inner {
    gap: min(11vw, 160px);
  }
}
.p-footer__message {
  align-items: center;
  background: url(../lp-contact/img/footer_bg.webp) no-repeat top left/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer__message {
    height: 140px;
    padding-block: 2.5625rem;
    width: min(40vw, 468px);
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__message {
    height: min(13vw, 200px);
  }
}
.p-footer__message::before {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.p-footer__message-text1,
.p-footer__message-text2 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-footer__message-text1,
  .p-footer__message-text2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .p-footer__message-text1,
  .p-footer__message-text2 {
    font-size: 1rem;
  }
}
.p-footer__message-text2 {
  line-height: 1.5;
  margin-block-start: 10px;
}
.p-footer__message {
  text-align: center;
}
.p-footer__message-img {
  max-width: 465px;
}
@media screen and (min-width: 768px) {
  .p-footer__message-img {
    max-width: 465px;
    width: 29.0625rem;
  }
}
.p-footer__company {
  margin-top: 28px;
}
@media screen and (min-width: 768px) {
  .p-footer__company {
    margin-top: 0;
  }
}
.p-footer__company-name {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 4.8vw, 20px);
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .p-footer__company-name {
    font-size: clamp(18px, 1.3888888889vw, 20px);
  }
}
.p-footer__company-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  letter-spacing: 0;
  margin-top: 12px;
}
@media screen and (max-width: 374px) {
  .p-footer__company-address {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__company-address {
    font-size: clamp(14px, 1.25vw, 18px);
    line-height: 1.2;
  }
}
.p-footer__company-tel {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  letter-spacing: 0.02em;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-footer__company-tel {
    font-size: clamp(16px, 1.25vw, 20px);
    margin-top: 20px;
  }
}
.p-footer__company-tel span:nth-child(2) {
  font-size: clamp(16px, 5.3333333333vw, 22px);
}
@media screen and (min-width: 768px) {
  .p-footer__company-tel span:nth-child(2) {
    font-size: clamp(18px, 1.3888888889vw, 22px);
  }
}
.p-footer__company-tel span .p-footer__company-tel-small {
  font-size: clamp(10px, 3.4666666667vw, 14px);
}
@media screen and (min-width: 768px) {
  .p-footer__company-tel span .p-footer__company-tel-small {
    font-size: clamp(14px, 1.1111111111vw, 18px);
  }
}
.p-footer__company-tel span .p-footer__company-tel-big {
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  padding-right: 2px;
}
@media screen and (min-width: 768px) {
  .p-footer__company-tel span .p-footer__company-tel-big {
    font-size: clamp(14px, 1.3194444444vw, 20px);
  }
}
.p-footer__company-mail,
.p-footer__company-tel,
.p-footer__company-time {
  display: flex;
}
.p-footer__company-mail span:nth-child(1),
.p-footer__company-tel span:nth-child(1),
.p-footer__company-time span:nth-child(1) {
  width: 108px;
}
.p-footer__company-mail {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__company-mail {
    font-size: clamp(14px, 1.25vw, 18px);
    margin-top: 8px;
  }
}
.p-footer__company-mail span:nth-child(2) {
  font-size: clamp(16px, 4.8vw, 20px);
}
@media screen and (max-width: 374px) {
  .p-footer__company-mail span:nth-child(2) {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__company-mail span:nth-child(2) {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.p-footer__company-time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 4.2666666667vw, 18px);
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__company-time {
    font-size: clamp(16px, 1.25vw, 20px);
    margin-top: 8px;
  }
}
.p-footer__company-time span:nth-child(2) {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 5.0666666667vw, 21px);
}
@media screen and (min-width: 768px) {
  .p-footer__company-time span:nth-child(2) {
    font-size: clamp(17px, 1.3194444444vw, 21px);
  }
}
.p-footer__copyright {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 55px;
  }
}
.p-footer__copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(8px, 3.2vw, 14px);
}
@media screen and (min-width: 768px) {
  .p-footer__copyright small {
    font-size: clamp(14px, 1.1111111111vw, 18px);
  }
}
.p-form__group {
  font-weight: 700;
  line-height: 1.4;
}

.p-form__group + .p-form__group {
  margin-block-start: 26px;
}
.p-form__required {
  color: #d30000;
  font-weight: 700;
}
.p-form__date,
.p-form__input,
.p-form__textarea,
.p-form__time {
  background: #fff;
  border: 1px solid #fff;
  height: 77px;
  /* margin-block-start: 10px; */
  outline: 0;
  padding-block: 10px;
  padding-inline: 14px;
  width: 100%;
}
.p-form__date:invalid:focus,
.p-form__input:invalid:focus,
.p-form__textarea:invalid:focus,
.p-form__time:invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}
@media screen and (min-width: 900px) {
  .p-form__date,
  .p-form__input,
  .p-form__textarea,
  .p-form__time {
    padding-block: 20px;
    padding-inline: 24px;
  }
}
.p-form__textarea {
  height: 165px;
}
.wpcf7-form-control-wrap {
  display: block;
}
.p-form__date,
.p-form__time {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eee;
  border: 1px solid #eee;
  height: 64px;
  margin-block-start: unset;
}
.p-form__date:focus,
.p-form__time:focus {
  border: none;
  box-shadow: none !important;
  outline: 0 !important;
}
.p-form__date {
  background-image: url(../lp-contact/img/icon_date.webp);
  background-position: top 50% right 20px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.p-form__date::-moz-placeholder {
  color: #777;
}
.p-form__date::placeholder {
  color: #777;
}
.p-form__date::-webkit-input-placeholder {
  color: #777;
}
.p-form__date:-ms-input-placeholder {
  color: #777;
}
.p-form__date::-ms-input-placeholder {
  color: #777;
}
@media screen and (min-width: 1200px) {
  .p-form__date {
    background-size: 35px auto;
  }
}
.p-form__date::-webkit-calendar-picker-indicator {
  background: 0 0;
  bottom: 0;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1;
}
.p-form__time {
  cursor: pointer;
  background-image: url(../lp-contact/img/icon_arrow.webp);
  background-position: top 50% right 26px;
  background-repeat: no-repeat;
  background-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.p-form__group-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  /* margin-block-start: 10px; */
  padding-block: 18px;
  padding-inline: 14px;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-form__group-box {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 1.875rem;
    padding-inline: 2.375rem;
  }
  .wpcf7-form-control-wrap {
    flex: 1;
  }
}
.p-form__optional {
  font-weight: 700;
}
.p-form__terms {
  margin-block-start: 2.8125rem;
}
.p-form__terms-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__terms-title {
    font-size: 1.5rem;
  }
}
.p-form__terms-wrap {
  background: #fff;
  border: 1px solid #afafaf;
  height: 387px;
  margin-block-start: 1.25rem;
  overflow-y: auto;
  padding-block: 16px;
  padding-inline: 18px;
}
@media screen and (min-width: 900px) {
  .p-form__terms-wrap {
    height: 423px;
    padding-block: 30px;
    padding-inline: 30px;
  }
}
.p-form__terms-text {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__terms-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-form__terms-text {
    font-size: 24px;
  }
}
.p-form__terms-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-form__terms-desc {
    font-size: 16px;
  }
}
.terms-desc__title {
  display: block;
  font-weight: 700;
  margin-block-start: 16px;
}
@media screen and (min-width: 768px) {
  .terms-desc__title {
    margin-block-start: 25px;
  }
}
.p-form__consent {
  margin-block-start: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__consent {
    margin-block-start: 3.8125rem;
  }
}
.p-form__checkbox {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.p-form__checkbox:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  transition: border 0.3s;
}
.wpcf7-list-item-label::after,
.wpcf7-list-item-label::before {
  content: "";
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #afafaf;
  height: 26px;
  width: 26px;
}
.wpcf7-list-item-label::after {
  background: url(../lp-contact/img/icon_check.webp) no-repeat center
    center/contain;
  height: 13px;
  left: -6px;
  opacity: 0;
  width: 18px;
}
.wpcf7-list-item-label a {
  font-weight: inherit;
  outline: 0;
  text-decoration-line: underline;
  transition: color 0.3s;
}
.wpcf7-list-item-label a:hover {
  color: #9ed0e0;
}
.wpcf7-list-item-label a:focus {
  border: 2px solid #9ed0e0;
  border-radius: 2px;
}
.wpcf7-list-item-label {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .wpcf7-list-item-label {
    font-size: 20px;
  }
}
.p-form__asterisk {
  font-size: 0.875rem;
  font-weight: 400;
  margin-block-start: 2.625rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-form__asterisk {
    font-size: 16px;
    margin-block-start: 14px;
  }
}
.p-form__asterisk + .p-form__asterisk {
  margin-block-start: 0;
}
.p-form__submit {
  cursor: pointer;
  margin-block-start: 1rem;
  text-align: center;
  transition: opacity 0.3s ease;
}
.p-form__submit:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-form__submit {
    margin-block-start: 2.5rem;
  }
}
.p-form__button {
  background: #6a5e48;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  max-width: 389px;
  padding-block: 20px;
  padding-inline: 10px;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-form__button:hover {
  opacity: 0.8;
  color: #fff;
}
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  margin-block-start: 5px;
  color: #dc3232;
}
.wpcf7-response-output {
  border: unset;
  color: #dc3232;
  font-size: 18px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border: unset;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.p-fv {
  position: relative;
}
.p-fv__image {
  img {
    height: auto;
  }
}

.p-fv__inner {
  height: 100%;
  left: 50%;
  max-width: 1240px;
  padding-inline: 20px;
  translate: -50%;
  width: 100%;
}
.p-fv__inner,
.p-fv__logo {
  position: absolute;
  top: 0;
}
.p-fv__logo {
  left: 1.75rem;
  width: 4.4375rem;
  aspect-ratio: 71/71;
}
@media screen and (min-width: 768px) {
  .p-fv__logo {
    left: unset;
    width: 11.6875rem;
    aspect-ratio: 165/165;
  }
}
.p-fv__text {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.625rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 0 4px 18.9px #433b37;
  top: 54%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 2.625rem;
    font-weight: 700;
    top: 56%;
  }
}
.p-thanks {
  padding-block: 2.5rem 5rem;
}
@media screen and (min-width: 600px) {
  .p-thanks {
    padding-block: 5rem 6.25rem;
  }
}
.p-thanks__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 374px) {
  .p-thanks__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-thanks__title {
    font-size: 28px;
  }
}
.p-thanks__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-block-start: 1.5625rem;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 18px;
    margin-block-start: 2.5rem;
  }
}
.p-thanks__button {
  margin-block-start: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-thanks__button {
    margin-block-start: 6.25rem;
  }
}
.p-thanks__button a {
  text-align: center;
}

.p-confirm__wrap .group label {
  display: block;
  width: unset;
}
