@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: #f1c713;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
}

.mainArea .contentBox.df .leftBox {
  width: 70%;
  padding: 0 50px 0 0;
}
@media (max-width: 1180px) {
  .mainArea .contentBox.df .leftBox {
    width: 100%;
    padding: 0 0 30px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.mainArea .contentBox.df .rightBox {
  width: 30%;
}
@media (max-width: 1180px) {
  .mainArea .contentBox.df .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.side_contactInfo {
  margin: 0;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 30px;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #2f2f2f;
}

.dataTable table {
  border-collapse: collapse;
  border: 1px solid #dedede;
  border-bottom: 2px solid #94a3ad;
}
.dataTable th {
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #94a3ad;
  vertical-align: middle;
}
.dataTable td {
  padding: 10px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  vertical-align: middle;
}
.dataTable td input[type=text] {
  height: 25px;
  line-height: 20px;
  border: 1px solid #d6d6d6;
  text-align: center;
}
.dataTable td a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
.dataTable .error {
  border-color: #f00 !important;
}

.formBox {
  margin-top: 25px;
}