@charset "UTF-8";
article .sitemap {
  height: 1800px;
}
article .sitemap h1 {
  line-height: 1.5em;
  margin-left: 10px;
}
article .sitemap h2 {
  line-height: 1.5em;
  margin: 25px 0 0 50px;
  font-size: 22px;
  font-weight: bold;
  border: none;
}
article .sitemap ul {
  margin: 0 0 20px 130px;
}
article .sitemap ul li {
  line-height: 1.5;
}

@media only screen and (max-width: 1079px) {
  article .sitemap {
    height: auto;
  }
  article .sitemap h2 {
    line-height: 1.5em;
    margin: 25px 0 0 15px;
    font-size: 20px;
    font-weight: bold;
  }
  article .sitemap ul {
    margin: 5px 0 15px 50px;
  }
  article .sitemap ul li {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 599px) {
  article .sitemap {
    height: auto;
  }
}
