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

.v-legend {
  font-size: 15px;
  list-style: none;
  background: #F7F7F7;
  width: 465px;
  margin-top: 60px;
  padding: 20px;
}

.v-list__main {
  text-align: center;
  margin-top: -80px;
}
.v-list__details {
  padding: 0 50px;
  margin-bottom: 150px;
}
.v-list__details__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.v-list__details__box__text {
  position: relative;
  width: 548px;
  padding-top: 50px;
}
.v-list__details__box__text > p {
  font-size: 18px;
  color: #707070;
}
.v-list__details__box__text > p.is-big {
  font-size: 19px;
  margin-top: 22px;
}
.v-list__details__box__text .v-listbutton {
  padding: 20px;
  width: 250px;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #FF6100;
}

.v-divider {
  margin-bottom: 130px;
}

:target::before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0;
}

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

  .v-legend {
    font-size: 1.5rem;
    list-style: none;
    background: #F7F7F7;
    width: auto;
    margin-top: 2rem;
    padding: 2rem;
  }

  .v-list__main {
    text-align: center;
    margin-top: 1rem;
  }
  .v-list__details {
    padding: 0;
    margin-bottom: 15rem;
  }
  .v-list__details__box {
    margin-top: 2rem;
  }
  .v-list__details__box__text {
    width: auto;
    padding-top: 5rem;
  }
  .v-list__details__box__text > p {
    font-size: 1.8rem;
  }
  .v-list__details__box__text > p.is-big {
    font-size: 1.9rem;
    margin-top: 2.2rem;
  }
  .v-list__details__box__text .v-listbutton {
    padding: 2rem;
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 1rem 0;
  }

  .v-divider {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=index.css.map */