@charset "UTF-8";
/*サイトマップ*/
h2 {
  background: #fff2f2;
  padding: 8px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: none;
}
h2:first-letter {
  font-size: 2rem;
}
h2:after {
  border-bottom: none;
}

#sitemap-list {
  font-size: 1.6rem;
}

.page-item {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-weight: bold;
}

.parent-li {
  color: #8e2940;
  margin-bottom: 10px;
}

.parent-li::before {
  content: "・";
  width: 1em;
  height: 1em;
}

.child-li {
  color: #333;
  margin-bottom: 10px;
  font-weight: normal;
}

#sitemap-list a:hover {
  text-decoration: underline;
}

.child-li {
  text-indent: 1em;
}

.grandchild-li {
  text-indent: 2em;
}

.sitemap-box:not(:last-child) {
  border-right: 1px solid #ccc;
}

@media (max-width: 767px) {
  .sitemap-box:not(:last-child) {
    border-right: none;
  }

  #sitemap-list {
    font-size: 1.4rem;
  }

  .parent-li {
    margin: 15px 0;
  }

  .child-li,
  .grandchild-li {
    margin: 10px 0;
  }
}
@media (max-width: 575px) {
  .sitemap-box:not(:last-child) {
    margin-bottom: 60px;
  }
}
