@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
#base {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#base path {
  fill-opacity: 0;
  /*透過0で塗りの色が見えない状態*/
  transition: fill-opacity 0.5s;
  /*0.5秒で色が付く アニメーション*/
  fill: none;
  /*塗りの色*/
  stroke: #c90505;
  /*線の色*/
}

#base.done path {
  fill: #000;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で塗りの色が見える状態*/
  stroke: none;
  /*線の色*/
}

body {
  font-family: "Noto Sans TC";
}

.nav_img_logo {
  width: 235px;
}

.navbar-brand {
  width: 200px;
}

.navbar-toggler {
  color: rgba(0, 255, 255, 0) !important;
}

.offcanvas-body {
  background-color: #333333;
}
.offcanvas-body .menu_text {
  color: #ffffff !important;
}

.nav_top_block {
  position: relative;
  height: 80px !important;
}

.ps_top {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.ps_top img {
  width: 100%;
}

.ps_md {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ps_md img {
  width: 100%;
}

.ps_bt {
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.ps_bt img {
  width: 100%;
}

.all_block {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: -1px;
}

.ps_md_A_set {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 990;
}
.ps_md_A_set img {
  width: 100%;
}

.ps_md_D {
  position: absolute;
  width: 20.25vw;
  left: 64%;
  top: 26%;
  transform: translate(-50%, -50%);
  animation: blink 3s infinite;
}

.ps_M_C {
  position: absolute;
  width: 41.0625vw;
  left: 67%;
  top: 35.5%;
  transform: translate(-50%, -50%);
  animation: blink 3s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.copyright {
  margin-bottom: 70px;
  color: #ffffff;
  background-color: #333333;
}
.copyright .footer_homelink {
  text-decoration: none;
  color: #ffffff;
}

.form-black {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  margin-top: -2px;
}
.form-black .logo_yang {
  position: absolute;
  width: 20%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 3;
}
.form-black .logo_yang img {
  width: 100%;
}

.inner_frame {
  position: relative;
}

.form_black_lv2 {
  position: absolute;
  width: 98%;
  height: 98.5%;
  border: 1px solid #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.form_font_color {
  color: #333333;
}

.form_font_size {
  font-size: 18px;
}

.submit_btn {
  background-color: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}

.btn-dark:hover {
  background-color: #333333;
  color: #f7ea03;
}

.submit_btn:focus {
  outline-style: none;
  box-shadow: none;
  color: #f7ea03;
}

.form-control:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #333333;
}

select,
.form-control {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px;
  border: 0px;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #333333;
}

.custom-select {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border: 0px;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #333333;
}

.custom-select:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border: 1px solid #333333;
  border-radius: 10px;
  color: #333333;
}

.form-select:invalid .background-position {
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
}

.form-control::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  color: #000000 !important;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent !important;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.form_bg_bt {
  position: relative;
  z-index: -1;
  margin-top: -16.875vw;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .form_bg_bt {
    margin-top: -1.125vw;
  }
}
.form_pc_bg_top {
  position: relative;
  z-index: -1;
  margin-bottom: -3.9375vw;
}

.form_m_bg_top {
  position: relative;
  z-index: -1;
  margin-bottom: -8.4375vw;
}

@keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-bdb60efu1c6 div {
  left: 47px;
  top: 24px;
  position: absolute;
  animation: ldio-bdb60efu1c6 linear 1s infinite;
  background: #0d3ba4;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 26px;
}

.ldio-bdb60efu1c6 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.1666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.0833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
  background: #ffffff;
}

.loadingio-spinner-spinner-ep6wnccq1mu {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.ldio-bdb60efu1c6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.7);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-bdb60efu1c6 div {
  box-sizing: content-box;
}

.floatboxbut {
  position: relative;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.9019607843);
}
.floatboxbut .vr {
  background-color: #ffffff;
  width: 2px;
}
.floatboxbut div[alt=map],
.floatboxbut div[alt=form],
.floatboxbut div[alt=phone],
.floatboxbut div[alt=fb] {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatboxbut div[alt=map] a,
.floatboxbut div[alt=form] a,
.floatboxbut div[alt=phone] a,
.floatboxbut div[alt=fb] a {
  text-decoration: none;
  color: #e7e7e7;
}
.floatboxbut div[alt=map] a img,
.floatboxbut div[alt=form] a img,
.floatboxbut div[alt=phone] a img,
.floatboxbut div[alt=fb] a img {
  width: 25px;
}
.floatboxbut div[alt=map] a span,
.floatboxbut div[alt=form] a span,
.floatboxbut div[alt=phone] a span,
.floatboxbut div[alt=fb] a span {
  font-size: 10px;
}

#personalinfo_info {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 50;
  background-color: rgba(61, 61, 61, 0.4666666667);
  left: 0;
  top: 0;
}
#personalinfo_info .personalinfo_block {
  position: relative;
  width: 90%;
  height: 60vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9647058824);
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 50px;
  border-radius: 1rem;
  overflow-y: scroll;
}
#personalinfo_info .personalinfo_block .cancel {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 3.9375vw;
  height: 3.9375vw;
  z-index: 99;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img {
  width: 100%;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#personalinfo_info .personalinfo_block p {
  color: #2c2c2c;
}

.personalinfo_con {
  overflow: hidden;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  #personalinfo_info .personalinfo_block {
    padding-top: 20px;
  }
  #personalinfo_info .personalinfo_block p {
    font-size: 0.6rem;
  }
  #personalinfo_info .personalinfo_block .cancel {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 10.125vw;
    height: 10.125vw;
    z-index: 99;
  }
  #personalinfo_info .personalinfo_block .cancel img {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */