.slider {
    width: 100%;
}

.info-item {
    margin-bottom: 40px;
}
.info-item-txt {
    margin-top: 5px;
}


.bland-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}

.bland-panel br {
    display: none;
}

.bland-panel span {
    display: block;
    width: 32%;
    margin: 0 1.3% 2.6% 0;
}

.bland-panel a {
    display: block;
    width: 100%;
    margin-bottom: 2px;
}

.bland-panel img {
    border: 1px solid #4A3518;
}

.seller_heading {
    margin-top: -120px;
    padding-top: 120px;
}

  /*新型コロナウイルス感染症予防対策とご協力のお願い*/
.taisaku {
  border: 2px solid #004ba2;
  padding: 30px;
  margin: 30px 0;
  text-align: justify;
  }
.taisaku .inner {
  margin: 0 auto;
  }
.taisaku .inner .tit {
  display: block;
  font-size: 1.3em;
  height: 54px;
  line-height: 54px;
  letter-spacing: 0.1em;
  background-color: #004ba2;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  }
.taisaku .inner p {
  margin: 20px 0;
  line-height: 2em;
  }
.taisaku .inner .check_list {
  margin-top: 20px;
  }
.taisaku .inner .check_list ul{
  list-style: none;
  line-height: 2em;
  margin-left: 1.2em;
  }
.taisaku .inner .check_list ul li{
  position: relative;
  }
.taisaku .inner .check_list ul li span.mark {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.5em;
  }
.taisaku .inner .check_list ul li span.mark::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  left: -17px;
  top: 50%;
  border: 1px solid;
  border-color:  #585753;
  background-color: #FFF;
  }
.taisaku .inner .check_list ul li span.mark::after {
  content: "";
  position: absolute;
  display: block;box-sizing: border-box;
  width: 15px;
  height: 5px;
  margin-top: -9px;
  top: 75%;
  left: -17px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color:  #ca2128;
  }
.taisaku .inner .check_list p {
  margin: 0;
  }
.taisaku .inner .check_list .check_tit{
  position: relative;
  margin-bottom: 0;
  color: #004ba2;
  font-weight: bold;
  margin-left: 15px;
  }
.taisaku .inner .check_tit::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: -12px;
  top: 50%;
  background-color: #004ba2;
  }
.enter_shop a{
  width: 300px;
  height: 60px;
  display: block;
  font-size: 18px;
  line-height: 60px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  margin: 30px auto 0;
  background-color: #4e3411;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  }

@media (max-width: 480px) {
    .seller_heading {
        margin-top: -70px;
        padding-top: 70px;
    }
  
    /*新型コロナウイルス感染症予防対策とご協力のお願い*/
    .osusume{
    margin: 0 25px;
  }
    .taisaku {
    padding: 20px;
    margin: 30px 24px;
    }
  .taisaku .inner .tit {
    padding: 1em;
    height: auto;
    line-height: 1.5em;
    }
    .enter_shop a{
  width: auto;
  }
  
  
}


.rank_box {
    display: none;
}