/* カスタマイズ用CSS */

a{transition:.2s;}
.hb01 {
  margin-top:20px;
  position: relative;
  padding: .5em .2em;
  border-top: 5px solid #dddddd;
  color:#3cb3e4;
  font-weight:600;
}
.hb01::after {
  position: absolute;
  top: -5px;
  left: 0;
  z-index: 2;
  content: '';
  width: 40%;
  height: 0;
  border-top: 5px solid #3cb3e4;
}
.hb01 span.h-small{
 font-size:.6em;
}

a.a-button {
    display:block;
    background:#000000;
    width:fit-content;
    margin:50px auto;
    color:#ffffff;
    font-weight:600;
    padding:20px;
    text-decoration:none;

}
a.a-button:hover {
    background:#666666;
}
.newproduct_container .ec-shelfGrid__item img{max-height:180px;width:auto;}
.newproduct_container .shelfGrid__item_image{
    text-align:center;
    background:#f3f3f3;
}
.newproduct_container dd.item_price {font-size: 12px;}
.newproduct_container .item_name{font-size: 14px;padding:10px 0px;color:#000;}
.newproduct_container .ec-headingTitle{font-size:18px;
    margin-bottom:1em;}
    .yokotate{
    padding: 50px 20px;
    background-color: #f9f9f9;
}
@media screen and (min-width:768px){
.yokotate{    display: flex;}
    
}