.news-on ul, .news-on ol, .news-on ul li, .news-on ol li{
  list-style: revert;
}

.bo1{
  width: 54px;
  margin-left: 20px;
}

.bo1 .new{
  background: #E60012;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  letter-spacing: 1px;
  width: 54px;
  height: 34px;
}

.product-tabs .product-tabs-inner {
  width: 100%;
  max-width: 875px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.product-tabs .product-tabs-inner li{
  width: 160px;
  height: 54px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.product-tabs .product-tabs-inner li a:hover {
  background: #5E945E;
  border: 1px solid #5E945E;
  color: #fff;
}

.product-tabs .product-tabs-inner li a{
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;

  font-size: 14px;
  cursor: pointer;
  background: #fff;
  position: relative;
  border-radius: 5px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}


.product-tabs .product-tabs-inner li.active, .product-tabs .product-tabs-inner li.active a {
  background: #5E945E;
  border: 1px solid #5E945E;
  color: #fff;
}

.news-block .wrapper{
  max-width: 1500px;
}

.news-block .top-block1-box{
  padding: 40px 0;
}

.news-block .content{
  /* text-align: center; */
  word-break: break-all;
  line-height: 240%;
}

.box_b .date{
  text-align: center;
  letter-spacing: 1px;
}

.box_b .cate{
  background: #fff;
  border: 1px solid #D81434;
  color: #D81434;
  width: 82px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 30px;
}

.new{
  background: #fff;
  border: 1px solid #D60B20;
  color: #D60B20;
  width: 82px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.top-block1-box .news-list a .new, .top-block4 .list .list1 a .new{
  top: 10px;
  left: 10px;
  width: 45px;
  height: 35px;
  font-size: 10px;
}


.title-on{
  text-align: center;
  font-size: 40px;
  line-height: 160%;
  letter-spacing: 1.5px;
  margin: 20px 0 0;
  font-weight: normal;
  font-family: G-OTF-R;
}
.news-on .wrapper{
  max-width: 1000px;
}
.news-on .content{
  line-height: 220%;
  letter-spacing: 1.5px;
  padding: 20px 0 60px;
  font-size: 15px;
  text-align: center;
  word-break: break-all;
}

.news-on figure .height-img{
  height: 675px;
}

.top-block1{
  padding: 0;
}
.top-block1::before{
  display: none;
}

@media screen and (max-width: 1440px){
  .news-block .news-list-item{
    margin-left: 45px;
    margin-right: 45px;
  }

}

@media screen and (max-width: 1390px){
  .wrapper{
    max-width: 1100px;
  }
}
@media screen and (max-width: 1100px) {
  .news-block .news-list-item{
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .news-block .news-list .news-item {
    padding: 0 100px;
  }

  .news-block .news-list .news-item .label {
    left: 70px;
  }

  .ttl-1-news{
    font-size: 12px;
  }

  .top-block4 .list{
    padding-bottom: 0;
  }

  .bg-product{
    padding-top: 120px;
  }
}

@media screen and (max-width: 1024px){
  .news-block .news-list-item{
    margin: 0 0 0;
  }

  .product-tabs .product-tabs-inner li{
    width: 23%;
  }
}
@media screen and (max-width: 768px) {

  .news-block .news-list-item .imgview img{
    max-width: 100%;
    width: 100%;
  }
  .bg-product{
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px){
  .title-on{
    font-size: 20px;
  }
  .news-on .content{
    padding: 20px 0 40px;
  }
  .bo1{
    margin-left: 0;
  }
  .product-tabs .product-tabs-inner {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 10px;
    justify-content: space-between;
  }

  .product-tabs .product-tabs-inner li {
    width: 49%;
    margin: 5px 0;
  }
  .product-tabs{
    margin-bottom: 0;
  }
  .news-block{
    padding: 0 0 40px 0;
  }
  .news-on{
    padding-top: 40px;
  }
  .news-block .top-block1-box{
    padding-bottom: 50px;
  }
  .imgview-on p{
    font-size: 12px;
  }

  .ttl-2-news{
    font-size: 18px !important;
  }

  .news-block .news-list a{
    flex-wrap: wrap;
  }

  .news-block .news-list a p{
    padding-top: 10px;
  }
	.product-tabs .product-tabs-inner li a{
		font-size: 14px;
	}

  ul.pagination{
    margin: 40px 0;
  }

  .page ul li.pre {
    margin-right: 0;
  }

  .page ul li.next {
    margin-left: 0;
  }

  .page ul li.pc-1 {
    display: none !important;
  }

  .news-block .news-list{
    justify-content: space-between;
  }

  .news-block .news-list a{
    margin-right: 0;
  }

  .news-on figure .height-img{
    height: 300px;
  }

  .c-list-all .box1 h3{
    font-size: 20px;
  }
  .c-list-all .box1 .note dl dt{
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .c-list-all .box1 .note dl dd{
    width: 68%;
  }

  .product-block .top-block3 .c-list-item23{
    justify-content: space-between;
  }

  .product-block .top-block3 .c-list-item23 .c-item{
    width: 48%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .top-block3 .c-list-item23 .c-item .height-img{
    height: 200px;
  }

  .product-on .cart select{
    margin-left: 10px;
    margin-right: 10px;
  }
  .product-on .cart .btn-cart{
    width: 180px;
    height: 60px;
  }

  .product-on .note dl dt{
    width: 30%;
    padding-left: 0;
    padding-right: 0;
  }

  .product-on .note dl dd{
    width: 68%;
  }

  .product-on .note1 .box1 h3{
    font-size: 20px;
  }

  .product-on .slide-pro figure .img{
    height: 350px;
  }

  .out-stock{
    font-size: 20px;
  }
}