.icon_star {
  overflow: hidden;
  width: 75px;
  line-height: 1;
}
.icon_star img {
  max-width: inherit;
}


.reviewlist {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #aaa;
    line-height: 1.6;
}
.reviewlist .icon_star {
  margin-block-end: 0;
  display: flex;
}
.reviewlist_datas {
    display: flex;
    align-items: center;
    overflow: hidden;
    zoom: 1;
    margin-bottom:1em;
    line-height: 1;
}
.review_poster li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
.reviewlist_content {
    overflow: hidden;
    zoom: 1;
}
.review_ttl, .shopcomment_ttl {
    font-size:1.05em;
    font-weight: bold;
    margin-bottom:.4em;
}
.shopcomment {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 1em;
    border-radius: 6px;
    background: #eee;
}
