@charset "utf-8";

/* //////////////// */
/* mobile design */

@media (max-width: 919px) {
  .sitemap_title {
    width: 80vw;
    padding: 10vh 10vw;
  }

  .sitemap_title h2 {
    font-size: 2rem;
  }

  .sitemap_content {
    width: 80vw;
    padding: 5vh 10vw;
    background-color: #fbfbfd;
  }

  .sitemap_content .container {
    padding: 3vh 5vw;
  }

  .sitemap_content .container a {
    display: block;
    padding-bottom: 1vh;
  }
}

/* //////////////// */
/* pc design */

@media (min-width: 920px) {
  .sitemap_title {
    width: 80vw;
    padding: 15vh 15vw;
  }

  .sitemap_title h2 {
    font-size: 2rem;
  }

  .sitemap_content {
    width: 80vw;
    padding: 5vh 10vw;
    background-color: #fbfbfd;
  }

  .sitemap_content .container {
    padding: 3vh 5vw;
  }

  .sitemap_content .container a {
    display: block;
    padding-bottom: 1vh;
  }
}
