.mainContents {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 751px) {
  .mainContents {
    padding: 0 40px;
  }
}
.mainContents .page__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px) {
  .mainContents .page__ttl {
    font-size: 2.4rem;
    margin-bottom: 60px;
  }
}

.goods-histories-container {
  overflow: hidden;
  max-width: 1180px;
  margin: 0 auto;
}

.goods-histories-container .goods-histories {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -5px 1em;
  padding-left: 0;
}

.goods-histories-container .goods-histories li {
  width: calc(100% / 4);
  padding: 0 5px 20px;
  margin-bottom: 10px;
  margin-top: 8px;
  overflow: hidden;
  position: relative;
}

.goods-histories-container .goods-histories li img {
  max-width: 100%;
  vertical-align: bottom;
  box-sizing: border-box;
}

.goods-histories-container .goods-histories li div.item-info {
  margin:10px 8px 0 8px;
  font-size: 12px;
  line-height: 1.8em;
  color: #313131;
  display: block;
}

.goods-histories-container .goods-histories li div.item-info .iconList {
  margin-top: 9px;
}

.goods-histories-container .goods-histories li p {
  font-family: Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS ゴシック", Arial, Verdana, sans-serif;
}

.goods-histories-container .goods-histories li p.brand-name {
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4;
}

.goods-histories-container .goods-histories li p.item-name {
  margin-bottom: 5px;
}

.goods-histories-container .goods-histories li .iconList .ico {
  margin-bottom: 5px;
}

@media screen and (max-width: 641px) {
  .goods-histories-container .goods-histories li {
    width: calc(100% / 2);
  }
}
