@charset "UTF-8";
.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: #d9da22;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.titleBox .subtitle {
  font-size: 35px;
}
.titleBox .title {
  font-size: 35px;
  letter-spacing: 2.2px;
}

.btnBox {
  margin-top: 20px;
}
@media (max-width: 450px) {
  .btnBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.btnBox .btn {
  padding: 15px 25px 15px 35px;
}
.btnBox .btn.hoverStyle {
  width: 200px;
  background-color: #5db9bf;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .leftBox .titleBox {
  text-align: left;
}
.contentBox .rightBox {
  padding: 0;
}

.side_contactInfo {
  margin-top: 20px;
}

/*感謝資訊*/
.thankInfo {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}