:root {
  --font-sans-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--font-sans-jp);
}

body {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content_main_header__title,
.section_header .section_title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
}

.content_section_header__title,
.content_section_header__sub_title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.content_main_header__lede {
  font-weight: 400;
  line-height: 1.75;
}

strong,
b {
  font-weight: 600;
}

.global-nav__top-link,
.global-nav__panel-title,
.global-nav__group-title {
  font-family: var(--font-sans-jp);
  font-weight: 500;
  letter-spacing: 0;
}

.footer__navi a {
  font-family: var(--font-sans-jp);
  font-weight: 500;
  letter-spacing: 0;
}

.typography-display {
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0;
}

.breadcrumb,
.copyright {
  font-weight: 400;
  letter-spacing: 0;
}
