.v-h3 {
  margin-top: 24px;
}

.v-introduction {
  background: #eaf1f9;
  padding: 50px 0 57px;
  width: 100%;
}
.v-introduction__text {
  font-size: 16px;
  text-align: left;
  margin-top: 15px;
}
.v-introduction__text > a {
  color: #004ea2;
  text-decoration: underline;
}
.v-introduction__text > a:hover {
  text-decoration: none;
}
.v-introduction__table {
  font-size: 16px;
}
.v-introduction__table > tbody > tr > th {
  width: 312px;
  text-align: left;
  padding-left: 19px;
  font-weight: 500;
}
.v-introduction__table > tbody > tr > th.is-gray {
  background: #f4f4f4;
}
.v-introduction__table > tbody > tr > td {
  background: white;
  text-align: left;
  padding: 19px;
}
