.review-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcd5bd;
  padding: 24px 16px;
  margin-bottom: 24px;
}
.review-left {
  width: 80%;
  text-align: left;
  margin-right: 24px;
}

#reviewlist div .reviewer {
  font-size: 0.8rem;
  font-weight: bold;
}

.satisfaction {
  color: #caa94c;
  font-size: 1.5rem;
}

.satisfaction .rating_star1 span:nth-child(n + 2) {
  color: #ccc;
}

.satisfaction .rating_star2 span:nth-child(n + 3) {
  color: #ccc;
}

.satisfaction .rating_star3 span:nth-child(n + 4) {
  color: #ccc;
}

.satisfaction .rating_star4 span:nth-child(n + 5) {
  color: #ccc;
}

.satisfaction .rating_star5 span {
  color: #caa94c;
}

.review_title {
  color: #da7590;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
}

.review-right {
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-right .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100%;
}

.review-right .ph a {
  display: block;
}

.review-right .ph img {
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {
  .review-box {
    flex-direction: column;
    padding: 16px 8px;
  }
  .review-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .review_title {
    font-size: 1.1rem;
  }
  .review-right {
    width: 100%;
  }
}
