/* ==========================================================
ignis Sitemap
Created: 2021-01

01.sitemapLyt
02.
========================================================== */
/* 1.sitemapLyt
* ------------------------- */
.sitemapLyt {
  margin-top: 10.447761194%;
}
.sitemapLyt .col + .col {
  margin-top: 9.7014925373%;
}
.sitemapLyt .col .title {
  font-size: 1.4285714286em;
  line-height: 1;
  padding-bottom: 0.75em;
  margin-bottom: 7.4626865672%;
  border-bottom: #d16c15 1px solid;
}
.sitemapLyt .col .link {
  line-height: 2.1428571429;
}
.sitemapLyt .col .link a:hover {
  text-decoration: underline;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .sitemapLyt {
    margin-top: 4.6428571429em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sitemapLyt .col {
    width: 30%;
    margin-bottom: 2.5em;
  }
  .sitemapLyt .col + .col {
    margin-top: 0;
  }
  .sitemapLyt .col .title {
    padding-bottom: 0.5em;
    margin-bottom: 8.3333333333%;
  }
}

/*# sourceMappingURL=sitemap.css.map */
