#pageMv::after {
  content: "SITE MAP";
}

#sitemapList {
  padding-top: 140px;
}
@media (max-width: 768px) {
  #sitemapList {
    padding-top: 50px;
  }
}
#sitemapList .ttl {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #sitemapList .ttl {
    margin-bottom: 40px;
  }
}
#sitemapList .ttl:last-child {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #sitemapList .ttl:last-child {
    margin-bottom: 0;
  }
}
#sitemapList .ttl span {
  color: #1695d4;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  border-bottom: 2px solid #00a0e4;
}
@media (max-width: 768px) {
  #sitemapList .ttl span {
    padding-bottom: 10px;
    font-size: 2rem;
  }
}
#sitemapList .ttl span a {
  display: block;
}
#sitemapList .ttl span a:hover {
  opacity: 0.7;
}
#sitemapList .ttl02 .detail {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #sitemapList .ttl02 .detail {
    flex-direction: column;
  }
}
#sitemapList .ttl02 .detail ol {
  width: 50%;
  padding-left: 50px;
  padding-top: 40px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #sitemapList .ttl02 .detail ol {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
  }
}
#sitemapList .ttl02 .detail ol li {
  margin-bottom: 30px;
}
#sitemapList .ttl02 .detail ol li:last-child {
  margin-bottom: 0;
}
#sitemapList .ttl02 .detail ol li a {
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  #sitemapList .ttl02 .detail ol li a {
    font-size: 1.4rem;
  }
}
#sitemapList .ttl02 .detail ol li a:hover {
  opacity: 0.7;
}
#sitemapList .ttl02 .detail ol li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -20px;
  margin: auto;
  top: 0;
  bottom: 0;
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #00a0e4;
}
#sitemapList .ttl02 .detail ol p {
  font-size: 2rem;
  color: #1695d4;
  margin-left: -50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #sitemapList .ttl02 .detail ol p {
    margin-left: -23px;
  }
}
#sitemapList .ttl02 .detail ol p a:hover {
  opacity: 0.7;
}