.news-block ul, .news-block ol, .news-block ul li, .news-block 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: 500px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}


.product-tabs .product-tabs-inner li{
  width: 160px;
  height: 54px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
 font-size: 14px;
  cursor: pointer;
  transition: 0.4s;
  background: #fff;
  position: relative;
  border-radius: 5px;
}

.product-tabs .product-tabs-inner li:hover {
  background: #3EBBD6;
  border: 1px solid #3EBBD6;
  color: #fff;
}

.product-tabs .product-tabs-inner li a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
}


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

.news-block{
  padding: 0px 0 60px 0;
}

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

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

.top-block1-box .news-list a{
  border-top: 1px dotted #111;
}

.top-block1-box .news-list a:last-of-type{
  border-bottom: 1px dotted #111;
}

.news-block{
  padding-bottom: 60px;
}

.news-block .content{
  word-break: break-all;
  line-height: 240%;
}

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


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

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

@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;
  }
}

@media screen and (max-width: 1024px){
  .news-block .news-list{
    justify-content: space-between;
  }

  .news-block .news-list-item{
    margin: 0 0 0;
  }

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

  .news-block .news-list-item .imgview img{
    max-width: 100%;
    width: 100%;
  }
}

@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;
  }

  .product-tabs .product-tabs-inner li {
    width: 49%;
    margin: 5px 0;
  }
  .product-tabs{
    margin-bottom: 0;
  }
  .news-block{
    padding: 0 0 40px 0;
  }
  .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 {
		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;
  }

  .top .top-block1-box .news-list{
    margin-top: 0;
  }

}