@charset "Shift_JIS";

.sitemap {
  width: 80%;
  margin: 0 auto;
  color: #6dc9c8;
}

.sitemap__title {
  text-align: center;
  padding-top: 10%;
  font-size: calc(100vw * 20px / 1940);
  text-decoration: underline;
}

.sitemap__dd {
  margin-top: 10%;
  width: 100%;
}

.sitemap__dl {
  width: 100%;
  border-bottom: .1vw solid #000;
  margin-top: 5%;
  padding-bottom: 2%;
  font-size: 30px;
  transition: .3s;
  font-weight: bold;
}

.sitemap__dt {
  width: 100%;
  text-decoration: underline;
  margin-top: 5%;
  padding-left: 5%;
  font-size: 20px;
  transition: .3s;
}

.sitemap__dl:first-child {
  margin-top: 0;
}

.sitemap__dl:hover,.sitemap__dt:hover {
  opacity: .5;
}

@media screen and (max-width:766px) {
  .sitemap {
    padding-top: 15vw;
  }
}

@media screen and (max-width: 600px){
  .sitemap__dl {
    font-size: 15px;
  }

  .sitemap__dt {
    font-size: 12px;
  }
}