@charset "UTF-8";
/*==========================================================================
Max Width
============================================================================*/
/*==========================================================================
Break Point
============================================================================*/
/*==========================================================================
Font
============================================================================*/
/*==========================================================================
Color
カラーコード変換 https://tech-unlimited.com/color.html
============================================================================*/
/*==========================================================================
box shadow
==========================================================================*/
/*==========================================================================
Line Height
==========================================================================*/
/*==========================================================================
Easing
Easingの動きが一覧でわかるチートシート https://easings.net/ja
Easingジェネレーター https://easings.co/
==========================================================================*/
.sitemap li {
  padding: initial;
}
.sitemap__heading {
  margin-bottom: 2rem;
}
.sitemap .menu__wrapper {
  margin: 0 0.5rem;
  padding: 2rem 0;
}
.sitemap .menu__wrapper:first-child {
  padding-top: 0;
}
.sitemap .menu__wrapper:not(:first-child) {
  border-top: 1px solid rgba(5, 41, 70, 0.08);
}
.sitemap .menu__segment__title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}
.sitemap .menu__segment__contents {
  gap: 0;
  color: rgba(5, 41, 70, 0.7);
}
.sitemap .menu--top .menu__segment__title {
  margin-bottom: 2rem;
}
.sitemap .menu--main, .sitemap .menu--misc {
  display: flex;
  gap: 2rem;
}
.sitemap .menu--main > *, .sitemap .menu--misc > * {
  flex: 1 1 0;
}

@media print, screen and (max-width:915px) {
  .sitemap .menu__wrapper {
    margin: 0 1rem;
  }
  .sitemap .menu--main, .sitemap .menu--misc {
    flex-direction: column;
  }
}

/*# sourceMappingURL=sitemap.css.map */
