
.review{
  width: 96%;
  margin: 0 auto 1rem;
}

.review h3{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: .5em 0;
}

.review h3::before,
.review h3::after{
  content: "-";
  margin: 0 .5em;
}

.review_card{
  border: solid 2px #eee;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: .5rem;
}

.review_card h4{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: solid 2px #eee;
}

.review_card h4 .reviewer_img{
  width: 3rem;
  margin-right: .5rem;
}

.review_card h4 .reviewer_txt{
  width: calc(100% - 3.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.review_card h4 .reviewer_txt span{
  display: block;
  width: 100%;
}

.review_card h4 .reviewer_txt .review_title{
  font-size: 1.2em;
  font-weight: bold;
  color: #61d5fe;
}

.review_card p{
  line-height: 1.7em;
}

.review_more_btn{
  display: block;
  margin: .5rem auto;
  padding: .3em 1.5em;
  border: dashed 1px #eee;
  border-radius: 999px;
  color: #777;
}

.voice__block {
  padding: 10px 15px;
  margin: 0 auto 10px;
  border-radius: 10px;
  width: 92%;
  min-height: 300px;
  position: relative;
  background-color: #fff;
}
.voice__fukidashi p {
  font-size: 1em;
  line-height: 1.2;
}
.voice__person {
  text-align: right;
  display: block;
  margin-top: 50px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.voice__person:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  content: "";
  height: 90px;
  position: absolute;
  right: -90px;
  width: 80px;
  bottom: -4px;
}
.voice__person--man1:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/man1.png);
}
.voice__person--man2:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/man2.png);
}
.voice__person--man3:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/man3.png);
}
.voice__person--woman1:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/woman1.png);
}
.voice__person--woman2:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/woman2.png);
}
.voice__person--woman3:after {
  background-image: url(/wp-content/themes/custom-theme/images/man/woman3.png);
}
.voice__person {
  position: absolute;
  bottom: 20px;
  right: 85px;
  font-size: 1em;
  line-height: 1;
}

@media screen and (max-width: 480px){
  .review h3 {
    font-size: 5vw;
  }

  .review_card h4 .reviewer_img {
    width: 12vw;
    margin-right: 2vw;
  }

  .review_card h4 .reviewer_txt {
    width: calc(100% - 14vw);
    font-size: 4vw;
  }

  .review_card p {
    font-size: 3.7vw;
  }
  .voice__block {
    padding: 10px 12px;
    margin: 0 auto 10px;
    border-radius: 10px;
    width: 98%;
    min-height: 450px;
  }
}