@charset "UTF-8";
.mainArea {
  padding: 0;
}
.mainArea.successPage {
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0;
  text-align: center;
}
.mainArea.successPage .successTxt {
  color: #1a776d;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.contactArea {
  overflow-x: clip;
  /*感謝資訊*/
}
.contactArea .wrap {
  max-width: 1647px;
  margin-right: 0;
  padding: 0;
  padding-left: 20px;
}
@media (max-width: 840px) {
  .contactArea .wrap {
    padding: 0 20px;
  }
}
.contactArea .contactBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactArea .leftBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 192px 0 147px;
  padding-right: 20px;
  max-width: 813px;
  width: 100%;
}
@media (max-width: 840px) {
  .contactArea .leftBox {
    max-width: 100%;
    padding: 60px 0;
  }
}
.contactArea .bread {
  position: absolute;
  top: 40px;
  left: -20px;
}
.contactArea .bread a, .contactArea .bread span {
  color: #888;
}
.contactArea .bread.horizontalLine .wrap a + a::before,
.contactArea .bread.horizontalLine .wrap span + span::before,
.contactArea .bread.horizontalLine .wrap span + a::before,
.contactArea .bread.horizontalLine .wrap a + span::before {
  background-color: #888;
}
.contactArea .titleBox .title {
  font-size: 57px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
@media (max-width: 840px) {
  .contactArea .titleBox .title {
    padding-top: 60px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .contactArea .titleBox .title {
    padding: 0;
  }
}
.contactArea .thankInfo {
  padding-top: 2px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.15px;
  line-height: 1.45;
  color: #353535;
}
@media (max-width: 840px) {
  .contactArea .thankInfo {
    padding-top: 10px;
    font-size: 20px;
  }
}
.contactArea .formBox {
  padding-top: 60px;
}
@media (max-width: 840px) {
  .contactArea .formBox {
    padding-top: 30px;
  }
}
.contactArea .formBox .numBox {
  width: 100%;
  border: 1px solid #ccc;
}
.contactArea .formBox .numBox .columnInput {
  border-color: transparent;
}
.contactArea .formBox .numBox .columnInput:first-child {
  padding-left: 15px;
  width: 92px;
  border-right: 1px solid #ccc;
}
.contactArea .formBox .columnCheckBox {
  padding-top: 30px;
}
.contactArea .formBox .sendBox {
  padding-top: 35px;
  margin: 0 -6px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contactArea .formBox .sendBox .btnBox {
  margin: 0 6px;
  width: 100%;
  max-width: 225px;
}
.contactArea .rightBox {
  max-width: 702px;
  width: 100%;
  background: #edeeee;
}
@media (max-width: 840px) {
  .contactArea .rightBox {
    display: none;
  }
}
.contactArea .rightBox .ImgBox {
  position: sticky;
  top: 112px;
}
.contactArea .rightBox .Img {
  height: 842px;
}
.contactArea .rightBox .Img img {
  display: block;
  aspect-ratio: 5/6;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}