@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&display=swap');

br.sp {
  display: inline;
}

br.pc {
  display: none;
}

.p-sitemap {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 40px 16px;
  overflow: hidden;
}

.p-sitemap__inner {
  margin: auto;
}

.p-sitemap__list__parent:first-of-type {
  padding-top: 0;
}

.p-sitemap__list__parent {
  padding: 30px 0;
  border-bottom: 1px solid #cecece;
}

.p-sitemap__list__parent > a {
  font-size: 32px;
  font-size: 2rem;
}

.p-sitemap__list__parent > a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: #52b7f6;
  letter-spacing: 0.08em;
}

.p-sitemap__list__parent > ul {
  padding: 0 20px;
  margin-top: 10px;
}

.p-sitemap__list__child > a {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.p-sitemap__list__child ul {
  padding: 0 20px;
}

.p-sitemap__list__child:not(:first-of-type) {
  margin-top: 20px;
}

@media (prefers-color-scheme: light) {
  :root {
    --color-base: #ffffff;
    --color-bg: #3b3f43;
    --color-main: #032f40;
    --color-sub: #011c26;
    --color-point: #5c7073;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-base: #000;
    --color-bg: #3b3f43;
    --color-main: #287496;
    --color-sub: #37a1d0;
    --color-point: #d0b737;
  }
}

@media (min-width: 1024px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}

@media only screen and (min-width: 1024px) {
  .p-sitemap {
    padding: 80px 60px 60px;
  }
  .p-sitemap__inner {
    max-width: 1320px;
  }
}
