.secSitemap .sitemapList {
  list-style: none;
}
.secSitemap .sitemapList li::before {
  content: "-";
}
.secSitemap .sitemapList li a {
  color: #2a4dfe;
}
.secSitemap .sitemapList li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .secSitemap .sitemapList {
    padding: 0 0 0 16px;
  }
  .secSitemap .sitemapList li {
    font-size: clamp(14px, 3.85vw, 15px);
    padding: 4px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secSitemap .sitemapList {
    padding: 0 0 0 60px;
  }
  .secSitemap .sitemapList li {
    font-size: clamp(14px, 1.25vw, 15px);
    padding: 4px 0;
  }
}/*# sourceMappingURL=style.css.map */