.p-sitemap__sectionLine {
  border-bottom: 1px dashed #a0a0a0;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-sitemap__sectionLine {
    padding-bottom: 8vw;
  }
}

.p-sitemap__Contents {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.p-sitemap__title {
  font-size: 2rem;
  color: #4653a2;
}

@media screen and (max-width: 767px) {
  .p-sitemap__title {
    font-size: 3.65059vw;
  }
}

.p-sitemap__menu {
  display: flex;
  flex-wrap: wrap;
}

.p-sitemap__menuItem {
  font-size: 1.4rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 767px) {
  .p-sitemap__menuItem {
    font-size: 3.12907vw;
    margin-bottom: 5.21512vw;
    border-bottom: 0.13vw solid #222;
  }
}

.p-sitemap__menuItem:not(:last-child) {
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .p-sitemap__menuItem:not(:last-child) {
    margin-right: 3vw;
  }
}
