@charset "UTF-8";

/* =========================================================
  sitemap
========================================================= */
ul.level1 {
  border-bottom: 1px dotted var(--mono-color-3);
}

ul.sitemap li.level1 {
  padding: 8px 0;
  border-top: 1px dotted var(--mono-color-1);
}

ul.sitemap li.level1 a {
  padding-left: 10px;
}

ul.sitemap ul.level2 {
  margin-top: 5px;
  padding: 0 0 10px 50px;
  border-top: 1px dotted var(--mono-color-3);
}

ul.sitemap ul.level2 ul {
  padding: 0 0 10px 50px;
}

ul.sitemap li.level2 {
  padding: 8px 0;
  border-bottom: 1px dotted var(--mono-color-3);
}

ul.sitemap li.level2 a {
  margin-bottom: 3px;
  padding-left: 12px;
}

ul.level3 {
  display: flex;
  flex-wrap: wrap;
}

ul.level3 > li {
  flex-basis: 25%;
}

@media only screen and (max-width: 959px) {
  ul.level3 > li {
    flex-basis: 50%;
  }
}

@media only screen and (max-width: 559px) {
  ul.level3 > li {
    flex-basis: 100%;
  }
}

#subsiteSitemap {
  margin: 1rem 0;
}