@charset "UTF-8";
.Sitemap {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 115px;
}
@media screen and (max-width: 750px) {
    .Sitemap {
       width: 81.33333333vw;
      margin: 0 auto;
  }
}
.Webpage_title {
     padding: 50px 0 20px 0;
     font-size: 22px;
}
@media screen and (max-width: 750px) {
  .Webpage_title {
    padding: 30px 0 20px 0;
    font-size: 22px;
  }
}
.SitemapWebPageList {
    padding-left: 5px ;
}
.WebPageList:before {
    content:  "";
    width:  10px;
    height:  10px; 
    display:  inline-block;
    border-radius:  50%;
    background-color: #000; 
    top: -1px;
    position:  relative; 
    margin-right: 8px;
    margin-top: 10px;
}
.SitemapArticleCategory {
  position: relative;
  display: inline-block;
  padding: 0 0 10px 20px ;
}
.SitemapArticleCategory:before {
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  width: 10px;
  height: 10px;
  content: '';
  border-radius: 50%;
  background: #000;
}
.SitemapArticleList {
    margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .SitemapArticleList {
    font-size: 12px;
  }
}
.Sitemap_link_item {
   margin: 0 0 5px 5px;
   line-height: 2.2;
}
@media screen and (max-width: 750px) {
  .Sitemap_link_item {
    margin: 0 0 5px 5px;
    line-height: 1.846;
  }
}
.mb-50 {
   margin-bottom: 50px;
}