@charset "UTF-8";
.mainArea > .wrap {
  max-width: 1260px;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .mainArea > .wrap {
    padding-bottom: 30px;
  }
}
.mainArea.successPage {
  height: calc(100vh - 400px);
  /*以防有不支援dvh的瀏覽器*/
  height: calc(100dvh - 400px);
  min-height: 400px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .mainArea.successPage {
    height: auto;
    min-height: 200px;
  }
}
.mainArea.successPage .successTxt {
  color: #AA8223;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .mainArea.successPage .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .successTxt {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .mainArea.successPage .successTxt {
    font-size: 18px;
  }
}
.mainArea.successPage .contentBox {
  background-color: transparent;
}

.contentBox {
  display: grid;
  width: 100%;
  padding: 50px;
  font-family: "Noto Sans TC", "Noto Sans JP", "Noto Sans KR", sans-serif;
}
@media (max-width: 840px) {
  .contentBox {
    padding: 40px 30px;
  }
}
@media (max-width: 414px) {
  .contentBox {
    padding: 30px 20px;
  }
}
.contentBox:has(.classNote) .formBox {
  padding-top: 20px;
}

.formList .class,
.formList .exp,
.formList .privacyAgree {
  width: 100%;
}
.formList .privacyAgree .columnCheck {
  flex: 0 0 16px;
}
.formList .privacyAgree .columnCheckLabel {
  align-items: flex-start;
}
.formList .privacyAgree .privacyAgreeExp {
  clear: none;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 0 8px;
  max-width: none;
}
.formList .privacyAgree .privacyAgreeExp p {
  margin: 0;
}
.formList .name,
.formList .email,
.formList .telephone,
.formList .mobile {
  width: 50%;
}
@media (max-width: 768px) {
  .formList .name,
  .formList .email,
  .formList .telephone,
  .formList .mobile {
    width: 100%;
  }
}

.sideContactInfo {
  margin-top: 20px;
}