@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
 * ========================================================================== */
/* Default self style */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers. */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE. */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */
h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0; }

/* List style */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

/* Grouping content
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10. */
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: black; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -moz-text-decoration: underline dotted;
       text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers. */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 * ========================================================================== */
/**
 * Remove the border on images inside links in IE 10. */
img {
  border-style: none; }

/* Forms
 * ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+. */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Remove the inner padding in Chrome and Safari on macOS. */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox. */
details {
  display: block; }

/*
 * Add the correct display in all browsers. */
summary {
  display: list-item; }

/* Misc
 * ========================================================================== */
/**
 * Add the correct display in IE 10+. */
template, [hidden] {
  display: none; }

/**
 * Add the correct display in IE 10. */
[hidden] {
  display: none; }

a, div, div:before, div:after, li, input[type="button"] {
  -moz-transition: none;
  transition: none;
  -webkit-transition: none;
  -webkit-tap-highlight-color: transparent; }

html, body {
  font-family: "Noto Sans TC", PingFang TC, "微軟正黑體", Semibold, Microsoft JhengHei, Arial, sans-serif; }

.display-off {
  display: none !important; }

html, body {
  position: relative; }

a, div, div:before, div:after, li, input, button, select {
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  outline: none;
  border: none; }

select.animated, input.animated {
  -webkit-animation: hintFlash 2s linear;
     -moz-animation: hintFlash 2s linear;
          animation: hintFlash 2s linear; }

@-webkit-keyframes hintFlash {
  0% {
    background-color: white; }
  25% {
    background-color: rgba(0, 176, 240, 0.5); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(0, 176, 240, 0.5); }
  100% {
    background-color: white; } }

@-moz-keyframes hintFlash {
  0% {
    background-color: white; }
  25% {
    background-color: rgba(0, 176, 240, 0.5); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(0, 176, 240, 0.5); }
  100% {
    background-color: white; } }

@keyframes hintFlash {
  0% {
    background-color: white; }
  25% {
    background-color: rgba(0, 176, 240, 0.5); }
  50% {
    background-color: white; }
  75% {
    background-color: rgba(0, 176, 240, 0.5); }
  100% {
    background-color: white; } }

