.v-introduction {
  padding: 50px 0 57px;
  width: 100%;
}
.v-introduction__list {
  margin-left: 50px;
}
.v-introduction__list > li {
  text-align: left;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.v-introduction__list > li:nth-of-type(2) {
  margin-bottom: 25px;
}
.v-introduction__list > li > a {
  color: #888888;
  margin-left: 5px;
  text-decoration: none;
}
.v-introduction__list > li > span {
  color: #888888;
  font-size: 13px;
  margin-left: 5px;
}
.v-introduction__list > li::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #8eb8e5;
  position: absolute;
  top: 4px;
  left: -15px;
}
.v-introduction__list > li .v-span {
  color: #333333;
}
.v-introduction__text {
  font-size: 16px;
  text-align: left;
  padding: 21px 40px;
  position: relative;
  border-bottom: 1px solid #e4e2e1;
  line-height: 1.6;
}
.v-introduction__text:nth-of-type(7) {
  border-bottom: none;
}
.v-introduction__text:nth-of-type(5) {
  border-bottom: none;
}
.v-introduction__text > a {
  text-decoration: none;
  color: #888888;
  font-size: 13px;
  margin-left: 10px;
  word-break: break-all;
}
.v-introduction__text > span {
  color: #888888;
  font-size: 13px;
  margin-left: 10px;
  word-break: break-all;
}
.v-introduction__text::before {
  content: "";
  background: url("../../../img/views/related/pc/arrow_icon.png") no-repeat center;
  width: 27px;
  height: 27px;
  top: 19px;
  left: 0;
  position: absolute;
}

hr.is-light {
  border: 0.5px solid #e4e2e1;
}

.v-h4 {
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
}
