@charset "UTF-8";

.content03 {
  background: #e2f4ff;
}

.voices {
  margin: 0 auto;
  padding: 1.3em 0 0;
}

.voices_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content:stretch;
  margin: 0 auto;
  width: 100%;
}

.voices_column li {
  width: 30%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.voices_column li p {
  text-align: justify;
}

.voices_column li div.voices_column_image img {
  display: block;
  width: 80%;
  height: auto;
  margin: 30px auto;
}

.voices_column li div.voices_column_image p {
  font-size: 1.8rem;
  text-align: center;
}
.voices_column li div.voices_column_image p:last-child {
  font-size: 1.6rem;
  text-align: justify;
}

.voices_column li div.voices_column_text p {
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: left;
}


.voices_column li div.voices_column_text p em {
  color: #000;
  font-weight: bold;
  background: linear-gradient(transparent 70%, yellow 70%);
  font-style: normal;
}

.voices_column li div.voices_column_text p:last-child {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0.8em 0 0.5em;
}

@media screen and (max-width: 991px) {
      .voices, .voices_box, .voices_video {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
     .voices {
        font-size: 3.75vw;
        margin: 0;
        padding: 0;
        text-align: justify;
        width: auto;
    }

    ul.voices_column, ul.voices {
        width: auto;
    }
        .voices_column li {
        border-bottom: 2px solid #ddd;
        display: flex;
        flex-wrap: wrap;
        font-size: 3.125vw;
        justify-content: space-between;
        margin: 0 0 5vw;
        width: auto;
    }

    .voices_column li div.voices_column_image {
        display: flex;
        justify-content: space-between;
        width: auto;
        margin: 0;
        padding: 0;
    }

    .voices_column li div.voices_column_image img {
      width: 90%;
      height: auto;
      margin: 0;
    }

        .voices_column li div.voices_column_image p {
        font-size: 3.75vw;
        margin: 0;
        text-align: center;
        width: 30%;
        line-height: 1.5;
    }

    .voices_column li div.voices_column_image p:last-child {
        font-size: 3.75vw;
        font-weight: bold;
        margin: 1em 0 0;
        text-align: justify;
        width: 66%;
    }


}
