@charset "UTF-8";

/* title */
.page_sitemap .sitemap_title01 {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 4px;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: 20px;
}
.page_sitemap .sitemap_title01 > a {
  color: inherit;
  font-weight: inherit;
}
.page_sitemap .sitemap_title01 > a:hover {
  color: #f00;
}
.page_sitemap .sitemap_title01:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  max-width: 150px;
  width: 45%;
  height: 2px;
  background: #e00000;
  content: "";
}
.page_sitemap .sitemap_title02 {
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5em;
}
.page_sitemap .sitemap_title02 > a {
  color: inherit;
  font-weight: inherit;
}
.page_sitemap .sitemap_title02 > a:hover {
  color: #f00;
}
.page_sitemap .sitemap_title03 {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
}
.page_sitemap .sitemap_title03 > a {
  padding-left: 8px;
  background: url("/img/elements/icon_arrow_red01.gif") no-repeat left 10px;
  color: inherit;
  font-weight: inherit;
}
.page_sitemap .sitemap_title03 > a:hover {
  color: #f00;
}

/* box */
.page_sitemap .sections + .sections {
  margin-top: 70px;
}
.page_sitemap .link_group + .link_group {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

/* list */
.page_sitemap .icon_blank.blue::after {
  display: inline-block;
  margin-left: 8px;
  width: 13px;
  height: 12px;
  background: url("/img/elements/common/dl_soft_gloss_02.png") no-repeat right center;
  content: "";
}
.page_sitemap .icon_blank.black::after {
  display: inline-block;
  margin-left: 8px;
  width: 13px;
  height: 12px;
  background: url("/img/elements/blank_icon.png") no-repeat right center;
  content: "";
}
.page_sitemap .link_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
}
.page_sitemap .link_list:first-child {
  margin-top: 20px;
}
.page_sitemap .link_list > li {
  margin-right: 15px;
}
.page_sitemap .link_list > li a {
  padding-left: 8px;
  background: url("/img/elements/icon_arrow_red01.gif") no-repeat left 9px;
}
.page_sitemap .list_desc {
  display: flex;
  flex-wrap: wrap;
}
.page_sitemap .list_desc .desc {
  margin-right: 20px;
  padding-top: 20px;
  width: calc((100% - 40px) / 3);
}
.page_sitemap .list_desc .desc:nth-child(3n) {
  margin-right: 0;
}
.page_sitemap .list_desc .desc dt {
  font-size: 14px;
}
.page_sitemap .list_desc .desc dt > a {
  background: url("/img/elements/icon_arrow_red01.gif") no-repeat left 8px;
  font-weight: inherit;
  padding-left: 8px;
}
.page_sitemap .list_desc .desc dd {
  padding-left: 8px;
  font-size: 12px;
}