.sitemaps .c-title {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .sitemaps .c-title {
    font-size: 21px;
  }
}

.sitemaps .c-title .txtBig {
  font-size: 75px;
}

@media screen and (max-width: 767px) {
  .sitemaps .c-title .txtBig {
    font-size: 40px;
  }
}

.sitemaps .list {
  max-width: 500px;
  margin: 0 auto;
  padding: 90px 0 70px;
}

@media screen and (max-width: 767px) {
  .sitemaps .list {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .sitemaps .list {
    max-width: 260px;
  }
}

.sitemaps .item,
.sitemaps .item-child {
  position: relative;
}

.sitemaps .item ::after,
.sitemaps .item-child::after {
  content: "";
  width: 18px;
  height: 26px;
  position: absolute;
  top: 0.8em;
  right: 10px;
  transform: translateY(-50%);
  background: center / contain no-repeat url(../../img/sitemaps/arrow_right.svg);
}

@media screen and (max-width: 767px) {
  .sitemaps .item ::after,
  .sitemaps .item-child::after {
    width: 12px;
    height: 17px;
    right: 0;
  }
}

.sitemaps .item {
  margin-bottom: 42px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  .sitemaps .item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .sitemaps .item {
    font-size: 15px;
  }
}

.sitemaps .item a {
  color: #1a1a1a;
}

.sitemaps .list-child {
  margin-top: 20px;
  margin-left: 24%;
}

@media screen and (max-width: 767px) {
  .sitemaps .list-child {
    margin-top: 15px;
    margin-left: 11%;
  }
}

.sitemaps .item-child {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 400;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E",
    "ＭＳ Ｐ明朝", serif;
}

@media screen and (max-width: 767px) {
  .sitemaps .item-child {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

.sitemaps .item-child a {
  color: #6e636d;
}

.sitemaps .item a:hover,
.sitemaps .item-child a:hover {
  border-bottom: 1px solid #1a1a1a;
}
