﻿.sitemap-page {
  padding: 60px 0 140px;
}
.sitemap-hdgLv1 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  color: #095540;
}
.sitemap-layout {
  margin: 65px auto 0;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.sitemap-layout__item:first-child {
  width: 100%;
}
.sitemap-layout__item:nth-child(n + 2) {
  width: calc((100% - 50px) / 2);
}
.sitemap-hdg-link {
  padding-left: 12px;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.2;
  color: #095540;
  position: relative;
}
.sitemap-hdg-link::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 5px;
  height: 20px;
  border-radius: 1px;
  background-color: #095540;
}
.sitemap-lists,
.sitemap-list + .sitemap-list {
  margin-top: 20px;
}
.sitemap-list-link {
  padding-left: 22px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  position: relative;
}
.sitemap-list-link::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><circle cx="8.5" cy="8.5" r="8.5" fill="%23095540"/><path d="M0,4.387,2.742,2.194,0,0" transform="translate(7.403 6.306)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4"/></svg>') no-repeat center / contain;
}
@media screen and (max-width:740px) {
  .sitemap-page {
    padding: 38px 0 60px;
  }
  .sitemap-page .l-free-inner {
    padding: 0 10px;
  }
  .sitemap-hdgLv1 {
    font-size: clamp(1.8rem, calc(20 / 375 * 100vw), 2.2rem);
  }
  .sitemap-layout {
    margin-top: 32px;
    width: 90%;
    max-width: 600px;
    display: block;
  }
  .sitemap-layout__item + .sitemap-layout__item {
    margin-top: 40px;
  }
  .sitemap-layout__item:nth-child(n + 2) {
    width: 100%;
  }
  .sitemap-hdg-link {
    font-size: clamp(1.6rem, calc(18 / 375 * 100vw), 2rem);
  }
  .sitemap-lists,
  .sitemap-list + .sitemap-list {
    margin-top: 18px;
  }
  .sitemap-list-link {
    font-size: clamp(1.2rem, calc(14 / 375 * 100vw), 1.6rem);
  }
}