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

.v-wrapper {
  padding: 50px 0 77px;
}
@media screen and (max-width: 750px) {
  .v-wrapper {
    padding: 5.4rem 0 5.5rem;
  }
  .v-wrapper__text {
    margin-top: 3.5rem;
  }
}
.v-wrapper__right {
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  .v-wrapper__right {
    height: auto;
  }
}
.v-wrapper__list > li {
  letter-spacing: 1px;
  line-height: 1.9;
  padding-left: 28px;
  text-indent: -28px;
}
@media screen and (max-width: 750px) {
  .v-wrapper__list > li {
    padding-left: 1.5rem;
    text-indent: -2rem;
  }
}
.v-wrapper__list > li:last-child {
  margin-bottom: 0;
}
.v-wrapper__list > li::before {
  content: "※";
  margin-right: 12px;
}
@media screen and (max-width: 750px) {
  .v-wrapper__list > li::before {
    margin-right: 0.6rem;
  }
}
.v-wrapper__list.is-first {
  margin-left: 22px;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .v-wrapper__list.is-first {
    margin: 2.1rem 1.5rem 1.9rem;
  }
}
.v-wrapper__list.is-first > li {
  font-weight: bold;
  list-style: disc;
  padding-left: 8px;
  text-indent: 0;
}
@media screen and (max-width: 750px) {
  .v-wrapper__list.is-first > li {
    padding-left: 0;
  }
}
.v-wrapper__list.is-first > li::before {
  display: none;
}

.v-flow {
  background-color: #fff;
  padding-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .v-flow {
    padding-bottom: 4.7rem;
  }
}
.v-flow .v-heading2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .v-flow .v-heading2 {
    margin-bottom: 4.6rem;
  }
}
.v-flow__desc {
  margin-bottom: 5rem;
}
.v-flow__list {
  margin-bottom: 31px;
}
@media screen and (max-width: 750px) {
  .v-flow__list {
    margin-bottom: 1.8rem;
  }
}
.v-flow__list::after {
  background: url(../../../img/views/info/pc/ico_arw.png) no-repeat center;
  content: "";
  display: block;
  height: 41px;
  margin-top: 26px;
  width: 41px;
}
@media screen and (max-width: 750px) {
  .v-flow__list::after {
    background-image: url(../../../img/views/info/sp/ico_arw.png);
    background-size: contain;
    height: 3.1rem;
    margin-top: 1.7rem;
    width: 3.1rem;
  }
}
.v-flow__list:last-child {
  margin-bottom: 0;
}
.v-flow__list:last-child::after {
  display: none;
}
.v-flow__list > dt {
  color: #175372;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .v-flow__list > dt {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.v-flow__list > dd {
  line-height: 1.9;
}
.v-flow__list > dd > strong {
  display: block;
  margin: 20px 0 4px;
}
@media screen and (max-width: 750px) {
  .v-flow__list > dd > strong {
    letter-spacing: 0.2rem;
    margin: 1.7rem 0 0.4rem;
  }
}
.v-flow__list__btn {
  background-color: #68CB77;
  border-color: #68CB77;
  border-radius: 4px;
  font-size: 20px;
  height: 70px;
  line-height: 70px;
  margin-top: 30px;
  padding-left: 23px;
  text-align: left;
  width: 340px;
}
@media screen and (max-width: 750px) {
  .v-flow__list__btn {
    border-radius: 0.3rem;
    font-size: 1.8rem;
    height: 6rem;
    line-height: 6rem;
    margin-top: 1.7rem;
    padding-left: 3.6rem;
    width: 100%;
  }
}
.v-flow__list__btn::before {
  background: url(../../../img/common/pc/ico_pdf.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  height: 36px;
  margin-bottom: 5px;
  margin-right: 20px;
  width: 30px;
}
@media screen and (max-width: 750px) {
  .v-flow__list__btn::before {
    background-image: url(../../../img/common/sp/ico_pdf.png);
    height: 3.7rem;
    margin-bottom: 0.6rem;
    margin-right: 1.5rem;
    width: 3rem;
  }
}
.v-flow__list__box {
  background-color: #F8F8F8;
  margin: 25px 0;
  padding: 18px 25px;
}
@media screen and (max-width: 750px) {
  .v-flow__list__box {
    margin: 2.7rem 0;
    padding: 1.6rem 1rem;
  }
  .v-flow__list__box > strong {
    letter-spacing: 0.2rem;
  }
}
.v-flow__list__box > ul {
  margin-top: 3px;
}
@media screen and (max-width: 750px) {
  .v-flow__list__box > ul {
    margin-top: 0.5rem;
  }
}
.v-flow__list__map {
  height: 500px;
}
@media screen and (max-width: 750px) {
  .v-flow__list__map {
    height: 21.4rem;
  }
}
.v-flow__list__map iframe {
  height: 100%;
  width: 100%;
}

.v-observation {
  background-color: #fff;
  padding-bottom: 96px;
}
@media screen and (max-width: 750px) {
  .v-observation {
    padding-bottom: 7.6rem;
  }
}
/*# sourceMappingURL=index.css.map */