/*************************************************

section

*************************************************/
.whitebox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(100rem, 100% - 8rem);
  margin: 9rem auto 0;
  padding: 5rem 0 7rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .whitebox {
    background-color: transparent;
  }
}

.whitebox-inner {
  max-width: 79rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .whitebox-inner {
    max-width: none;
  }
}

.box-lead01 {
  margin-bottom: 1rem;
  color: #ff887a;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .box-lead01 {
    margin-bottom: 2rem;
  }
}

.box-title {
  width: 35rem;
  margin: 0 auto 6rem;
  line-height: 0;
}
.box-title::after {
  display: block;
  width: 9rem;
  height: 1px;
  content: "";
  margin: 2rem auto 0;
  background-color: #4c5566;
}
@media screen and (max-width: 767px) {
  .box-title::after {
    margin-top: 5rem;
  }
}

.box-text01 {
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .box-text01 {
    margin-bottom: 6.5rem;
  }
}
.box-text01 .in-cap {
  position: absolute;
  top: -2rem;
  right: 10rem;
  color: #ff0000;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .box-text01 .in-cap {
    position: static;
    margin-bottom: 5rem;
    font-size: 3rem;
    text-align: center;
  }
}
.box-text01 .in-text {
  font-weight: 500;
}
.box-text01 .in-text span {
  color: #ff0000;
}

.box-contact {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 69.5rem;
  margin: 0 auto 3rem;
  padding: 1.6rem 0;
  border: #4c5566 solid 1px;
}
@media screen and (max-width: 767px) {
  .box-contact {
    margin-bottom: 6rem;
    padding: 3rem 0;
    background-color: #fff;
  }
}
.box-contact > * {
  position: relative;
  z-index: 5;
}

.box-contact__logo {
  position: absolute;
  top: 0;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
  width: 12.7rem;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .box-contact__logo {
    display: none;
  }
}

.box-contact__lead {
  width: 40rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #4c5566;
  font-weight: 700;
  text-align: center;
  border-bottom: #d6d6d6 solid 1px;
}
@media screen and (max-width: 767px) {
  .box-contact__lead {
    width: calc(100% - 9rem);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    font-size: 3.2rem;
  }
}

.box-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  color: #4c5566;
  font-size: 4.8rem;
  font-weight: 500;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .box-contact__tel {
    font-size: 7rem;
  }
}
.box-contact__tel small {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .box-contact__tel small {
    font-size: 2.8rem;
  }
}

.box-contact__into {
  margin-top: 0.5rem;
  color: #4c5566;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .box-contact__into {
    margin-top: 3rem;
  }
}

/* form-block
---------------------------------------*/
.form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
  border-top: #e0dfde dotted 1px;
  border-bottom: #e0dfde dotted 1px;
}
@media screen and (max-width: 767px) {
  .form-block {
    display: block;
    padding: 5.5rem 0;
  }
}
.form-block + .form-block {
  border-top: none;
}
.form-block label.error {
  margin-top: 0.3rem;
  display: block;
  color: #ff0000;
  font-weight: 700;
}

.form-block__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .form-block__title {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
.form-block__title .in-text {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form-block__title .in-text {
    font-size: 3.3rem;
  }
}
.form-block__title .in-req {
  padding: 0.4rem 1rem 0.2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #e64d54;
}
@media screen and (max-width: 767px) {
  .form-block__title .in-req {
    padding: 0.7rem 1rem 0.3rem;
    font-size: 2.4rem;
  }
}

.form-block__item {
  width: calc(100% - 23rem);
}
@media screen and (max-width: 767px) {
  .form-block__item {
    width: 100%;
  }
}
.form-block__item .textBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  background-color: #eeeeee;
  border: #d7d7d7 solid 1px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form-block__item .textBox {
    padding: 2.5rem 2rem;
  }
}
.form-block__item .textBox.is-mid {
  width: 37rem;
}
@media screen and (max-width: 767px) {
  .form-block__item .textBox.is-mid {
    width: 100%;
  }
}
.form-block__item .textBox.is-zip {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .form-block__item .textBox.is-zip {
    width: 34rem;
  }
}
.form-block__item .textareaBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 14rem;
  padding: 1rem;
  font-weight: 600;
  background-color: #eeeeee;
  border: #d7d7d7 solid 1px;
  border-radius: 0;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .form-block__item .textareaBox {
    height: 28rem;
    padding: 2.5rem 2rem;
  }
}
.form-block__item .textBox03 {
  width: 20rem;
  padding: 1rem;
  font-weight: 500;
  background-color: #eeeeee;
  border: #d7d7d7 solid 1px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .form-block__item .textBox03 {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .form-block__item .textBox03 {
    width: 34rem;
  }
}
.form-block__item .radio_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.order-group {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .order-group {
    margin-bottom: 10rem;
  }
}
.order-group:last-child {
  margin-bottom: 0;
}

.order-group__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .order-group__title {
    margin-bottom: 3rem;
  }
}

.order-group__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .order-group__item {
    display: block;
    margin-bottom: 4rem;
  }
}
.order-group__item:last-child {
  margin-bottom: 0;
}
.order-group__item .in-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 17px;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .order-group__item .in-title {
    width: calc(100% - 23rem);
  }
}
@media screen and (max-width: 767px) {
  .order-group__item .in-title {
    margin-bottom: 1rem;
  }
}
.order-group__item .textBox03 {
  padding: 0.6rem;
}
@media screen and (max-width: 767px) {
  .order-group__item .textBox03 {
    width: 45rem;
  }
}
.order-group__item input {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 !important;
  -webkit-transform: translateY(-51%);
          transform: translateY(-51%);
}

.note-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 69rem;
  margin: 3.5rem auto;
  padding: 2rem 5rem;
  border: #e0dfde dotted 1px;
}
@media screen and (max-width: 767px) {
  .note-box {
    padding: 5rem 1.5rem;
  }
}

.note-box-title {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  border-bottom: #e0dfde dotted 1px;
}
@media screen and (max-width: 767px) {
  .note-box-title {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    font-size: 3.7rem;
  }
}

.note-box-body {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .note-box-body {
    margin: 5rem 4rem 0;
  }
}

.submitbtn {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28rem;
  height: 5rem;
  margin: 6rem auto 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  background-color: #4c5566;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submitbtn {
    width: 100%;
    height: 13rem;
    margin: 7rem auto 0;
    font-size: 3.2rem;
  }
}
.submitbtn::before {
  position: absolute;
  top: 0;
  right: 2rem;
  display: block;
  content: "";
  width: 0.8rem;
  height: 100%;
  background: url(../images/common/arw04.png) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .submitbtn::before {
    right: 6rem;
    width: 1.8rem;
  }
}