.section__block--top-page {
 width: 100%;
}

.slider {
  margin-top: 0;
// display:none;
width:100%;
}
.slider .bx-wrapper {
  margin-bottom: 50px;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

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

.banner__section {
  margin-top: 2px;
  display: inline-block;  
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}
ul.subete li{
list-style-type: none;
}
.news__list {
  padding-top: .5em;
  margin-bottom: .4em;
}

.news__date {
  display: inline-block;
  font-size:0.9em;
  margin-top: .5em;
}

.news__title {
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 .3em;
}
.topinfo{
 margin: 1em;}
.newstitle {
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 .3em;
}
.news__txt {
  font-size: .9em;
}
.product-list{
   position: relative;
}



ul.recommend-list{text-align:center;
  margin:0 auto;
}
ul.recommend-list li{ 
  text-align:center;
  max-width: 25%;
  padding:0; 
  border:solid 0.5px #ddd;
  background-color:#fff;
}
 ul.product-list{
   text-align:center;
  margin:0 auto;
}
  ul.product-list li{ 
    max-width: 25%;

  }

h3.guide__h3 {
    font-size: 150%;
}
@media screen and (max-width: 768px) {
ul.recommend-list{text-align:center;
  margin:0 auto;
}
  ul.recommend-list li{ 
    max-width: 50%;

  }
  ul.product-list{
    text-align:center;
  margin:0 auto;
}
  ul.product-list li{ 
    max-width: 50%;

  }
}