@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@font-face {
  font-family: "jinxuanlatte";
  src: url("../fonts/jinxuanlatte-medium.otf") format("opentype");
}
@font-face {
  font-family: "jinxuanlatte";
  src: url("../fonts/jinxuanlatte-bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "monorama";
  src: url("../fonts/monorama-regular.ttf") format("truetype");
}
html {
  font-size: 20px;
}

body {
  position: relative;
  width: 100%;
  max-width: 640px;
  font-size: 4vw;
  line-height: 150%;
  margin: auto;
  color: #0000fe;
  background: #FFF;
  font-family: "jinxuanlatte", "Noto Sans TC";
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  body {
    font-size: 16px;
  }
}
body [data-lan-target=en] {
  letter-spacing: -0.1vw;
}

.monorama {
  font-family: "monorama", "Noto Sans TC";
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.fullimg {
  display: block;
  width: 100%;
}

.fullimgHeight {
  display: block;
  height: 100%;
  margin: auto;
}

form {
  width: 100%;
}
form .form-block {
  position: relative;
  width: 100%;
  margin: 3% 0;
}
form .form-block h6 {
  display: none;
  position: absolute;
  top: 50%;
  right: 5%;
  font-size: 3.25vw;
  font-weight: normal;
  line-height: normal;
  text-align: right;
  transform: translatey(-50%);
}
@media only screen and (min-width: 641px) {
  form .form-block h6 {
    font-size: 14px;
  }
}
form .form-check {
  text-align: center;
  margin-top: 5vw;
}
form .gender-block {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 5%;
  padding-left: 15%;
}
form .gender-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #FFF;
}
form .gender-block a.active {
  color: #FFF;
  background: #0000fe;
}

input {
  font-family: "jinxuanlatte", "Noto Sans TC";
  font-size: 4vw;
  padding: 2.5vw 5vw;
  width: 100%;
  background: #00ff01;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #0000fe;
  border-radius: 10vw;
  -webkit-border-radius: 10vw;
  line-height: 150%;
}
@media only screen and (min-width: 641px) {
  input {
    font-size: 16px;
  }
}
input:focus {
  outline: none;
}
input::-moz-placeholder {
  color: #0000fe;
}
input::placeholder {
  color: #0000fe;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #00ff01 inset;
  -webkit-text-fill-color: #0000fe;
}
input[readonly] {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

select {
  font-family: "jinxuanlatte", "Noto Sans TC";
  font-size: 4vw;
  padding: 2.5vw 5vw;
  width: 100%;
  background: url("../img/icon-select.svg") #00ff01 no-repeat center right 3vw;
  background-size: auto 35%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #0000fe;
  border-radius: 10vw;
  -webkit-border-radius: 10vw;
  line-height: 150%;
}
@media only screen and (min-width: 641px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  outline: none;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: block;
  cursor: pointer;
}
input[type=checkbox] + label p {
  display: inline-block;
  width: 6vw;
  height: 6vw;
  margin-right: 1.5vw;
  background-color: #00ff01;
  transform: translateY(-5%);
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
input[type=checkbox] + label span {
  display: inline-block;
}
input[type=checkbox] + label span a {
  border-bottom: 1px solid #0000fe;
}

input[type=checkbox]:checked + label p::after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon-check.svg") no-repeat center center;
  background-size: contain;
  transform: translate(20%, -10%);
}

ul {
  list-style: none;
  margin-left: 3.5vw;
}
ul li {
  position: relative;
}
ul li::before {
  position: absolute;
  content: "・";
  left: -3.5vw;
}

@media only screen and (max-width: 1024px) {
  .for-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 641px) {
  body [data-lan-target=en] {
    letter-spacing: 0;
  }
  form .form-check {
    margin-top: 24px;
  }
  form .gender-block a {
    width: 40px;
    height: 40px;
  }
  input {
    padding: 15px 24px;
  }
  select {
    padding: 15px 24px;
  }
  input[type=checkbox] + label p {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  ul {
    margin-left: 16px;
  }
  ul li::before {
    left: -16px;
  }
}/*# sourceMappingURL=style.css.map */