/*=============================================*/
/*Common Base*/
/*=============================================*/
/*=============================================*/
/*  review                               */
/*=============================================*/
.review-list .review-item {
  display: flex;
  flex-flow: column;
  padding: 25px 0;
  border-bottom: solid 1px #e3e3e3;
}

.review-list .review-nick {
  margin-bottom: 0.5em;
  order: 1;
  color: #999;
  font-size: 12px;
}

.review-list .review-title {
  order: 2;
  margin-top: 0;
  margin-bottom: 1em;
  color: #25282A;
  font-size: 13px;
  font-weight: 700;
}

.review-list .review-stars {
  order: 3;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #DBD321;
  font-size: 18px;
  font-weight: 700;
}

.review-list .review-comment {
  order: 4;
  margin: auto 0;
  line-height: 2;
  color: #25282A;
  font-size: 14px;
}

/*# sourceMappingURL=w2_reviews.css.map */