.s__contact.contact-confirm h3 {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center
}

.s__contact.contact-confirm table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse
}

.s__contact.contact-confirm table.formTable th,
.s__contact.contact-confirm table.formTable td {
  width: auto;
  display: block;
  border: 1px solid #ccc;
  padding: 15px
}

.s__contact.contact-confirm table.formTable th {
  margin-top: 15px;
  border-bottom: 0
}

.p-ttl {
  font-size: 14px
}

.contact-btn,
.contact-confirm .u_form_btn {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px
}

.s__contact.contact-confirm form input[type="submit"],
.s__contact.contact-confirm form input[type="reset"],
.s__contact.contact-confirm form input[type="button"] {
  font-weight: 600;
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  border: 0;
  cursor: pointer;
  border-radius: 30px
}

.s__contact.contact-confirm form input[type="submit"] {
  background: #333;
  color: #fff
}

/*-- 2023-06-21 --*/
.contact-confirm .content {
  margin-top: 30px
}

.contact-confirm .u_form_btn button.back,
.contact-confirm .u_form_btn button.next {
  font-size: 13px;
  font-weight: 600;
  display: block;
  max-width: 250px;
  width: 100%;
  height: 50px;
  border: 0;
  background: rgb(239, 239, 239);
  color: #333;
  border: 0;
  cursor: pointer;
  border-radius: 30px
}

.contact-confirm .u_form_btn button.next {
  background: #333;
  color: #fff
}

.contact-confirm .u_form_agree.conf-hide {
  display: none
}

.contact-confirm .content dl {
  font-size: 14px
}

.contact-confirm .content dl+dl {
  margin-top: 10px
}

.contact-confirm .content dl dt {
  font-weight: 600;
  padding: 15px;
  border: 1px solid #ccc
}

.contact-confirm .content dl dd {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0
}

@media (min-width:64rem) {
  #formWrap {
    width: 750px;
    margin: 0 auto
  }

  .s__contact.contact-confirm h3 {
    font-size: 32px;
    margin-bottom: 60px
  }

  .p-ttl {
    font-size: 16px;
    text-align: center
  }

  .s__contact.contact-confirm table.formTable {
    margin-top: 60px
  }

  .s__contact.contact-confirm table.formTable tr {
    display: flex
  }

  .s__contact.contact-confirm table.formTable tr+tr {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc
  }

  .s__contact.contact-confirm table.formTable th,
  .s__contact.contact-confirm table.formTable td {
    padding: 0;
    border: 0
  }

  .s__contact.contact-confirm table.formTable th {
    flex-shrink: 0;
    width: 190px;
    margin-top: 0
  }

  .s__contact.contact-confirm table.formTable td {
    flex-basis: auto;
    width: 100%;
    margin-left: 20px
  }

  .contact-btn {
    margin-top: 60px
  }

  .s__contact.contact-confirm form input[type="submit"],
  .s__contact.contact-confirm form input[type="reset"],
  .s__contact.contact-confirm form input[type="button"] {
    width: 250px
  }

  /*-- 2023-06-21 --*/
  .contact-confirm .content {
    margin-top: 60px
  }

  .contact-confirm .content dl {
    font-size: 16px;
    display: flex;
    align-items: center
  }

  .contact-confirm .content dl+dl {
    padding-top: 15px;
    border-top: 1px solid #ccc
  }

  .contact-confirm .content dl dt {
    flex-shrink: 0;
    width: 240px;
    border: 0
  }

  .contact-confirm .content dl dt span {
    display: none
  }

  .contact-confirm .content dl dd {
    flex-basis: auto;
    width: 100%;
    border: 0
  }

  .contact-confirm .u_form_btn {
    margin-top: 40px
  }

  .contact-confirm .u_form_btn button.back,
  .contact-confirm .u_form_btn button.next {
    font-size: 16px;
    height: 60px
  }
}

.confirm__inner{
  margin: calc(100 * var(--u)) auto  calc(60 * var(--u)) ;
  width: 100%;
}

@media screen and (min-width: 48rem) {
  .confirm__inner{
    margin: calc(200 * var(--u)) auto calc(80 * var(--u));
    max-width: 1090px;
    padding: 0 calc(25 * var(--u));
  }
}

.thankyou__section .container {
  padding: 0 calc(15 * var(--u));
}