html,
body,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif !important;
}

button,
input,
select,
textarea {
  font: inherit;
}

.p-header__lang-select {
  height: 30px;
  min-width: 90px;
  border: 1px solid #d7d7e0;
  border-radius: 4px;
  background: #fff;
  padding: 0 14px 0 10px;
  font-weight: 600;
  color: #1f1f28;
  cursor: pointer;
  font-size: 13px;
}

.faq-hero__title {
  font-weight: 700;
}

@media (max-width: 768px) {
  .faq-hero__title {
    font-size: 22px;
    font-weight: 700;
  }

  nav.p-header__nav {
    font-size: 13px;
  }

  .p-header__lang-select {
    height: 32px;
    min-width: 90px;
    border: 1px solid #d7d7e0;
    border-radius: 4px;
    background: #fff;
    padding: 0 14px 0 10px;
    font-weight: 600;
    color: #1f1f28;
    cursor: pointer;
    font-size: 12px;
  }
}
