.v-sitemap {
  padding-top: 90px;
}
.v-sitemap .v-content {
  display: flex;
  justify-content: space-between;
  padding: 60px 35px 40px;
}
.v-sitemap__col li {
  margin-bottom: 18px;
}
.v-sitemap__col li p {
  color: #003278;
  font-size: 16px;
}
.v-sitemap__col li a {
  color: #003278;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}
.v-sitemap__col li a::before {
  background: url(../../../img/common/pc/ico_arrow_blue.svg) no-repeat center left;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.v-sitemap__col li a:hover {
  text-decoration: underline;
}
.v-sitemap__col li a.is-disabled {
  cursor: pointer;
  pointer-events: none;
}
.v-sitemap__col--parent {
  margin-left: 17px;
  margin-top: 18px;
}

/**
 * For SP Layout
 */
@media screen and (max-width: 750px) {
  .v-sitemap {
    padding-top: 5.4rem;
  }
  .v-sitemap .v-content {
    display: block;
    padding: 3.9rem 1rem 2.3rem;
  }
  .v-sitemap__col li {
    margin-bottom: 1.2rem;
  }
  .v-sitemap__col li p {
    font-size: 1.6rem;
  }
  .v-sitemap__col li a {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding-left: 2.9rem;
  }
  .v-sitemap__col li a::before {
    background-size: contain;
    height: 2rem;
    width: 2rem;
  }
  .v-sitemap__col--parent {
    margin-left: 3rem;
    margin-top: 0.7rem;
  }
  .v-sitemap__col--parent > li {
    margin-bottom: 0.8rem;
  }
  .v-sitemap__col--parent > li > a {
    padding-left: 3.5rem;
  }
}
/*# sourceMappingURL=index.css.map */