/* 製品特性 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;
}