@charset "UTF-8";
/* =======================================================

サイトマップ

======================================================= */
.sitemap-top {
  margin-bottom: 80px;
}

@media (max-width: 428px) {
  .sitemap-top {
    margin-bottom: 30px;
  }
}

#sitemap-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media (max-width: 768px) {
  #sitemap-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sitemap-list {
  width: calc(100% / 3);
  padding: 0 30px;
  border-left: #DEE0E6 1px solid;
}

@media (max-width: 768px) {
  .sitemap-list {
    width: 100%;
    padding: 0;
    border-left: unset;
  }
}

.sitemap-list:first-of-type {
  border-left: unset;
}

.sitemap-list > li {
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #DEE0E6 1px solid;
}

@media (max-width: 768px) {
  .sitemap-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.sitemap-list > li:last-child {
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .sitemap-list > li:last-child {
    border-bottom: #DEE0E6 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.sitemap-list > li > a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #172A88;
  font-size: 1.8rem;
  line-height: 1.7em !important;
}

@media (max-width: 428px) {
  .sitemap-list > li > a {
    font-size: 1.6rem;
  }
}

.sitemap-list > li > a:hover {
  color: #4c8dcb;
}

.sitemap-list > li > .children {
  margin-top: 10px;
}

.sitemap-list > li > .children > li {
  margin-bottom: 12px;
  font-weight: normal;
}

.sitemap-list > li > .children > li:last-child {
  margin-bottom: 0;
}

.sitemap-list > li > .children > li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.7em !important;
  position: relative;
  padding-left: 15px;
  display: block;
}

.sitemap-list > li > .children > li a::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  top: 1px;
  left: 0;
  color: #DEE0E6;
  font-weight: bold;
}

.sitemap-list > li > .children > li a:hover {
  color: #4c8dcb;
}
