@charset "UTF-8";
/**
商品詳細ページ：レビュー
**/
.review-headline {
  margin: 10px 0;
  display: flex;
  letter-spacing: 0;
}

.review-body {
  margin: 40px 0 20px;
  border: 1px solid #eaedef;
}
.review-body__title {
  text-align: center;
  border-bottom: 1px solid #eaedef;
  background-color: #faf9f1;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
}
.review-body__list {
  max-height: 200px;
  padding: 15px 15px;
  overflow-y: auto;
}

.review-body-item {
  margin-bottom: 20px;
}
.review-body-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.review-body-item__customer {
  font-weight: bold;
  font-size: 1.2rem;
}
.review-body-item__rating {
  color: #BAFF00;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.review-body-item__star {
  color: #f39c12;
}
.review-body-item__star--no {
  color: gray;
}
.review-body-item__text {
  font-size: 1.1rem;
  line-height: 1.5;
}/*# sourceMappingURL=add_styles.css.map */