@charset "utf-8";

.sitemap {
  width: 100%;
  margin: auto;

  @media screen and (min-width: 768px) {
    font-size: 150%;
  }
}

.sitemap div {
  box-sizing: border-box;
}

.sitemap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

h4 {
  margin-bottom: 10px;
}

.mainVisual {
  width: 100%;
}

.sec-wrapper {
  margin: 0 auto 25px;
  box-sizing: border-box;
}

.sec-wrapper h3 {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .sec-wrapper {
    margin: 0 auto 80px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .mainVisual {
    width: 100%;
    margin: 0 auto;
  }

  .sec-wrapper {
    font-size: 1.125rem;
  }

  .description {
    font-size: 1.5rem;
  }

}

.ttl-cmn-02::before {
  content: "\f111";
}

.sitemap li:before,
.sitemap p:before {
  font-family: "Font Awesome 5 Pro";
  speak: none;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
}

.sitemap {
  text-align: left;
  margin: 10px 0 0;
  padding: 0 5px 5px 0;
}

.sitemap ul {
  margin: 0 0 10px 20px;
}

.sitemap li {
  float: left;
  width: 15em;
  font-size: 112%;
  margin: 0 0em 2em 0;
  padding: 0 0 0 0em;
  line-height: 1.2;
}

.sitemap li.l1 {
  width: 22em;
}

.sitemap li.l2 {
  width: 34em;
}

.sitemap li:before {
  content: "\f0da";
  color: #FF9326;
  padding: 0 7px 0 0;
}

.sitemap li a {
  font-weight: bold;
  color: #330000;
  text-decoration: underline;
}

.sitemap p {
  margin: 0 0 1.5em;
  padding: 7px 10px;
  background: #66A366;
  font-size: 140%;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.sitemap p a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.1em;
}

.sitemap p:before {
  content: "\e9d3";
  color: #ffffff;
  padding: 0 7px 0 0;
}
