/* CSS Document */

/* =============================================

sitemap

=============================================*/

.sitemap + .footer {
  margin-top: 0;
}

.sitemap {
  position: relative;
  z-index: 0;
}

.category-index .category-index--inner {
  padding: 80px 0 1px;
}

.category-index .category-index--inner .title {
  margin: 0 0 45px 0;
}

.sitemap .category-index .category-index--inner .title .en {
  max-width: 340px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
}

.sitemap .category-index .category-index--inner .title .en span {
  color: #007ce2;
}

.category-index .category-index--inner .title .lead {
  font-size: 1.7em;
  font-weight: 600;
}

.index-section .indexlist li .txt.thin {
  letter-spacing: -1px;
  padding: 0 20px 0 5px;
}

@media screen and (max-width: 767px) {
  .sitemap:before {
    top: 580px;
    width: 160px;
  }
  .index-anchor li:last-child {
    width: 62%;
  }
  .category-index:after {
    display: none;
  }
  .index-section .indexlist li .txt.thin {
    padding: 0 12px 0 5px;
  }
}

.category-index:after {
  border-top: none;
}

.sitemap + .footer:before {
  border-top: none;
}

a.flow-tl-area {
  background-color: #007ce2;
  padding: 8px;
  display: block;
  text-decoration: none;
}

a.flow-tl-area h3 {
  position: relative;
  font-size: 1.5em;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  font-weight: bold;
}

a.flow-tl-area h3::after {
  content: "";
  background-image: url(/assets/images/sitemap/link-arrow-w.svg);
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-left: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.min-box {
  margin-top: 15px;
}

.min-box span {
  color: #007ce2;
}

.min-box h4 {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.sitemap-under-information {
  display: flex;
  margin: 10px 0 30px 0;
  padding-left: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 32px;
}

.sitemap-under-information li {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.sitemap-under-information li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
}

.sitemap-under-information li a::after {
  content: "";
  background-image: url(/assets/images/sitemap/link-arrow-b.svg);
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-left: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sitemap-under-information li a.is-external::after {
  background-image: url(/assets/images/top/external_icon.svg);
  margin-left: 10px;
  width: 10px;
  height: 10px;
}

.mgb30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .category-index .category-index--inner {
    padding: 40px 4%;
  }
  .sitemap .category-index .category-index--inner .title {
    margin: 0 0 35px 0;
  }
  .sitemap .category-index .category-index--inner .title .en {
    font-size: 36px;
  }
  .link-btn-area {
    margin: 35px 0;
  }
  .sitemap-under-information {
    flex-direction: column;
  }
  .sitemap-under-information li a::after {
    display: none;
  }
  .sitemap-under-information {
    row-gap: 10px;
  }
  .sitemap-under-information li a::after {
    content: "";
    background-image: url(/assets/images/sitemap/link-arrow-b.svg);
    width: 10px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
