@charset "UTF-8";
.sitemap-section:not(:first-of-type) {
  margin-top: 40px;
}

.sitemap-h-category {
  padding-left: 0;
  text-indent: 0;
  padding-bottom: 23px;
  margin-bottom: 5px;
  border-bottom: 2px solid #bfbfbf;
  font-weight: 500 !important;
  font-size: 159%;
}

.sitemap-h-category.no-line {
  border-bottom: none;
}

.sitemap-h-category a, .sitemap-h-category span {
  display: block;
  background: url(/etc/images/icons/icon_arrow_gray_pc.png) no-repeat 0 0.5em;
  background-size: 8px auto;
  padding-left: 25px;
}
.sitemap-h-category a:hover {
  background: url(/etc/images/icons/icon_arrow_gray_pc_red.png) no-repeat 0 0.5em;
  background-size: 8px auto;
}

ul.sitemap-list-category {
  display: grid;
}

ul.sitemap-list-category li {
  padding-left: 18px;
  margin: 0;
  border-bottom: 1px solid #eee;
  background-position: 0 calc(18px + 0.4em);
}
ul.sitemap-list-category li:last-child {
  border-bottom: none;
}

ul.sitemap-list-category li a {
  display: block;
  padding-block: 18px 17px;
  text-decoration: none;
  font-size: 93%;
}

ul.sitemap-list-category li a.link-blank {
  background: none;
}

ul.sitemap-list-category li a.link-blank span {
  background: url("/etc/images/icons/icon_external_link.png") no-repeat 100% 50%;
  padding-right: 20px;
  text-decoration: none;
}

ul.sitemap-list-category li a.link-blank:hover span {
  background: url("/etc/images/icons/icon_external_link_red.png") no-repeat 100% 50%;
}

.only-pc {
  display: none;
}

.sitemap-hgroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10.5px;
}

.sitemap-hgroup ul.sns-list {
  margin-inline-end: -22px;
}

.sitemap-section:not(:first-of-type) {
  margin-top: 51.5px;
}

.container.sitemap-container {
  padding-bottom: 30px;
}
