.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 10px;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}
.news__list {
  margin-bottom: .5em;
}
.news__date {
  margin-right: 1em;
}

/*----ADD user 19.06.11----*/
.row.news{
  background: #f2f2f2;
  max-width: none;
  padding: 0 15px;
}

.row.news .col-lg-12{
  max-width: 840px;
  margin: -40px auto 60px;
}
.easy_search{
  background: #f2f2f2;
  padding: 40px 0 50px;
}

.easy_search h2{
  margin-top: 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

.easy_search .search_bottom{
  display: flex;
  justify-content: center;
}

.easy_search .search_bottom a{
  display: block;
  color: #fff;
  width: 495px;
  margin: 0 5px;
  font-size: 24px;
  padding:30px 0; 
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
   background-position: center 50%;
}
.easy_search .search_bottom a.price{
  background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/top_search_bg01.jpg?cmsp_timestamp=20190624135334);
}
.easy_search .search_bottom a.usage{
  background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/top_search_bg02.jpg?cmsp_timestamp=20190624135401);
}
.easy_search .search_bottom a:hover{
  text-decoration: none;
}

@media (max-width: 768px){
  .row.news .col-lg-12{
    width: auto;
    margin: 0px 0 25px;
  }

  .easy_search{
    padding: 20px 15px 25px;
  }
  .easy_search h2{
    margin: 0 0 10px;
    font-size: 16px;
  }
  .easy_search .search_bottom{
    margin: auto;
  }
  .easy_search .search_bottom a{
    width: 48%;
    height: 12.2vw;
    font-size: 4vw;
    line-height: 12vw;
  }
  .easy_search .search_bottom a.price{
    background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/sp-top_search_bg01.jpg?cmsp_timestamp=20190611143857);
  }
  .easy_search .search_bottom a.usage{
    background-image: url(https://img21.shop-pro.jp/PA01432/587/etc/sp-top_search_bg02.jpg?cmsp_timestamp=20190611143909);
  }
}
/*----//ADD user 19.06.11----*/
.top_sbn_area{
margin:60px 0;
}
.top_sbn{
  display: flex;
justify-content: center;
  margin:0px auto 10px;
  list-style: none;
}
.top_sbn li {
  width:495px;
}
.top_sbn li:nth-child(odd){
  margin-right:10px;
}

.cf:after {
  clear: both;
  content: '';
  display: block;
}

@media (max-width: 768px){
.top_sbn img{
  width:100%;
 }
.top_sbn_area {
  	padding: 0 15px;
    margin:20px auto 0;
}
.top_sbn{
  display:block;
}
.top_sbn_area .top_sbn li{
   width:auto;
   margin:0 0 10px !important ; 
}
  .pc{
  display:none;
  }
  }