.v-headline__img {
  background-image: url(../../../img/views/fee/pc/visual.jpg);
}
@media screen and (max-width: 750px) {
  .v-headline__img {
    background-image: url(../../../img/views/fee/sp/visual.jpg);
  }
}

.v-list {
  padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .v-list {
    padding-bottom: 4.5rem;
  }
}
.v-list .v-heading2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .v-list .v-heading2 {
    margin-bottom: 4.5rem;
  }
}
.v-list .v-heading3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 750px) {
  .v-list .v-heading3 {
    margin-bottom: 2.3rem;
  }
}
.v-list p {
  letter-spacing: 0.8px;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .v-list p {
    letter-spacing: 0.08rem;
  }
}
.v-list__flex {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .v-list__flex {
    margin-top: 8.7rem;
  }
}
.v-list .v-button {
  align-items: center;
  background-color: #9A9FE0;
  border-radius: 4px;
  display: flex;
  font-size: 18px;
  height: 80px;
  line-height: 80px;
  margin-right: 30px;
  padding-left: 28px;
  width: 370px;
}
@media screen and (max-width: 750px) {
  .v-list .v-button {
    border-radius: 0.4rem;
    font-size: 1.6rem;
    height: 8rem;
    line-height: 8rem;
    margin-bottom: 2.8rem;
    margin-right: 0;
    padding-left: 2.8rem;
    width: 100%;
  }
}
.v-list .v-button:last-child {
  margin-right: 0;
}
.v-list .v-button--pink {
  background-color: #E0A29A;
}
.v-list .v-button::before {
  background: url(../../../img/common/pc/ico_pdf.png) no-repeat center;
  content: "";
  display: inline-block;
  height: 42px;
  margin-right: 23px;
  width: 35px;
}
@media screen and (max-width: 750px) {
  .v-list .v-button::before {
    background-image: url(../../../img/common/sp/ico_pdf.png);
    background-size: contain;
    height: 4.2rem;
    margin-right: 2.3rem;
    width: 3.4rem;
  }
}
.v-list .v-button .is-big {
  align-items: center;
  display: flex;
}
.v-list .v-button .is-big::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 27px;
  margin: 0 15px;
  width: 1px;
}
@media screen and (max-width: 750px) {
  .v-list .v-button .is-big::after {
    height: 2.7rem;
    margin: 0 2rem;
  }
}
.v-list .v-button--blue {
  background-color: #9AC8E0;
}
@media screen and (max-width: 750px) {
  .v-list .v-button--blue {
    padding-left: 2.2rem;
  }
  .v-list .v-button--blue .is-big::after {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}

.v-about {
  background-color: #fff;
  padding: 85px 0 60px;
}
@media screen and (max-width: 750px) {
  .v-about {
    padding: 4.6rem 0 4.4rem;
  }
}
.v-about .v-heading2 {
  margin-bottom: 98px;
}
@media screen and (max-width: 750px) {
  .v-about .v-heading2 {
    margin-bottom: 4.8rem;
  }
}
.v-about__img {
  margin-left: 118px;
}
@media screen and (max-width: 750px) {
  .v-about__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .v-about__text {
    margin-top: 2.5rem;
  }
}
.v-about__text > p {
  letter-spacing: 1px;
  line-height: 1.9;
  margin-bottom: 22px;
}
.v-about__list {
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .v-about__list {
    margin-left: 1.5rem;
  }
}
.v-about__list > li {
  letter-spacing: 0.8px;
  line-height: 1.9;
  list-style-type: disc;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .v-about__list > li {
    letter-spacing: 0.1rem;
    margin-bottom: 2.7rem;
  }
}
/*# sourceMappingURL=index.css.map */