/* XS */
.voice .voice-profile__head span:first-of-type {
  font-size: 30px;
}
.voice .voice-profile__head span:first-of-type::before {
  top: 4px;
}

.xs_list2 ul { padding:0; }
.voice .voice-article__item + .voice-article__item.xs_list2 {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .voice .voice-profile__head span:first-of-type {
    font-size: 24px;
  }
}
