@media (width <= 48rem) {
  #reviewWrapNotBest {
    width: 100vw;
  }
  .wordwrap {
    flex-direction: column;
    padding: 24px 20px 20px;
    border-bottom: 1px solid #f5f5f5;
  }
  .wordwrap .starwrap {
    flex-basis: auto;
    width: 100%;
  }
  .wordwrap .starwrap .star {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .wordwrap .aftertext .toptxt {
    margin-bottom: 6px;
  }
  .wordwrap .content-box .aw_title {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
  }
  .wordwrap .content-box .review .photo img {
    max-width: 100%;
    width: fit-content;
    height: fit-content;
  }
}
