.v-sitemap {
  padding: 0 133px;
  color: #666666;
}
.v-sitemap > p {
  font-size: 22px;
  font-weight: bold;
}
.v-sitemap > p a {
  color: #666666;
  text-decoration: none;
}
.v-sitemap__links {
  list-style: none;
  display: flex;
  margin-bottom: 115px;
}
.v-sitemap__links > li {
  width: 35%;
}
.v-sitemap__links > li a {
  color: #666;
  text-decoration: none;
}
.v-sitemap__links > li:first-child {
  margin-left: 45px;
}
.v-sitemap__links > li > h4 {
  font-size: 22px;
  margin-top: 30px;
  padding-left: 24px;
  position: relative;
}
.v-sitemap__links > li > h4::before {
  position: absolute;
  content: "";
  background: url("/data/img/views/sitemap/pc/ico_arrow_sitemap.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 27px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.v-sitemap__links > li > ul {
  list-style: none;
  padding-left: 35px;
}
.v-sitemap__links > li > ul > li {
  font-size: 22px;
  padding-left: 15px;
  position: relative;
}
.v-sitemap__links > li > ul > li::before {
  position: absolute;
  content: "";
  background: #FF6400;
  width: 4px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.v-sitemap__footer {
  background: #EBEBEB;
  padding: 65px 0;
}
.v-sitemap__footer__footerlinks {
  display: flex;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.v-sitemap__footer__footerlinks li img {
  max-height: 95px;
  margin-top: 6px;
}
.v-sitemap__footer__footerlinks li:nth-child(1) img {
  margin-top: 0;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-sitemap {
    padding: 0 2.25rem;
  }
  .v-sitemap > p {
    font-size: 16px;
    font-weight: bold;
  }
  .v-sitemap > p a {
    color: #666666;
    text-decoration: none;
  }
  .v-sitemap__links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8rem;
  }
  .v-sitemap__links > li {
    width: 50%;
  }
  .v-sitemap__links > li a {
    color: #666;
    text-decoration: none;
  }
  .v-sitemap__links > li:first-child {
    margin-left: 0;
  }
  .v-sitemap__links > li:last-child {
    width: 100%;
  }
  .v-sitemap__links > li > h4 {
    font-size: 16px;
    margin-top: 2rem;
    padding-left: 2rem;
    position: relative;
  }
  .v-sitemap__links > li > h4::before {
    width: 1rem;
    height: 2rem;
  }
  .v-sitemap__links > li > ul {
    list-style: none;
    padding-left: 0;
  }
  .v-sitemap__links > li > ul > li {
    font-size: 12px;
    padding-left: 1rem;
    position: relative;
  }
  .v-sitemap__links > li > ul > li::before {
    position: absolute;
    content: "";
    background: #FF6400;
    width: 4px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  .v-sitemap__footer {
    background: #EBEBEB;
    padding: 65px 0;
  }
  .v-sitemap__footer__footerlinks {
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .v-sitemap__footer__footerlinks li img {
    max-height: 95px;
    margin-top: 6px;
  }
  .v-sitemap__footer__footerlinks li:nth-child(1) img {
    margin-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */