.v-voice {
  margin-bottom: 103px;
}
.v-voice__title {
  padding: 50px 0 20px;
}
.v-voice--blue {
  background: #eaf1f9;
}
.v-voice__inner {
  padding: 50px 0;
}
.v-voice__inner .v-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-voice__inner .v-banner li {
  list-style: none;
  width: 166px;
}
.v-voice__inner .v-banner li > h5 {
  text-align: center;
  margin-top: 8px;
}
.v-voice__inner .v-banner li:last-child {
  width: 746px;
}
.v-voice__inner .v-banner__text .v-h4 {
  color: #004ea1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.v-voice__inner .v-banner__text > p {
  line-height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .v-voice__inner {
    padding: 25px 0;
  }
  .v-voice__inner .v-banner {
    display: block;
  }
  .v-voice__inner .v-banner li {
    width: auto;
  }
  .v-voice__inner .v-banner li:first-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .v-voice__inner .v-banner li:first-child img {
    width: 46%;
  }
  .v-voice__inner .v-banner li:first-child h5 {
    font-size: 12px;
    margin-left: 15px;
    margin-top: -20px;
  }
  .v-voice__inner .v-banner li:last-child {
    width: auto;
  }
  .v-voice__inner .v-banner li:last-child h4 {
    font-size: 14px;
    margin-left: calc(46% + 15px);
    margin-top: -29vw;
    margin-bottom: 29vw;
  }
  .v-voice__inner .v-banner li:last-child h4.type01 {
    margin-top: -25vw;
    margin-bottom: 25vw;
  }
  .v-voice__inner .v-banner li:last-child h4.type02 {
    margin-top: -23vw;
    margin-bottom: 23vw;
  }
  .v-voice__inner .v-banner li:last-child h4.type03 {
    margin-top: -15vw;
    margin-bottom: 15vw;
  }
}
