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

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

.side_contactInfo {
  margin-top: 20px;
}

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

.mainArea .titleBox {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.mainArea .titleBox .title {
  width: 50%;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  .mainArea .titleBox .title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .mainArea .titleBox {
    padding-top: 40px;
  }
}
@media (max-width: 425px) {
  .mainArea .titleBox {
    padding-top: 0;
  }
}
.mainArea .classBox {
  background-color: #EDF2F7;
}
.mainArea .buttonBox {
  width: 238px;
  height: 58px;
  overflow: hidden;
  margin-left: 10px;
  padding: 0;
}
.mainArea .btnBox {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1201px) {
  .mainArea .btnBox .btn.bgMain:hover {
    color: white;
  }
}
.mainArea .btnBox.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  color: #004098;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 1201px) {
  .mainArea .btnBox.button:hover {
    color: rgba(0, 0, 0, 0.1);
  }
  .mainArea .btnBox.button:hover .button_sl {
    width: calc(100% + 15px);
  }
}
.mainArea .btnBox .button_lg {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #004098;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
          box-shadow: inset 0px 0px 0px 1px transparent;
}
.mainArea .btnBox .button_lg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #004098;
}
.mainArea .btnBox .button_lg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: #004098;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mainArea .btnBox .button_sl {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: #E67E22;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mainArea .btnBox .button_text {
  position: relative;
}
@media (max-width: 1024px) {
  .mainArea .wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .mainArea .wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 320px) {
  .mainArea .wrap {
    padding-bottom: 0;
  }
}

.formBox .select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formBox .select:before {
  display: none;
}
.formBox .select label {
  width: 150px;
  margin-bottom: 0;
}
.formBox .select .selectBox {
  width: 300px;
  position: relative;
}
.formBox .select .selectBox:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 18px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 489px) {
  .formBox .select .selectBox {
    width: 100%;
    margin-top: 10px;
  }
}