.p-review {
  letter-spacing: 1px;
  padding-top: 60px; }
  .p-review__unit {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea; }
    .p-review__unit:last-child {
      border: 0; }
    @media only screen and (max-width: 767px) {
      .p-review__unit {
        padding: 15px 20px; } }
  .p-review__button {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin: 30px auto;
    padding: 10px 15px;
    text-align: center; }
    .p-review__button span {
      font-size: 18px;
      margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      .p-review__button {
        padding: 15px; } }
.p-posted-review__image {
  display: block;
  max-width: 200px;
  float: left;
  height: auto;
  margin: 0 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .p-posted-review__image {
      margin: 0 auto 20px; } }
.p-posted-review__heading {
  overflow: hidden;
  margin: 0 20px 0 0; }
.p-posted-review__title {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 20px; }
  @media only screen and (max-width: 767px) {
    .p-posted-review__title {
      display: block;
      font-size: 14px;
      margin: 15px 0; } }
.p-posted-review__info {
  font-size: 11px;
  margin: 15px 0;
  padding: 0; }
.p-replied-review__heading {
  font-size: 11px;
}
.p-replied-review__body {
  font-size: 13px;
}
.p-posted-review__info li {
  display: inline;
  margin-right: 10px; }
.p-posted-review__body {
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden; }
.p-posted-review__star {
  width: 18px;
  height: 18px;
  vertical-align: -.3em;
  fill: currentColor;
  fill: #ddd; }
  .p-posted-review__star.is-color {
    fill: #ffdc00; }

.p-replied-review {
	margin: 15px 0 0;
	background: #eee;
	border-radius: 5px;
	padding: 15px;
}