.p-sitemap:not(:first-child) {
  padding-top: 40px;
}
.p-sitemap__body {
  padding-top: 12px;
}
.p-sitemap__body:not(:first-of-type) {
  border-top: 2px solid #ccc;
}
.p-sitemap__body + .p-sitemap__body {
  margin-top: 12px;
}
.p-sitemap__group {
  padding-left: 20px;
}
.p-sitemap__group:not(:first-child) {
  padding-top: 12px;
}
h3 + .p-sitemap__group:not(:first-child) {
  padding-top: 6px;
}
.p-sitemap__group:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px dotted #ccc;
}
.p-sitemap__group._noLine {
  padding-top: 0;
  border-bottom: 0px;
}
.p-sitemap__horizontalList {
  display: flex;
  flex-wrap: wrap;
}
.p-sitemap__horizontalList li {
  width: calc((100% - 10px) / 2);
}
.p-sitemap__horizontalList li:nth-child(2n) {
  margin-left: 10px;
}