@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
html:lang(ja) * {
  font-family: "Noto Sans JP", sans-serif !important;
}

html:lang(ja) i[class^=fa] {
  font-family: "FontAwesome" !important;
}

@media (min-width: 768px) {
  .title {
    font-size: 42px;
  }
}

h2 {
  font-size: 26px;
}

header .logo h1, header .logo strong {
  font-size: 23px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo h1, header .logo strong {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  header .logo h1, header .logo strong {
    font-size: 21px;
  }
}/*# sourceMappingURL=ja.css.map */