html {
  font-family: Helvetica, Arial, Apple LiGothic Medium, "Microsoft JhengHei", Sans-serif;
  color: #273879;
  font-size: 18px;
}
*::selection {
  background: #006297;
}
.c2 {
  color: #F9007A;
}
.grey_mid {
  color: #2e2f2f;
  text-align: center;
  margin: 30px auto;
}
#header {
  height: 90px;
  background-color: #fff;
  background-image: url(images/logo.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
#header .btn_fb {
  background-image: url(images/btn_fb.png);
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 25px;
  background-size: contain;
}
.btn_blue {
  color: #ffffff;
  background-color: #273879;
  text-align: center;
  border-radius: 18px;
  padding: 4px 8px;
  width: max-content;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.color_border {
  background-color: #273879;
  height: 34px;
}
.kv {
  background-image: url(/css/images/summer/bgr.png);
  width: 100%;
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
.kv .bg {
  background-image: url(/css/images/summer/bg_up.png);
  background-size: 90%;
  background-position: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100%;
}
.kv .wave {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 20%;
}
.kv .duck {
  background-image: url(images/kv.png);
  background-size: contain;
  background-position: center center;
  position: absolute;
  width: 100%;
  top: 0;
  height: 80%;
}
#form_content {
  padding: 14px;
}
#form_content .title {
  color: #273879;
  font-weight: bold;
  position: relative;
  font-size: 24px;
}
#form_content .mid_title {
  text-align: center;
}
#form_content #btn_upload {
  display: block;
  margin: 40px auto;
  font-size: 18px;
  color: #9b9b9b;
  text-align: center;
}
#form_content #btn_upload #photo_preview {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #6cbcc4;
  width: 175px;
  height: 175px;
  background-size: contain;
  display: block;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8px;
}
#form_content #btn_upload #photo_preview .default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(images/btn_upload.jpg);
}
#form_content #btn_upload #photo_preview #upload_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  display: none;
  object-fit: cover;
}
#form_content #person_table {
  width: 100%;
}
#form_content #person_table td:nth-child(1) {
  width: 130px;
  font-weight: bold;
}
#form_content #person_table td:nth-child(2) {
  width: calc(100% - 130px);
}
#form_content #person_table td {
  padding-bottom: 15px;
}
#form_content input[type=text],
#form_content input[type=email],
#form_content input[type=number],
#form_content input[type=month],
#form_content textarea,
#form_content select {
  padding: 4px 8px;
  color: #273879;
  border: 2px solid #273879;
}
#form_content input[name='photo'] {
  display: none;
}
#form_content input[type=checkbox],
#form_content input[type=radio] {
  margin-right: 5px;
}
#form_content .radio_group[name=q1] label {
  margin-bottom: 12px;
  display: block;
  width: 100%;
}
#form_content .radio_group label {
  display: inline-block;
  width: 80px;
}
#form_content input.warning {
  border-color: #F00;
}
#form_content .agree_table {
  width: 100%;
}
#form_content .agree_table label:nth-child(1) {
  /*width: 60px;*/
  display: inline-block;
}
#form_content .agree_table td:nth-child(2) {
  width: 136px;
  vertical-align: top;
}
#form_content .agree_table tr {
  line-height: 30px;
}
#form_content .border {
  border: 1px solid #000;
  border-radius: 30px;
  padding: 1px;
  height: 32px;
  margin-bottom: 14px;
  width: 140px;
}
#form_content .border label {
  height: 28px;
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
}
#form_content .border label input[type=radio] {
  display: none;
}
#form_content .border label:nth-child(1) {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
#form_content .border label:nth-last-child(1) {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
#form_content .border label.active {
  background-color: #273879;
  color: #ffffff;
}
#form_content #photo_preview.warning {
  border: 4px solid #F00;
}
#form_content textarea {
  height: 115px;
  width: 100%;
}
#form_content p {
  margin: 15px 0;
}
#form_content p.question {
  font-size: 1.15em;
  margin-top: 45px;
}
#form_content p.q1 {
  margin-top: 20px;
}
#form_content .product_name,
#form_content #btn_submit {
  color: #ffffff;
  background-color: #273879;
  text-align: center;
  border-radius: 18px;
  padding: 4px 8px;
  width: max-content;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 14px auto;
}
#form_content #btn_submit {
  font-size: 20px;
  min-width: 130px;
}
#form_content .thanks {
  text-align: center;
  font-size: 20px;
}
.label_table {
  margin-bottom: 15px;
}
.label_table td {
  vertical-align: top;
}
.label_table .btn_plus {
  background-image: url(images/more.png);
  width: 34px;
  height: 34px;
  display: inline-block;
  position: relative;
  top: -4px;
  left: 7px;
  background-size: contain;
}
#loading {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.footer_border {
  border-top: 20px solid #273879;
}
.footer_border .inner {
  position: relative;
}
.footer_border .inner .left {
  position: absolute;
  left: 30px;
  background-image: url(images/footer_l.png);
  background-position: left center;
  background-size: contain;
  background-size: 150px;
  padding-left: 170px;
  padding-top: 61px;
  width: 550px;
  height: 100%;
}
.footer_border .inner .right {
  position: absolute;
  right: 30px;
  background-image: url(images/footer_r.png);
  background-size: contain;
  background-position: center;
  background-size: 200px;
  width: 200px;
  height: 100%;
}
.grey_mid.warning {
  display: none;
}
ol > li {
  margin-bottom: 10px;
  list-style: decimal;
  margin-left: 30px;
}
#coupons .coupon {
  text-align: center;
}
#coupons .coupon .logo {
  width: 80%;
  margin-bottom: -20px;
}
#coupons .coupon .btn_blue {
  padding: 6px 30px;
}
#coupons .coupon h1 {
  font-weight: bold;
  font-size: 30px;
}
#coupons .coupon .btn_group {
  text-align: center;
  margin: -8px 0 30px 0;
}
#coupons .coupon .btn_group .btn_blue {
  display: inline-block;
  margin: 0 10px;
}
#coupons .coupon .coupon_img {
  width: 100%;
  margin: 0 auto;
}
#coupons .coupon .btn_download {
  width: 50%;
  margin: 20px auto;
}
#coupons .watsons h1 {
  color: #00a59c;
}
#coupons .mannings h1 {
  color: #e37639;
}
