@charset "UTF-8";
/* =======================================================

サイトマップ

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

#sitemap-box {
  display: flex;
  justify-content: space-around;
  align-items: top;
}
@media (max-width: 768px) {
  #sitemap-box {
    flex-direction: column;
  }
}

.sitemap-list {
  width: 33.3333333333%;
  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 {
  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 {
  transition: all 0.3s;
  line-height: 1.7em !important;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.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;
}
.sitemap-list > li > .children > li a i {
  font-size: 80%;
  margin-top: 1%;
  margin-left: 5px;
}/*# sourceMappingURL=sitemap.css.map */