@charset "UTF-8";

#sitemap .page-title {
  margin: 40px 0;
}
#sitemap .content-area {
  background: linear-gradient(to bottom, #EDF7F3 0%, #fff 200px, #fff 100%);
  border-radius: 68px 68px 0 0;
  padding-top: 60px;
}
#sitemap .bg {
  background-image: url(../img/common/bg.png);
  background-size: 100% auto;
  background-position: center 600px;
  padding-bottom: 140px;
}
#sitemap .flex-content {
  display: flex;
  justify-content: space-between;
  gap: 0 8%;
}
#sitemap .page-list {
  width: 46%;
}
#sitemap .page-list li a {
  border-bottom: solid 1px #D9D9D9;
  display: block;
  padding: 20px 50px 20px 0;
  position: relative;
}
#sitemap .page-list li:first-child a {
  border-bottom: solid 3px #101010;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 0 50px 20px 0;
}
#sitemap .list-item li a::before,
#sitemap .list-item li a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-left: solid 1px #333;
  border-bottom: solid 1px #333;
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 4px);
}
#sitemap .list-item li a::before {
  right: 20px;
}
#sitemap .list-item li a::after {
  right: 35px;
}
#sitemap .store-list {
  width: 46%;
  max-width: 380px;
  margin: 0 auto;
}
#sitemap .store-list li a {
  border-bottom: solid 3px #101010;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 50px 20px 0;
  position: relative;
}
#sitemap .store-list li:first-child a {
  padding: 0 50px 20px 0;
}

@media screen and (max-width: 768px) {
  #sitemap .content-area {
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
  }
  #sitemap .bg {
    background-image: url(../img/common/bg-sp.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-bottom: 0;
  }
  #sitemap .bg {
    padding-bottom: 20px;
  }
  #sitemap .flex-content {
    flex-direction: column;
    gap: 50px 0;
  }
  #sitemap .page-list {
    width: 100%;
  }
  #sitemap .store-list {
    width: 100%;
    max-width: 100%;
  }
  #sitemap .page-list li:first-child a {
    border-bottom: solid 2px #101010;
    font-size: 16px;
  }
  #sitemap .store-list li a {
    border-bottom: solid 2px #101010;
    font-size: 16px;
  }
}