.review ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px;
  border: 1px solid #a0a0a0;
  border-radius: 11px;
  margin-bottom: 50px;
}
.review ul li:last-child {
  margin-bottom: 0;
}
.review .fig img {
  width: 195px;
  height: 195px;
  -o-object-fit: cover;
  object-fit: cover;
}
.review .fig {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 195px;
          flex: 0 0 195px;
  margin: 0;
}
.review .det {
  width: 100%;
  margin-left: 48px;
}
.review .det h3 {
  font-size: 21px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a5a5a5;
}
.review .review-ttl {
  text-align: center;
  margin-top: 10px;
}
.review .review-box-note {
  margin-bottom: 30px;
  margin-top: -25px;
}
.review .review-aword {
  text-align: center;
  border: 1px solid #bfaa91;
  border-radius: 100px;
  color: #bfaa91;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .review .wrap {
    padding: 0;
  }
  .review .review_box {
    padding: 0 20px;
  }
  .review .review-box-note {
    font-size: 12px;
  }
  .review ul li {
    display: block;
    margin-bottom: 30px;
    padding: 35px 20px;
  }
  .review .fig img {
    margin: auto;
  }
  .review .det {
    margin-top: 30px;
    margin-left: 0;
  }
}