.top_contents{
  max-width: 1160px;
  margin: 0 auto;
}

.top_contents iframe{
  display: block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "¥Ò¥é¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
}

iframe#postframe {
  vertical-align:bottom;
  width: 1px;
  min-width: 100%;
}

.pickup_box{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.pickup_box::before{
  content: "";
  width:22%;
  display:block;
  order:1;
}

.pickup_box::after{
  content: "";
  width:22%;
  display:block;
}

.pickup_box li{
  width: 22%;
}

.seller-unit-area{
  position: relative;
}

.seller-unit-slider{
  width:100%;
  position:relative;
  overflow: hidden;
}

.seller-unit {
  counter-reset: rank;
}

.seller-unit li::before {
    counter-increment: rank;
    content: counter(rank);
    background: #CCC;
    color: #FFF;
    text-align: center;
    position: absolute;
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    width: 24px;
    height: 24px;
    font-size: 16px;
}

.seller-unit li:nth-of-type(1)::before{
  background: #e8cf59;
}

.seller-unit li:nth-of-type(2)::before{
  background: #a7b0b5;
}

.seller-unit li:nth-of-type(3)::before{
  background: #c39948;
}

.seller-unit li:nth-last-of-type(1)::before{
  content: none;
}

.seller-unit-area .swiper-button-prev, .seller-unit-slider .swiper-container-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}

.seller-unit-area .swiper-button-next, .seller-unit-slider .swiper-container-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}

.seller-unit-area .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  	background: #333;
}

.info_list ul li{
  border-bottom: 1px solid #eee;
  padding: 25px 0;
  list-style: none;
}

.info_list a{
  font-size: 1rem;
  color:#08c !important;
}

.info_list a:hover{
  opacity: .7;
}

@media (max-width: 980px) {
  /* ~980px */
  .top_contents{
  max-width: 100%;
}
  
  .top_contents iframe{
    min-height: 830px;
  }

  
}
@media (max-width: 768px) {
  /* ~768px */
  
  
  
  .feature_box {
    width: 48%;
    margin-bottom: 40px;
}
  
  .feature_title {
    padding-top: 10px;
  }
  
  .pickup_box li {
    width: 48%;
    padding: 0;
    margin-bottom: 40px;
}
  
  .seller-unit-area li{
    padding: 0;
  }
  
 .info_list ul li span{
  display:block;
}
  
}
@media (max-width: 480px) {
  /* ~480px */
}

