#sitemap #sitemap__list-box {
  max-width: 640px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
}
#sitemap #sitemap__list-box .sitemap__list > li {
  position: relative;
  padding: 0;
  margin-bottom: 2.5rem;
}
#sitemap #sitemap__list-box .sitemap__list > li > a {
  position: relative;
  padding-left: 1.5rem;
  color: #21222b;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
}
#sitemap #sitemap__list-box .sitemap__list > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: #23CEEE;
  border-radius: 50%;
  transform: translate(0, -50%);
}
#sitemap #sitemap__list-box .sitemap__list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 5px;
  height: 5px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #fff #fff transparent transparent;
  transform: translate(-60%, -50%) rotate(45deg);
}
#sitemap #sitemap__list-box .sitemap__list > li:nth-child(2)::before {
  top: 0.5rem;
  transform: none;
}
#sitemap #sitemap__list-box .sitemap__list > li:nth-child(2) a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.5rem;
}
#sitemap #sitemap__list-box .sitemap__list > li .find-game__list-box {
  margin-bottom: 2.5rem;
  margin-left: 1rem;
}
#sitemap #sitemap__list-box .sitemap__list > li .find-game__list-box .find-game__list li {
  position: relative;
}
#sitemap #sitemap__list-box .sitemap__list > li .find-game__list-box .find-game__list li a {
  font-size: 1rem;
  margin-bottom: 0;
}

/*
@media screen and (max-width: $mobile) {
  #sitemap {
    #firstview {
      .page_title {
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        max-width: none;
      }
    }
    #sitemap__list-box {
      padding-bottom: 1rem;
      .sitemap__list > li {
        margin-bottom: 2rem;
        a {
          font-size: 1rem;
        }
        .find-game__list-box {
          margin-left: 0;
          margin-bottom: 2rem;
        }
      }
      .sitemap__list > li::before {
        width: 16px;
        height: 16px;
      }
      .sitemap__list > li:nth-child(2)::before {
        top: 0.4rem;
      }
    }
  }
}*/