@charset 'utf-8';/* サイトマップ用スタイル */
.sitemap_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

.sitemap_list > li {
  margin-bottom: 24px;
  font-weight: bold;
}

.sitemap_list ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 8px;
  font-weight: normal;
}

.sitemap_list a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

/* .sitemap_list a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #338753;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
} */

.sitemap_list a:hover::after {
  width: 0%;
}
.before_circle::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #338753;
    vertical-align: middle;
}
  


.mini_link.sitemap_link { border-bottom: 1px solid #000; }
@media screen and (min-width: 1080px) {
  .contents_wrap { padding-top:96px; }
  .contents_wrap .contents h1 .h_word { margin-bottom:50px; }



  .mini_link.sitemap_link { border-bottom: 1px solid #FFF; }
  .sitemap_list > li > ul {
    display: flex;
    gap: 64px;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 12px;
  }

  .sitemap_list > li > ul > li {
    flex: 1;
    min-width: 220px;
    list-style: none;
  }

  .sitemap_list > li > ul > li > strong {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
  }

  .sitemap_list > li > ul > li > ul {
    padding-left: 1em;
  }

  .sitemap_list a {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.8;
  }
}

