/*==================================
  MEDIA_QUERY
==================================*/
/*==================================
  VW_AUTO
==================================*/
.sitemap_list {
  padding: 0 13px;
  margin: 0 auto;
  padding-top: 2.66667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sitemap_list a {
  font-weight: bold;
  margin-bottom: 8vw;
  font-size: 13px;
  font-size: 3.46667vw;
  width: 100%;
}

.sitemap_list a::before {
  content: "";
  background: url(/images/icn_car-arrow.svg) no-repeat;
  width: 2.4vw;
  height: 3.6vw;
  margin-right: 10px;
  display: inline-block;
  background-size: contain;
}

@media (min-width: 769px) {
  .sitemap_list {
    padding: 0;
    max-width: 1020px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .sitemap_list a {
    margin-bottom: 60px;
    font-size: 20px;
    width: 50%;
  }
}

@media (min-width: 769px) {
  .sitemap_list a::before {
    width: 11px;
    height: 16px;
    margin-right: 15px;
  }
}

/*# sourceMappingURL=maps/sitemap.css.map */