::-webkit-input-placeholder {
  color: #a4a4a4; }

::placeholder {
  color: #a4a4a4; }

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  .loading-page.hidden {
    opacity: 0;
    visibility: hidden; }
  .loading-page .loading-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 10.41667vw;
    height: 10.41667vw; }
    @media only screen and (min-width: 1200px) {
      .loading-page .loading-photo {
        width: 3.64583vw;
        height: 3.64583vw; } }

.lightbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .lightbox.active {
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
            align-items: center;
    z-index: 9; }
  .lightbox .content-block {
    position: relative;
    width: 82.29167vw;
    background-color: white;
    border-bottom: 2.60417vw solid #009de0; }
    .lightbox .content-block.type-1 {
      padding-top: 9.375vw;
      padding-bottom: 7.8125vw; }
    .lightbox .content-block.type-2 {
      padding-top: 9.375vw;
      padding-bottom: 5.20833vw; }
    @media only screen and (min-width: 1200px) {
      .lightbox .content-block {
        width: 28.80208vw;
        border-bottom: 0.91146vw solid #009de0; }
        .lightbox .content-block.type-1 {
          padding-top: 3.28125vw;
          padding-bottom: 2.73438vw; }
        .lightbox .content-block.type-2 {
          padding-top: 3.28125vw;
          padding-bottom: 1.82292vw; } }
    .lightbox .content-block img.close-btn {
      position: absolute;
      right: 1.5625vw;
      top: 1.5625vw;
      width: 5.625vw;
      height: 5.625vw;
      cursor: pointer; }
    .lightbox .content-block p {
      font-weight: 700;
      line-height: 1;
      text-align: center; }
    .lightbox .content-block p.type-1 {
      font-size: 4.79167vw;
      line-height: 7.8125vw;
      letter-spacing: 0.1em;
      color: #009de0; }
    .lightbox .content-block p.type-2 {
      font-size: 6.06771vw;
      line-height: 8.75vw;
      letter-spacing: 0.1em;
      color: #009de0; }
    .lightbox .content-block p.type-3 {
      font-size: 2.39583vw;
      line-height: 3.33333vw;
      letter-spacing: 0.2em;
      color: black; }
    .lightbox .content-block span {
      font-size: 4vw; }
    @media only screen and (min-width: 1200px) {
      .lightbox .content-block img.close-btn {
        right: 0.54688vw;
        top: 0.54688vw;
        width: 1.96875vw;
        height: 1.96875vw; }
      .lightbox .content-block p.type-1 {
        font-size: 1.67708vw;
        line-height: 2.73438vw; }
      .lightbox .content-block p.type-2 {
        font-size: 2.1237vw;
        line-height: 3.0625vw; }
      .lightbox .content-block p.type-3 {
        font-size: 0.83854vw;
        line-height: 1.16667vw; }
      .lightbox .content-block span {
        font-size: 1.5vw; } }
    .lightbox .content-block .confirm-block {
      display: -webkit-box;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
              justify-content: center;
      margin-top: 3.95833vw; }
      .lightbox .content-block .confirm-block span {
        font-weight: 500;
        line-height: 1;
        font-size: 6.25vw;
        line-height: 9.375vw;
        letter-spacing: 0.1em;
        border-radius: 9.375vw;
        padding: 0 7.29167vw;
        cursor: pointer; }
        .lightbox .content-block .confirm-block span:nth-of-type(1) {
          color: #009de0;
          background-color: #d9f5ff;
          border: 0.20833vw solid #009de0;
          margin-right: 19.27083vw; }
        .lightbox .content-block .confirm-block span:nth-of-type(2) {
          color: #959595;
          background-color: #efefef;
          border: 0.20833vw solid #959595; }
      @media only screen and (min-width: 1200px) {
        .lightbox .content-block .confirm-block {
          margin-top: 1.38542vw; }
          .lightbox .content-block .confirm-block span {
            font-size: 2.1875vw;
            line-height: 3.28125vw;
            border-radius: 3.28125vw;
            padding: 0 2.55208vw; }
            .lightbox .content-block .confirm-block span:nth-of-type(1) {
              border: 0.07292vw solid #009de0;
              margin-right: 6.74479vw; }
            .lightbox .content-block .confirm-block span:nth-of-type(2) {
              border: 0.07292vw solid #959595; } }

.wrapper {
  position: relative;
  width: 100vw;
  margin: auto;
  min-height: 100vh;
  background: #cce5f5; }
  .wrapper.table {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #d8f3fd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #d8f3fd));
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d8f3fd));
    background: linear-gradient(to bottom, white 0%, #d8f3fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8f3fd', GradientType=0 ); }
  @media only screen and (min-width: 1200px) {
    .wrapper {
      width: 35vw; } }

.result-block {
  width: 100%;
  background-color: #cde5f5;
  padding: 2.8125vw; }
  .result-block img.result-photo {
    width: 100%;
    background-color: red; }

.sec-title {
  position: relative;
  background-color: #00b0f0;
  margin-bottom: 10.41667vw; }
  @media only screen and (min-width: 1200px) {
    .sec-title {
      margin-bottom: 3.64583vw; } }
  .sec-title.title-a {
    margin-bottom: 0; }
  .sec-title.title-a2 {
    padding-top: 3.64583vw;
    padding-bottom: 2.60417vw; }
    .sec-title.title-a2 p {
      font-size: 5.10417vw;
      letter-spacing: 0.075em;
      line-height: 1; }
      .sec-title.title-a2 p span {
        font-size: 7.91667vw; }
    .sec-title.title-a2:before {
      display: none; }
    .sec-title.title-a2 .arrow {
      width: 5.41667vw;
      height: 4.47917vw;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../../images/arrow.png");
      margin: 0 auto;
      margin-top: 2.60417vw;
      -webkit-animation: shake 1s infinite both;
         -moz-animation: shake 1s infinite both;
              animation: shake 1s infinite both; }
    @media only screen and (min-width: 1200px) {
      .sec-title.title-a2 {
        padding-top: 1.27604vw;
        padding-bottom: 0.91146vw; }
        .sec-title.title-a2 p {
          font-size: 1.78646vw; }
          .sec-title.title-a2 p span {
            font-size: 2.77083vw; }
        .sec-title.title-a2 .arrow {
          width: 1.89583vw;
          height: 1.56771vw;
          margin-top: 0.91146vw; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%); } }

@-moz-keyframes shake {
  0% {
    -moz-transform: translateY(-20%);
         transform: translateY(-20%); }
  50% {
    -moz-transform: translateY(20%);
         transform: translateY(20%); }
  100% {
    -moz-transform: translateY(-20%);
         transform: translateY(-20%); } }

@keyframes shake {
  0% {
    -webkit-transform: translateY(-20%);
       -moz-transform: translateY(-20%);
            transform: translateY(-20%); }
  50% {
    -webkit-transform: translateY(20%);
       -moz-transform: translateY(20%);
            transform: translateY(20%); }
  100% {
    -webkit-transform: translateY(-20%);
       -moz-transform: translateY(-20%);
            transform: translateY(-20%); } }
  .sec-title p {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-size: 6.25vw;
    line-height: 19.79167vw;
    letter-spacing: 0.3em;
    color: white; }
    @media only screen and (min-width: 1200px) {
      .sec-title p {
        font-size: 2.1875vw;
        line-height: 6.92708vw; } }
  .sec-title:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 99%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.0625vw 4.01042vw 0 4.01042vw;
    border-color: #00b0f0 transparent transparent transparent; }
    @media only screen and (min-width: 1200px) {
      .sec-title:before {
        border-width: 1.42188vw 1.40365vw 0 1.40365vw; } }
  .sec-title.no-tri:before {
    display: none; }

.inner-title {
  text-align: center; }
  .inner-title p {
    font-weight: 400;
    line-height: 1;
    font-size: 3.63125vw;
    letter-spacing: 0.1em;
    line-height: 6.25vw;
    color: #797979; }
  .inner-title span {
    font-weight: 700;
    line-height: 1;
    color: #00b0f0; }
    .inner-title span.blue-big {
      font-size: 4.66875vw; }
  .inner-title img.inner-photo {
    width: 68.4375vw;
    margin-top: 5.72917vw; }
  @media only screen and (min-width: 1200px) {
    .inner-title p {
      font-size: 1.27094vw;
      line-height: 2.1875vw; }
    .inner-title span.blue-big {
      font-size: 1.63406vw; }
    .inner-title img.inner-photo {
      width: 23.95312vw;
      margin-top: 2.00521vw; } }

img.form-sec-title {
  width: 100%;
  margin-bottom: 7.29167vw; }
  @media only screen and (min-width: 1200px) {
    img.form-sec-title {
      margin-bottom: 2.55208vw; } }

.btn-block {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 8.85417vw; }
  .btn-block button.form-submit {
    width: 53.125vw;
    font-weight: 700;
    line-height: 1;
    font-size: 5.20833vw;
    line-height: 11.875vw;
    letter-spacing: 0.3em;
    color: white;
    background-color: #00b0f0;
    border: none;
    border-radius: 20.83333vw;
    margin-bottom: 2.08333vw;
    -webkit-box-shadow: 0 0.83333vw 0.625vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.83333vw 0.625vw 0 rgba(0, 0, 0, 0.2); }
  @media only screen and (min-width: 1200px) {
    .btn-block {
      margin-top: 3.09896vw; }
      .btn-block button.form-submit {
        width: 18.59375vw;
        font-size: 1.82292vw;
        line-height: 4.15625vw;
        border-radius: 7.29167vw;
        margin-bottom: 0.72917vw;
        -webkit-box-shadow: 0 0.29167vw 0.21875vw 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.29167vw 0.21875vw 0 rgba(0, 0, 0, 0.2); } }

p.notes {
  font-weight: 700;
  line-height: 1;
  font-size: 2.08333vw;
  letter-spacing: 0.2em;
  color: #939393;
  line-height: 1.5 !important;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-indent: -1.35em;
  margin-left: 2.25em;
  margin-bottom: 1em; }
  @media only screen and (min-width: 1200px) {
    p.notes {
      font-size: 0.72917vw; } }

form.sec-form {
  width: 67.70833vw;
  padding-top: 9.375vw;
  padding-bottom: 7.29167vw;
  margin: 0 auto; }
  @media only screen and (min-width: 1200px) {
    form.sec-form {
      width: 23.69792vw;
      padding-top: 3.28125vw;
      padding-bottom: 2.55208vw; } }

.input-block .form-check {
  font-size: 3.85417vw;
  position: relative;
  margin: 1em 0; }
  .input-block .form-check input[type="check"],
  .input-block .form-check input[type="radio"] {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
    opacity: 0;
    position: absolute; }
  .input-block .form-check label {
    position: relative;
    padding-left: -moz-calc(1.25em + 1em);
    padding-left: calc(1.25em + 1em);
    display: block;
    margin-bottom: 1em; }
    .input-block .form-check label::before {
      content: "";
      position: absolute;
      border: 0.41667vw solid #46c6f4;
      width: 1.25em;
      height: 1.25em;
      z-index: 1;
      left: 0;
      top: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  @media only screen and (min-width: 1200px) {
    .input-block .form-check {
      font-size: 1.34896vw; }
      .input-block .form-check label::before {
        border: 0.14583vw solid #46c6f4; } }

.input-block:not(:last-child) {
  margin-bottom: 5.72917vw; }

.input-block .input-item {
  font-weight: 700;
  line-height: 1;
  font-size: 4.16667vw;
  line-height: 5.16667vw;
  letter-spacing: 0.2em;
  color: #00b0f0;
  margin-bottom: 1.04167vw; }
  .input-block .input-item span {
    font-size: 2.5vw;
    line-height: 4.16667vw;
    color: black; }

@media only screen and (min-width: 1200px) {
  .input-block:not(:last-child) {
    margin-bottom: 2.00521vw; }
  .input-block .input-item {
    font-size: 1.45833vw;
    margin-bottom: 0.36458vw;
    line-height: 2.16667vw; }
    .input-block .input-item span {
      font-size: 0.875vw;
      line-height: 1.45833vw; } }

.input-block input.form-input, .input-block select, .input-block .select {
  font-weight: 500;
  line-height: 1;
  border: 0.3125vw solid #009de0;
  line-height: 8.85417vw;
  font-size: 3.125vw;
  letter-spacing: 0.1em;
  padding: 0 2.60417vw;
  background-color: white; }

.input-block input.form-input {
  width: 100%; }

.input-block select, .input-block .select {
  width: 100%;
  color: #a4a4a4;
  cursor: pointer; }
  .input-block select.pt-r, .input-block .select.pt-r {
    padding-right: 10.41667vw; }

.input-block ul.option-block {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-weight: 500;
  line-height: 1;
  border: 0.3125vw solid #009de0;
  font-size: 3.125vw;
  line-height: 4.16667vw;
  letter-spacing: 0.1em;
  padding: 0 2.60417vw;
  -webkit-box-shadow: 0 2.5vw 6.25vw -1.04167vw rgba(0, 0, 0, 0.5);
          box-shadow: 0 2.5vw 6.25vw -1.04167vw rgba(0, 0, 0, 0.5);
  background-color: #beeeff;
  text-align: center;
  z-index: 100;
  display: none; }
  .input-block ul.option-block.active {
    display: block; }
  .input-block ul.option-block li {
    padding: 1.04167vw 0;
    cursor: pointer; }
    .input-block ul.option-block li:not(:last-child) {
      border-bottom: 1px solid #009de0; }

.input-block .select-style {
  position: relative; }
  .input-block .select-style:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 7.8125vw;
    height: 100%;
    border-left: 0.3125vw solid #009de0;
    pointer-events: none; }
  .input-block .select-style:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 2.70833vw;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5vw 1.40625vw 0 1.40625vw;
    border-color: #009de0 transparent transparent transparent;
    pointer-events: none; }

.input-block .form-check {
  color: #939393;
  font-size: 2.08333vw;
  position: relative;
  margin: 0;
  letter-spacing: .15em; }
  .input-block .form-check-input {
    position: absolute; }
  .input-block .form-check a {
    color: #939393;
    text-decoration: underline; }
  .input-block .form-check input[type="checkbox"]:checked + label:before {
    background: #9bcbeb; }
  .input-block .form-check label::before {
    border-radius: 100; }
  .input-block .form-check .valid-feedback {
    display: block;
    color: #e21b15;
    text-align: center; }
  @media only screen and (min-width: 1200px) {
    .input-block .form-check {
      font-size: 0.72917vw; } }

@media only screen and (min-width: 1200px) {
  .input-block input.form-input, .input-block select, .input-block .select {
    border: 0.10938vw solid #009de0;
    line-height: 3.09896vw;
    font-size: 1.09375vw;
    padding: 0 0.91146vw; }
  .input-block select.pt-r, .input-block .select.pt-r {
    padding-right: 3.64583vw; }
  .input-block ul.option-block {
    border: 0.10938vw solid #009de0;
    font-size: 1.09375vw;
    line-height: 1.45833vw;
    padding: 0 0.91146vw;
    -webkit-box-shadow: 0 0.875vw 2.1875vw -0.36458vw rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.875vw 2.1875vw -0.36458vw rgba(0, 0, 0, 0.5); }
    .input-block ul.option-block li {
      padding: 0.36458vw 0; }
  .input-block .select-style:before {
    width: 2.73438vw;
    border-left: 0.10938vw solid #009de0; }
  .input-block .select-style:after {
    right: 0.94792vw;
    border-width: 0.875vw 0.49219vw 0 0.49219vw; } }

.birth-block {
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  width: 100%; }
  .birth-block .select-style:not(:last-child) {
    margin-right: 3.125vw; }
  .birth-block .select-style.year {
    width: 23.125vw; }
  .birth-block .select-style.month {
    width: 19.79167vw; }
  .birth-block .select-style.date {
    width: 19.79167vw; }
  @media only screen and (min-width: 1200px) {
    .birth-block .select-style:not(:last-child) {
      margin-right: 1.09375vw; }
    .birth-block .select-style.year {
      width: 8.09375vw; }
    .birth-block .select-style.month {
      width: 6.92708vw; }
    .birth-block .select-style.date {
      width: 6.92708vw; } }

.beforeAct-bg {
  position: relative;
  width: 100%;
  height: 91.875vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../images/beforeAct-bg.jpg"); }
  .beforeAct-bg .btn {
    display: block;
    position: absolute;
    left: 45.625vw;
    bottom: 26.97917vw;
    width: 45.83333vw;
    font-weight: 700;
    line-height: 1;
    font-size: 5.20833vw;
    line-height: 10.41667vw;
    letter-spacing: 0.3em;
    color: white;
    text-align: center;
    background-color: #00b0f0;
    border: none;
    border-radius: 20.83333vw;
    margin-bottom: 2.08333vw;
    -webkit-box-shadow: 0 0.83333vw 0.625vw 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.83333vw 0.625vw 0 rgba(0, 0, 0, 0.2);
    cursor: pointer; }
  @media only screen and (min-width: 1200px) {
    .beforeAct-bg {
      height: 32.15625vw; }
      .beforeAct-bg .btn {
        left: 15.96875vw;
        bottom: 9.44271vw;
        width: 16.04167vw;
        font-size: 1.82292vw;
        line-height: 3.64583vw;
        border-radius: 7.29167vw;
        margin-bottom: 0.72917vw;
        -webkit-box-shadow: 0 0.29167vw 0.21875vw 0 rgba(0, 0, 0, 0.2);
                box-shadow: 0 0.29167vw 0.21875vw 0 rgba(0, 0, 0, 0.2); } }
