.news h2 {
  margin: 0;
  border-bottom: 1px solid #aaa;
}

.news ul {
  margin: 20px 0 30px 10px;
  list-style: none;
}

.news ul li {
  margin-bottom: 20px;
  padding-left: 7.5em;
  text-indent: -7.7em;
}

.news ul li span {
  margin-left: 20px;
}

/*----------------
.news ul li:first-child span, .news ul li:last-child span {
  color: #f00;
  text-decoration: none;
  border-bottom: 1px solid #f00;
}
----------------*/

.news_banners {
  display: flex;
   flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  width:100%;
}
.news_banner{
width:49%;
  margin-right: 2%;
  margin-bottom: 12px;
}
.news_banner:nth-child(2n){
  margin-right: 0;
}

.news_banner img {
  margin-bottom: 6px;
}

.news_banner a.product_link_img {
  display: block;
}

.news_banner img {
  vertical-align: bottom;
}

.news_banner a .product_link_para {
  color: #f00;
  display: inline-block;
 text-decoration: underline;
}
.news_banner a .product_link_para:hover{
  border-bottom:none;
}

.shopproduct_list img {
  float: left;
  margin-right: 10px;
}

.shopproduct_list h2 {
  float: none;
  margin-bottom: 5px;
  font-size: 25px;
  display: contents;
}

.shopproduct_subtitle {
  font-size: 16px;
  margin-left: 15px;
}

.recommend {
    margin: 120px 0 20px 0;
}

.recommend_heading {
    border-bottom: 1px solid #aaa;
}

.seller h2.seller_heading {
  border-bottom: 1px solid #aaa;
}

.top_end_banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.shopproduct_list {
  margin-bottom: 70px;
}

#product_catch {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

#product_catch li {
  width: 24.4%;
  margin-right: .8%;
  margin-bottom: 25px;
  padding: 0;
}

#product_catch li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .bx-pager{
  margin-bottom: -15px;
  }
  #product_catch {
    justify-content: space-between;
  }
  
  #product_catch li {
    width: 25%;
    margin-right: 0;
  }
  
  #product_catch li:nth-child(2n) {
    margin-right: 0;
  }
}

#product_catch img {
  margin-bottom: 5px;
  /*max-width: 193px;*/
}

.product_button {
  text-align: center;
  margin-top: 30px;
}

.product_button a {
  font-size: 18px;
  border: 1px solid #aaa;
  text-decoration: none;
}

.product_button img {
  position: absolute;
  margin-top: 5px;
}

.tenpo_button a {
  padding: 10px 80px;
} 

.tenpo_button img {
  margin-left: 40px;
}

.haiso_button a {
  padding: 10px 98px;
}

.haiso_button img {
  margin-left: 58px;
}

.product_button span {
  position: absolute;
  margin-left: 45px;
}

@media (max-width: 768px) {
  .news {
    margin: 0 20px 70px;
  }

  .news ul li {
    padding-left: 0;
    text-indent: 0;
  }

  .news ul li span {
    margin-left: 0;
    display: block;
  }

  .news ul li:first-child span, .news ul li:last-child span {
    border-bottom: none;
    text-decoration: underline;
  }

  .news_banners {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .news_banner {
    width: 95%;
    margin: 0 auto 12px;
  }
  .news_banner:nth-child(2n){
    margin-right:auto;
  }

  .news_banner a img {
    width: 100%;
  }

  .news_banner a.product_link_para {
    font-size: 3vw;
    margin-bottom: 20px;
  }

  .shopproduct_list {
    margin: 0 20px 80px;
  }
  
  #product_catch li {
    width: 47.5%;
    margin-bottom: 50px;
  }
  
  #product_catch li a img {
    width: 100%;
  }
  
  #product_catch li a span {
    display: inline-block;
  }
  
  #product_catch li span {
    font-size: 20px;
  }
  
  .product_button {
    margin-top: 0;
  }
  
  .product_button a {
    font-size: 25px;
  }
  
  .product_button span {
    margin-top: 4px;
    margin-left: 2%;
  }
  
  .tenpo_button a {
    padding: 2% 10%;
  }
  
  .tenpo_button img {
    margin-top: 8px;
    margin-left: 60px;
  }
  
  .haiso_button a {
    padding: 2% 18%;
  }
    
  .haiso_button img {
    margin-top: 8px;
    margin-left: 78px;
  }
  
  .haiso_button span {
    margin-left: 9%;
  }
  
  .top_end_banner {
    margin: 0 auto 50px;
    width: 95%;
  }
  
  .top_end_banner a:first-child {
    margin-right: 1.5%;
  }
  
  .seller h2.seller_heading {
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .seller_lists {
    margin-left: 20px !important;
    padding: 0;
  }
  
  .seller_list {
    margin-bottom: 0;
    width: 24.4% !important;
    margin-right: 1.8% !important;
  }
  .seller_list:nth-child(4n) {
    margin-right: 0;
  }
    
}

.item_price {
  color: #e10000;
}
.youtube {
  position: relative;
  max-width:100%;
  padding-top: 56.25%;
  margin: 0 auto 20px;
  clear: both;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  