.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.container {
  position: relative;
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container.nav-container {
  display: flex;
  overflow: hidden;
  width: 1140px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.form {
  flex-direction: column;
}

.brand {
  position: relative;
  display: block;
  width: 208px;
  height: 78px;
  justify-content: flex-start;
  background-image: url('../images/logo-red.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 93.7%, 0);
  background-color: #fff;
}

.navbar.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  height: 78px;
  padding: 0px;
  background-color: transparent;
}

.nav-block {
  background-color: #f00000;
}

.nav-menu {
  display: flex;
  width: 600px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.co-social-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-right-col {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-co-block.bt-1px {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #b2b2b2;
}

.container-3 {
  position: relative;
  top: 0px;
  display: flex;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.container-3.footer-container {
  flex-direction: column;
}

.co-block {
  text-align: left;
}

.footer-text-2 {
  margin-top: 40px;
  color: #707070;
  font-size: 14px;
  line-height: 1.5;
  text-align: justify;
}

.co-tel {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cc0d29;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.co-add {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.footer-left-col {
  padding-right: 0px;
  padding-left: 0px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efefef;
}

.co-link {
  display: block;
  margin-right: 9px;
  margin-bottom: 9px;
  margin-left: 9px;
}

.co-name {
  font-weight: 700;
}

.footer-link {
  color: #0578ff;
}

.footer-mark {
  color: #dd4a48;
}

.section-content {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-h1 {
  color: #fe1543;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}

.section-h1.thx {
  text-align: center;
}

.section-form {
  padding-top: 70px;
  padding-bottom: 100px;
}

.name-block {
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  text-align: left;
}

.note-2 {
  max-width: 920px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.note-2.form-note {
  margin-top: 5px;
}

.legal-ok {
  color: #de4045;
  text-decoration: underline;
}

.gender-block {
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  align-items: center;
  text-align: left;
}

.legal-content-2 {
  overflow: hidden;
  height: auto;
  padding: 0px;
  background-color: #fff6f6;
  color: #555;
  font-size: 14px;
}

.btn-send {
  position: relative;
  top: 0px;
  width: 200px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 99px;
  background-color: #f00000;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.btn-send:hover {
  top: 5px;
}

.form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.contact-col-01 {
  display: inline-block;
  width: 49%;
  flex-direction: column;
  flex: 0 0 auto;
}

.checkbox {
  margin-right: 7px;
}

.text-field {
  width: 100%;
}

.radio-button-field {
  margin-right: 20px;
}

.contact-col-04 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.client-block {
  display: flex;
  margin-bottom: 15px;
}

.legal-paragraph {
  margin-bottom: 0px;
  padding: 10px;
  text-align: justify;
}

.contact-col-03 {
  width: 100%;
  margin-top: 20px;
}

.contact-block {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #e4e4e4;
}

.btn-golink {
  position: relative;
  top: 0px;
  display: none;
  width: 200px;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #e83131;
  border-radius: 10px;
  background-color: #fff;
  transition: top 200ms ease;
  font-family: 'Noto Sans TC', sans-serif;
  color: #e83131;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.btn-golink:hover {
  top: 5px;
  color: #e83131;
}

.btn-golink.last {
  margin-right: auto;
  color: #e83131;
}

.mail-block {
  display: flex;
  height: 40px;
  text-align: left;
}

.contact-col-02 {
  display: inline-block;
  width: 49%;
  flex: 0 0 auto;
}

.time_block-2 {
  display: flex;
}

.checkbox-field {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.tel-block {
  display: flex;
  height: 40px;
  text-align: left;
}

.field-label {
  width: 60px;
  -ms-grid-row-align: center;
      align-self: center;
}

.field-label._02 {
  width: 120px;
  text-align: left;
}

.heading-2 {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 400;
  text-align: left;
}

.thx-img {
  height: 560px;
  margin-top: 60px;
  background-image: url('../images/thx-img.svg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-thx {
  padding-top: 60px;
  padding-bottom: 100px;
}

.goto-official-link {
  padding: 10px 30px;
  border-radius: 99px;
  background-color: #f00000;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.fixed-link-item {
  position: relative;
  bottom: 0px;
  display: flex;
  width: 90px;
  height: 100px;
  margin-top: 1em;
  margin-right: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dd4a48;
  border-radius: 5px;
  background-color: #fff;
  transition: all 200ms ease;
  color: #dd4a48;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
}

.fixed-link-item:hover {
  bottom: 5px;
}

.fixed-link-item.open {
  height: 153px;
  padding-top: 50px;
  border-width: 0px;
  border-color: #f00000;
  background-color: transparent;
  background-image: url('../images/6423bac3b81f607279611d32_Group-46121.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 700;
}

.icon-img {
  width: 48px;
  height: 29px;
  background-image: url('../images/20190531members-add-w.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-img._02 {
  background-image: url('../images/icon_buy.svg');
  background-position: 50% 50%;
  background-size: 78%;
}

.icon-img._03 {
  background-image: url('../images/Chat.svg');
  background-position: 50% 50%;
  background-size: 67%;
}

.icon-text {
  margin-top: 5px;
  text-align: center;
}

.fixed-link-block {
  position: fixed;
  left: auto;
  top: 14%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  height: 240px;
  opacity: 1;
}

.footer-left-col-2 {
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
}

.footer-left-col-2.verti-center {
  height: 50px;
  align-items: center;
}

.co-name-2 {
  font-size: 24px;
  font-weight: 700;
}

.co-name-2.subslogan {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.co-social-link-2 {
  display: flex;
  margin-top: 10px;
  justify-content: flex-end;
  align-items: baseline;
}

.co-tel-2 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f00000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.co-add-2 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container {
    width: 100%;
  }

  .container.nav-container {
    display: flex;
    width: 100vw;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    justify-content: space-between;
  }

  .brand {
    order: 0;
    flex: 1;
    background-position: 0% 0%;
  }

  .navbar.header {
    width: 100vw;
    height: 78px;
  }

  .nav-menu {
    position: absolute;
    width: 50vw;
    margin-top: 79px;
    padding: 5vh 0px 0px;
    background-color: rgba(207, 53, 65, 0.95);
  }

  .section-content {
    padding-top: 6vw;
  }

  .section-h1 {
    font-size: 3em;
  }

  .section-form {
    padding-top: 6vw;
  }

  .btn-send {
    width: 150px;
  }

  .contact-col-01 {
    width: 48%;
    margin-right: 4%;
    text-align: left;
  }

  .contact-block {
    margin-top: 4vw;
    padding-right: 30px;
    padding-left: 30px;
  }

  .btn-golink {
    width: 150px;
  }

  .contact-col-02 {
    width: 48%;
  }

  .field-label {
    width: 9vw;
  }

  .heading-2 {
    font-size: 1.3em;
  }

  .fixed-link-block {
    top: 25%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .container.form {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .nav-menu {
    overflow: hidden;
    width: 100vw;
  }

  .co-social-link {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .container-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer {
    padding: 60px 15px;
  }

  .co-link {
    margin-right: 15px;
    margin-left: 0px;
  }

  .section-content {
    margin-top: -45px;
    padding-top: 60px;
  }

  .section-h1 {
    flex: 1;
    font-size: 2.2em;
  }

  .section-form {
    margin-top: 0px;
    margin-bottom: 0vw;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .btn-send {
    width: 100%;
    font-size: 1.2em;
  }

  .contact-col-01 {
    display: block;
    width: 100%;
  }

  .text-field {
    width: 65vw;
  }

  .contact-block {
    padding: 20px 15px;
  }

  .btn-golink {
    width: 100%;
    margin-left: 0px;
    font-size: 1em;
  }

  .contact-col-02 {
    display: block;
    width: 100%;
  }

  .time_block-2 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
  }

  .checkbox-field {
    width: 100%;
  }

  .tel-block {
    margin-bottom: 15px;
  }

  .field-label {
    width: 17vw;
    flex: 0 0 auto;
  }

  .field-label._02 {
    align-self: flex-start;
  }

  .heading-2 {
    line-height: 1.3em;
  }

  .thx-img {
    width: 100%;
    height: 85vw;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-thx {
    padding-top: 5vw;
    padding-bottom: 15vw;
  }

  .fixed-link-item {
    width: 33%;
    height: 50px;
    margin-top: 0em;
    margin-right: 0em;
    flex-direction: row;
    align-items: center;
    border-width: 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #f00000;
    font-size: 1.1em;
  }

  .fixed-link-item:hover {
    bottom: 0px;
  }

  .fixed-link-item.open {
    width: 100%;
    height: 50px;
    padding-top: 0px;
    flex: 1;
    background-color: #f00000;
    background-image: none;
    transition-property: none;
  }

  .fixed-link-item.open:hover {
    bottom: 0px;
  }

  .fixed-link-item.left-hr {
    border-left-width: 1px;
  }

  .icon-img {
    width: 20px;
    margin-right: 5px;
  }

  .icon-img._02 {
    width: 30px;
    margin-right: -3px;
  }

  .icon-img._03 {
    width: 30px;
    margin-right: -3px;
  }

  .icon-text {
    margin-top: 0px;
    margin-left: 5px;
  }

  .fixed-link-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: flex;
    width: 100vw;
    height: 50px;
    background-image: linear-gradient(180deg, #f2f2f2, #fff);
    opacity: 1;
  }

  .co-name-2 {
    font-size: 1.1em;
  }

  .co-social-link-2 {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .co-tel-2 {
    font-size: 2.5em;
  }

  .co-add-2 {
    font-size: 0.7em;
  }
}

