/* ------------------------------------*\
  Color management
\*------------------------------------ */
.sitemap-section {
  padding-bottom: 64px;
}
.sitemap-section > .crd__heading-text {
  margin-bottom: 40px;
}

.sitemap-inner {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 960px) {
  .sitemap-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 80px;
  }
}

.sitemap-box {
  margin-bottom: 64px;
}
.sitemap-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .sitemap-box {
    position: relative;
  }
  .sitemap-box:not(:first-child)::before {
    content: "";
    width:100%;
    height: 1px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #ddd;
  }
}

.sitemap-box-head {
  padding-left: 24px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sitemap-box-head + .sitemap-box-head {
  border-top: none;
}
@media screen and (min-width: 960px) {
  .sitemap-box-head {
    border: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.sitemap-list {
  padding-left: 24px;
}
@media screen and (min-width: 960px) {
  .sitemap-list {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 960px) {
  .sitemap-list__item {
    width: calc(100% / 2 - 30px);
    margin-bottom: 20px;
  }
  .sitemap-list__item:nth-child(2n) {
    margin-left: 30px;
  }
  .sitemap-list__item.-col1 {
    width: 100%;
  }
  .sitemap-list__item.-col1:nth-child(2n) {
    margin-left: 0;
  }
}

.heading__h3 .sitemap-box-head__h3link {
  display: block;
  padding: 19px 48px 19px 0;
  position: relative;
  color: #333;
  text-decoration: none;
}
.heading__h3 .sitemap-box-head__h3link:hover {
  text-decoration: underline;
}
.heading__h3 .sitemap-box-head__h3link::after {
  content: "";
  background: url("/-/media/tfc/ts3web/file/common/img/card/icon-arrow-gray-01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .heading__h3 .sitemap-box-head__h3link {
    display: inline-block;
    margin-top: 20px;
    padding: 0;
  }
  .heading__h3 .sitemap-box-head__h3link::after {
    content: none;
  }
}

.text .sitemap-box-head__link {
  display: block;
  padding: 19px 48px 19px 0;
  position: relative;
  color: #333;
  text-decoration: none;
}
.text .sitemap-box-head__link:hover {
  text-decoration: underline;
}
.text .sitemap-box-head__link::after {
  content: "";
  background: url("/-/media/tfc/ts3web/file/common/img/card/icon-arrow-gray-01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .text .sitemap-box-head__link {
    display: inline-block;
    padding: 0;
  }
  .text .sitemap-box-head__link::after {
    content: none;
  }
}

.sitemap-list__link {
  display: block;
  padding: 19px 48px 19px 0;
  position: relative;
  color: #333;
  text-decoration: none;
}
.sitemap-list__link:hover {
  text-decoration: underline;
}
.sitemap-list__link::after {
  content: "";
  background: url("/-/media/tfc/ts3web/file/common/img/card/icon-arrow-gray-01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .sitemap-list__link {
    display: inline-block;
    padding: 0;
  }
  .sitemap-list__link::after {
    content: none;
  }
}

.sitemap-list__sub-link {
  display: block;
  padding: 19px 48px 19px 0;
  position: relative;
  color: #333;
  text-decoration: none;
}
.sitemap-list__sub-link:hover {
  text-decoration: underline;
}
.sitemap-list__sub-link::after {
  content: "";
  background: url("/-/media/tfc/ts3web/file/common/img/card/icon-arrow-gray-01.png") no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: rotateY(180deg) translateY(-50%);
}
@media screen and (min-width: 960px) {
  .sitemap-list__sub-link {
    display: inline-block;
    padding: 0;
  }
  .sitemap-list__sub-link::after {
    content: none;
  }
}

.sitemap-box-head__link-text {
  position: relative;
}
.sitemap-box-head__link-text::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  background-image: url("/-/media/tfc/ts3web/file/common/img/components/link-external-black.png");
  background-size: contain;
  width: 14px;
  height: 12px;
}

.link__external::after {
  content: "";
  top: 76%;
  right: -15px;
}

.sitemap-list__sub-list {
  padding-left: 16px;
}
@media screen and (min-width: 960px) {
  .sitemap-list__sub-list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 960px) {
  .sitemap-list__sub-item {
    margin-bottom: 20px;
  }
}

.sitemap-list__link--borderTop,
.sitemap-list__sub-link--borderTop {
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 960px) {
  .sitemap-list__link--borderTop,
.sitemap-list__sub-link--borderTop {
    border-top: none;
  }
}

.sitemap-list__link--borderBottom,
.sitemap-list__sub-link--borderBottom {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 960px) {
  .sitemap-list__link--borderBottom,
.sitemap-list__sub-link--borderBottom {
    border-bottom: none;
  }
}

.sitemap-list .sitemap-list__item:last-child a.sitemap-list__link--borderBottom {
  border-bottom: none;
}

@media screen and (min-width: 960px) {
    .sitemap-lead-inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 20px 0;
        text-align:right;
    }
}
@media screen and (max-width: 959px) {
    .sitemap-lead-inner {
        width: 100%;
        padding: 0 20px 20px;
        text-align:right;
    }
}