.contact#confirm .pageTitle {
  text-align: center;
  padding: 130px 0 75px;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .pageTitle {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact#confirm .pageTitle img {
    height: 40px;
  }
}
.contact#confirm .contactFormConfirm {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm {
    padding-bottom: 50px;
  }
}
.contact#confirm .contactFormConfirm__text {
  margin-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71428571429;
    margin-bottom: 40px;
  }
}
.contact#confirm .contactFormConfirm__text__warning {
  color: #cf2b22;
}
.contact#confirm .contactFormConfirm__formDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__formDl {
    margin-bottom: 70px;
    display: block;
  }
}
.contact#confirm .contactFormConfirm__formDl__dt {
  width: 280px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__formDl__dt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.contact#confirm .contactFormConfirm__formDl__dd {
  width: calc(100% - 280px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__formDl__dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__formDl__dd {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact#confirm .contactFormConfirm__btnWrapper {
  text-align: center;
}
.contact#confirm .contactFormConfirm__btnWrapper__btn {
  margin: 0 auto;
}
.contact#confirm .contactFormConfirm__btnWrapper__btn:first-child {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contact#confirm .contactFormConfirm__btnWrapper__btn:first-child {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=confirm.css.map */