@charset "UTF-8";
.mainArea .titleBox .titleTw {
  padding-top: 51px;
}
.mainArea .titleBox .titleTw::after {
  background: url(../images/icon/mail.png) no-repeat;
  width: 45px;
  height: 45px;
}

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

.formBox {
  margin-top: 20px;
}

.formList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #2f2f2f;
  margin-left: -10px;
  margin-right: -10px;
  /*字的顏色*/
}
.formList [class^=g-] {
  float: none;
}
.formList .left {
  margin-bottom: 5px;
}
.formList label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #2f2f2f;
}
.formList em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #e61f6e;
  /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.formList .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.formList select {
  height: 35px;
}
.formList textarea {
  display: block;
  width: 100%;
  height: 100px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}
.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  max-width: 200px;
  width: 100%;
}
.checkArea .btn a {
  /*送出按鈕*/
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  min-height: 50px;
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
  font-size: 18px;
  border-radius: 50px;
  padding: 10px 40px;
}
@media (min-width: 1201px) {
  .checkArea .btn a:hover {
    color: #000;
    background-color: #fff;
  }
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: "微軟正黑體";
  font-size: 15px;
  color: #999;
}

.error {
  border-color: #f00 !important;
}