.reviewlist{
  margin:30px 0px 30px 0px;
  border:solid 1px #333;
  padding:30px;
}  

.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.icon_star img {
  max-width: inherit;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.review_img {
  float: right;
  margin: 0 0 10px 10px
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

/* 製品特性 20231127追加 */
.product-infomation {
  background-color: #f5f5f5;
  border-radius: 18px;
  margin: 30px 0;
  padding: 20px 30px;
  @media screen and (max-width:768px) {
    padding: 20px 6%
  }
}
.product-infomation p{
  margin-bottom: 10px;
}