@charset "UTF-8";
body {
  background-color: #FFF;
  font-family: Roboto,'noto sans tc','思源黑體 tc','思源黑體 tw','思源黑體','微軟正黑體','繁黑體','microsoft jhenghei',Lato,Arial,'segoe ui emoji','segoe ui symbol','新細明體',sans-serif;
}
a {
  color: #003a9f;
}
a:hover {
  color:#9d0505;
}
.formbox,.tks {
  padding: 20px 0;
  line-height: 1.7;
  width: 90%;
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  font-weight: 300;
  color: #171717;
}
.tks {
  display: none;
}
.formbox .inputbox {
  margin-bottom: 1rem;
}
.formbox input[type="text"],.formbox input[type="tel"] {
  border: 1px solid #999;
  padding: 8px;
  display: block;
  margin: auto;
  width: 100%;
  font-size: 18px;
  color: #171717;
  font-weight: 300;
  border-radius: 0;
}
.formbox textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 8px;
  display: block;
  margin: auto;
  font-size: 18px;
  color: #171717;
  font-weight: 300;
}
.formbox input[type="text"]::-webkit-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="text"]:-ms-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="text"]::-ms-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="text"]::placeholder { color: #666; font-size: 18px; font-weight: 300;}
.formbox input[type="tel"]::-webkit-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="tel"]:-ms-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="tel"]::-ms-input-placeholder { color: #666; font-size: 18px; font-weight: 300; }
.formbox input[type="tel"]::placeholder { color: #666; font-size: 18px; font-weight: 300;}
.formbox .error {
  font-size: 80%;
  color: #d80c18;
  display: none;
}
.rq {
  color: #d80c18;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 0 5px;
}
.formbox .errorSubmit {
  width: 100%;
  text-align: center;
}
.formbox .errorSubmit.show {
  display: block;
}
.formbox input[type='checkbox'] {
  display: none;
}
.formbox select {
  width: 100%;
  max-width: 240px;
  border: 1px solid #999;
  padding: 8px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #171717;
  border-radius: 0;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 27px;
}
.formbox select.full {
  max-width: inherit;
}
.formbox select:focus {
  /* outline-color: transparent; */
  border: 1px solid #999;
  outline:none !important;
}
.formbox #location {
  max-width: 240px;
  margin-left: 0;
}

.formbox label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止文字被滑鼠選取反白 */
}

.formbox input[type='checkbox'] + span {
  display: inline-block;
  background-image: url(../../assets/images/icon_click.gif);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -3px;
}

.formbox input[type='checkbox']:checked + span {
  background-image: url(../../assets/images/icon_clicked.gif);
}

.formbox .policyword {
  font-size: 80%;
}
.hiddenbox {
  font-size: 80%;
  opacity: .75;
  background-color: #ddd;
  padding: 10px;
  display: none;
}
.submitbtn {
  letter-spacing: .5px;
  width: 200px;
  border: none;
  background-color: #b6040e;
  border: 1px solid #b6040e;
  padding: 8px 0;
  font-size: 18px;
  cursor: pointer;
  margin: 1.7rem auto 10px auto;
  color: #FFF;
  display: block;
}
.submitbtn:hover {
  background-color: transparent;
  color: #b6040e;
}
#sfBtn { display: none;}
.tks {
  text-align: center;
}
strong {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .formbox,.tks,.formbox select,.formbox input[type="text"], .formbox input[type="tel"] {
    font-size: 17px;
  }
  .formbox .policyword {
    font-size: 70%;
  }
}