/*
  バナーブロック
*/
.banner .col-md-6 {
  padding-bottom: 8px;
}

/*
  新着商品ブロック・おすすめ商品ブロック
*/
.newproducts, .recommendproducts, .sales_ranking, .related_product, .refine_check {
  margin-top: 25px;
}

.newproducts .ec-secHeading,
.recommendproducts .ec-secHeading,
.sales_ranking .ec-secHeading,
.related_product .ec-secHeading,
.refine_check .ec-secHeading {
  background: #FFF3CD;
  padding: 16px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 30px;
}

.newproducts .ec-secHeading .ec-secHeading__ja,
.recommendproducts .ec-secHeading .ec-secHeading__ja,
.sales_ranking .ec-secHeading .ec-secHeading__ja,
.related_product .ec-secHeading .ec-secHeading__ja,
.refine_check .ec-secHeading .ec-secHeading__ja {
  font-size: 1rem;
  font-weight: bold;
}

.newproducts .item_comment.text-green {
  color: #89bf24;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
}

.recommendproducts .item_comment.text-orange {
  color: #f6ae54;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
  .newproducts .ec-shelfRole .row, .recommendproducts .ec-shelfRole .row {
      padding-bottom: 24px;
  }
}

.sales_ranking .ec-shelfGrid__item img {
  margin: 0 0 15px;
}

.sales_ranking .item_name .label-rank {
  color: #fff;
  padding: 0.2em 0.7em;
  margin-right: 1em;
  background-color: #f0ad4e;
}

.newproducts .item_name, .recommendproducts .item_name, .sales_ranking .item_name {
  font-weight: normal;
}

.newproducts .item_price, .recommendproducts .item_price, .sales_ranking .item_price {
  font-weight: bold;
}

.shopping_guide {
  margin-top: 24px;
  line-height: 2.2;
}

.shopping_guide H3 {
  font-size: 1.2rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.shopping_guide H4 {
  font-size: 1.0rem;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

.shopping_guide img {
  width: auto;
}

.ec-footerRole {
  background: #f8f8f8;
  border: none;
  color: #444;
}

.ec-footerNavi .ec-footerNavi__link, .ec-footerTitle {
  color: #444;
}

/* お届け日時を非表示 */
.ec-select__delivery, .ec-select__time {
  display: none;
}