.v-text {
  font-size: 15px;
  margin-bottom: 60px;
}

.v-order {
  margin-bottom: 138px;
}
.v-order__inner {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-order__inner__holder {
  position: relative;
}
.v-order__inner__holder:hover {
  opacity: 0.7;
}
.v-order__inner__holder::after {
  content: "";
  background: url("/data/img/common/pc/watermark_icon.png") no-repeat;
  background-size: auto;
  width: 129px;
  height: 128px;
  position: absolute;
  bottom: -127px;
  right: 20px;
}
.v-order__inner > li {
  width: 570px;
  margin-bottom: 100px;
}
.v-order__inner > li > a {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
.v-order__inner > li > a:hover {
  color: #004994;
}

@media screen and (max-width: 750px) {
  .v-text {
    font-size: 1.5rem;
    margin-bottom: 6rem;
  }

  .v-order {
    margin-bottom: 13.8rem;
  }
  .v-order__inner__holder {
    position: relative;
  }
  .v-order__inner__holder::after {
    content: "";
    background: url("/data/img/common/pc/watermark_icon.png") no-repeat;
    background-size: cover;
    width: 12.9rem;
    height: 12.8rem;
    position: absolute;
    bottom: -12.7rem;
    right: 2rem;
  }
  .v-order__inner > li {
    width: auto;
    margin-bottom: 100px;
  }
  .v-order__inner > li > a {
    font-size: 2.4rem;
    font-weight: bold;
  }
}
/*# sourceMappingURL=index.css.map */