
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/NotoSansJP-Bold.woff2") format("woff2");
}
*{
  font-family: "Noto Sans JP"!important;
}



.sty-frame-content--lang-ch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sty-frame-content--lang-ch::before,.sty-frame-content--lang-ch::after {
  content: none;
}
.sty-gnav-lang {
margin-left: 10px;
}
.sty-gnav-lang.sty-gnav-lang--other {
  padding: 20px;
}
.sty-gnav-lang_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
.sty-gnav-lang--simple .sty-gnav-lang_btn {
  justify-content: flex-end;
}
.sty-gnav-lang_btn li {
  border-left: 2px #535252 solid;
  text-decoration: none;
  list-style-type: none;
  padding: 0 5px;
  line-height: 1;
}

.sty-gnav-lang_btn li:first-child {
  border: none;
  padding-right: 5px;
}

.sty-gnav-lang_btn li a {
  color: #535252;
  font-weight: bold;
  text-decoration: none;
}
.sty-gnav-lang_btn li a:hover {
  text-decoration: underline;
}

.js-n-en,.js-n-ja {
  color: #eb7000!important;
}

@media screen and (max-width: 768px) {
  .sty-gnav-lang {
    margin: auto;
    border-top: 1px solid #eeeeee;
    padding: 20px;
  }

  .sty-frame-content--lang-ch .sty-gnav-lang {
    margin: 0;
    padding: 0;
    border: none;
  }
}


.sty-header-accessary--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sty-header-accessary--cw .sty-gnav-lang_btn li {
  border-left: 2px #fff solid;
}
.sty-header-accessary--cw .sty-gnav-lang_btn li a {
  color: #fff;
}
.sty-header-accessary--cw .sty-gnav-lang_btn li:first-child {
  border: none;
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .sty-langset-r01 {
    right: 173px !important;
  }
  .sty-langset-r02 {
    right: 120px !important;
  }
  .sty-langset-r03 {
    right: 68px !important;
  }
}

/*modal　style*/
#disclaimerModal>div {
  max-height: 700px;
  height: 90vh;
}

#disclaimerModal>div>div:first-child {
  height: calc(100% - 150px);
  overflow-y: auto;
}

#disclaimerModal>div>div:last-child {
  height: 150px;
}

@media screen and (max-width: 768px) {
  #disclaimerModal>div {
    max-height: calc(100% - 40px);
    height: 90vh;
  }

  #disclaimerModal>div>div:first-child {
    height: calc(100% - 145px);
    overflow-y: auto;
  }

  #disclaimerModal>div>div:last-child {
    height: 145px;
  }
}

.sty-lang-corporate--pc {
  display: flex;
  align-items: center;
}