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

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

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

.banner__section {
  margin-top: 3px;
}

.news__lists {
  list-style-type: none;
  margin: 0 2em 2em;
}

.news__list {
  margin-bottom: .4em;
}

.news__date {
  margin-right: 1em;
}

 .seller_num{
  position: absolute;
  top: 0;
  left: 1px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #debf11;
  border-radius:15%;
  color: #ffffff;
  text-align: center;
}
.seller_1{
background: #ffd700;
border-radius:50%;
font-size: 16px; 
}  
.seller_2{
background: #c0c0c0;
border-radius:50%;
font-size: 16px; 
}  
.seller_3 {
background: #da744b;
border-radius:50%;
font-size: 16px; 
}

.yokonarabi{
    display:flex;
}
@media(max-width:750px){
    .yokonarabi{
        flex-wrap: wrap;
    }
    .yokonarabi>div{
        width: 100%;
    }
    .top-banner{
	display: flex;
	flex-wrap:wrap;
}
}