@charset "utf-8";
@media print, screen and (min-width:781px) {
}
@media screen and (max-width: 780px) {
}



/* ------- SITEMAP ---------------------------------------------- */
.sitemap-list{
  position: relative;
}
.sitemap-list > li{
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.sitemap-list > li:nth-child(n + 2){
  margin-top: 25px;
}
.sitemap-list > li:before{
  background-color: #707070;
  content: "";
  display: block;
  margin-right: 20px;
  height: 1px;
  width: 15px;
}
.sitemap-list > li > a{
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:781px) {
  .sitemap-list{
    margin-top: 35px;
  }
  .sitemap-list > li{
    font-size: 1.8rem;
  }
  @media (hover: hover) and (pointer: fine){
    .sitemap-list > li > a:hover{
      text-decoration: underline;
    }
  }
}
@media screen and (max-width: 780px) {
}