@charset "utf-8";

.l_hero{
    height: 360px;
    background-image: url(../img/other/sitemap_KV.png);
}

@media screen and (max-width: 1499px){
    .l_hero{
        height: 24vw;
    }
}

@media screen and (max-width: 767px){
    .l_hero{
        height: 53.33vw;
        background-image: url(../img/other/SP_sitemap_KV.png);
    }
}

.l_pageBody{
  padding: 80px 0;
  background-color: #f2f2f0;
}

.m_container__sitemap{
  max-width: 1000px;
  padding: 0 100px;
}

.sitemap_list{
  border-top: solid 1px #d8d7d7;
}

.sitemap_list a{
  display: block;
  padding: 20px 5px;
  color: #272727;
  font-size: 1.6rem;
  font-weight: bold;
}

.sitemap_list .sitemap_item{
  border-bottom: solid 1px #d8d7d7;
}

.sitemap_subList{
  padding-left: 100px;
  border-top: solid 1px #d8d7d7;
}

.sitemap_list .sitemap_subItem:not(:last-child){
  border-bottom: solid 1px #d8d7d7;
}

@media screen and (max-width: 767px){
  .l_pageBody{
    padding: 40px 0;
  }

  .m_container__sitemap{
    padding: 0 20px;
  }

  .sitemap_list a{
    padding: 15px 5px;
    font-size: 1.4rem;
  }
  
  .sitemap_subList{
    padding-left: 20px;
  }
}
