@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
  font-family:
    'Noto Sans CJK JP',
    'Noto Sans Japanese',
    'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro',
    メイリオ,
    Meiryo,
    Osaka,
    'ＭＳ Ｐゴシック',
    'MS PGothic',
    sans-serif;
}

.topbar__col--logo {
  justify-content: flex-start;
}

.topbar-contact {
  margin-left: 20px;
}

.topbar-contact a {
  border: solid 1px #000;
  border-radius: 20px;
  padding: 10px 50px;
  white-space: nowrap;
  font-weight: bold;
}

.topbar-contact a:hover {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .topbar-contact {
    display: none;
  }
}

.topbar__inner,
.wrapper .container {
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
}


@media screen and (max-width: 1024px) {
  .topbar__inner,
  .wrapper .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sidebar {
  width: auto;
}

.sidebar__inner  {
  padding-right: 30px;
}

.main-wrapper {
  width: 100%;
}

.home-categories__link {
  background-color: #fff;
  border-width: 2px;
}

.home-categories__link .home-categories__title {
  color: #000;
}

.home-categories__link:hover {
  background-color: #000;
}

.home-categories__link:hover .home-categories__title {
  color: #fff;
}

.title-block p {
  color: #000;
}

.home-categories__title {
  margin-bottom: 0;
}

a:hover {
  color: #9b9b9b;
}

.article-list-item {
  list-style-type: disc;
  margin-left: 20px;
}

.section-tree__column {
  width: auto;
}

@media screen and (min-width: 1023px) {
  .prev-next-btn {
    align-items: flex-start;
    max-width: 330px;
  }

  .prev-next-btn:before {
    margin-top: 3px;
  }

  .article-nav__inner::before {
    display: none;
  }
}

.prev-next-btn--next:before {
  content: "\f061";
}

.prev-next-btn--prev:before {
  content: "\f060";
}

.article-nav__element a {
  white-space: pre-wrap;
}

.footer-menu {
  display: none;
}

.article__body a {
  text-decoration: underline;
}
