.voice-list__item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 960px) {
  .voice-list__item__block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.voice-list__item__block__message {
  background-color: #ffffff;
  padding: 30px 25px;
  position: relative;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message {
    padding: 50px 90px;
    width: calc(100% - 220px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.voice-list__item__block__message::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  left: calc(50% - 6px);
  bottom: -20px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message::before {
    bottom: calc(50% - 18px);
    left: -30px;
    border-width: 18px 30px 18px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .voice-list__item__block--reverse .voice-list__item__block__message::before {
    left: auto;
    right: -30px;
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent #ffffff;
  }
}

.voice-list__item__block__message__heading {
  position: relative;
  padding-bottom: 20px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message__heading {
    padding-bottom: 30px;
  }
}

.voice-list__item__block__message__heading::after {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #03314c;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message__heading::after {
    width: 30px;
    height: 2px;
  }
}

.voice-list__item__block__message__heading__label {
  color: #93cae5;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message__heading__label {
    font-size: 2.4rem;
  }
}

.voice-list__item__block__message__heading__main {
  color: #03314c;
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__message__heading__main {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}

.voice-list__item__block__human {
  padding-top: 27px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__human {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.voice-list__item__block__human__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__human__inner {
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.voice-list__item__block__human__inner__image {
  width: 62px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__human__inner__image {
    margin-left: auto;
    margin-right: auto;
    width: 125px;
  }
}

.voice-list__item__block__human__inner__name {
  padding-left: 15px;
}

@media screen and (min-width: 960px) {
  .voice-list__item__block__human__inner__name {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
