.l-news{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 5.5%;
}
.l-news .c-tt-news{
  width: 100%;
  position: relative;
}
.l-news .c-tt-news h2{
  font-size: 48px;
  font-family: A-OTF-R;
  line-height: 140%;
  margin-bottom: 35px;
}
.l-news .c-tt-news h2 span{
  font-size: 100%;
  color: #502508;
}
.l-news .c-tt-news p{
  font-size: 16px;
  color: #9E9E9E;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 60px;
  width: 80px;
  font-family: A-OTF-R;
}
.c-posts-news{width: 100%;}
.c-posts-news .c-item1{
  border-top: 1px dashed #707070;
  padding: 25px 10px 20px;
}
.c-posts-news .c-item1 h2{
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  margin: 15px 0 10px;
  display: block;
  color: #0A2546;
}
.c-posts-news .c-item1 label{
  width: 60px;
  display: inline-block;
  border: 1px solid #B70B09;
  color: #B70B09;
  font-size: 13px;
  margin-right: 20px;
  text-align: center;
  padding: 5px 0;
}
.c-posts-news .c-item1 span{
  font-size: 13px;
  vertical-align: middle;
  color: #9E9E9E;
}
.c-posts-news .c-item1 p{
  line-height: 180%;
}
.c-link-news{
  text-align: right;
  /* position: relative; */
  /* z-index: 1; */
}
.c-link-news a{
  color: #752A09;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  transition: 0.4s;
}
.c-link-news a:hover{
  opacity: 0.5;
  transition: 0.4s;
}
.c-link-news a::before{
  content: '';
  background-image: url(../images/common/ic-next.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 10px;
}
.l-news .slider-news {
  width: 100%;
}
.l-news .slider-news .slick-dots{
  text-align: right;
  right: 165px;
  width: calc(100% - 165px);
}

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

.title-on{
  text-align: center;
  font-size: 36px;
  line-height: 160%;
  letter-spacing: 1.5px;
  margin: 20px 0 0;
}

.news-on .wrapper{
  max-width: 900px;
}
.news-on .content{
  text-align: center;
  line-height: 220%;
  letter-spacing: 1.5px;
  padding: 20px 0 60px;
  font-size: 15px;
  word-break: break-all;
}

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

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

@media screen and (max-width: 767px){
  .top-block1-box .news-list a .new{
    width: 40px;
    height: 25px;
    top: 10px;
    left: 10px;
  }
  .c-list-item23{
    justify-content: space-between;
  }

  .top-block1-box{
    padding-bottom: 50px;
  }

  .title-on{
    font-size: 20px;
  }
  .news-on .content{
    padding: 20px 0 40px;
  }

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