.news {
    padding: 150px 20px 83px;
}
  
@media screen and (max-width: 768px), print {
    .news {
        padding: 40px 20px 0;
    }
}
  
.news .h2 {
    text-align: left;
    margin-bottom: 0;
}
  
@media screen and (max-width: 768px), print {
    .news .h2 {
        width: 100%;
        text-align: center;
    }
}
  
.news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1100px;
    margin:0 auto;
}
  
@media screen and (max-width: 1100px), print {
    .news__head {
        width: 100%;
        justify-content: center;
    }
}
  
.news__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
}
  
.news__tabs.-global {
    padding-top: 0.3vw;
}
  
@media screen and (max-width: 768px), print {
    .news__tabs.-global {
        height: 70px;
    }
}
  
@media screen and (max-width: 768px), print {
    .news__tabs {
        width: 100%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        height: 80px;
    }
 }
  
.news__tabs a {
    width: 140px;
    height: 30px;
    border-radius: 15px;
    background-color: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-right: 20.5px;
}
  
.news__tabs a:last-child {
    margin-right: 0;
}
  
.news__tabs a:link,
.news__tabs a:visited,
.news__tabs a:hover,
.news__tabs a:active {
    color: #838383;
}
  
.news__tabs a.-active {
    background-color: #848484;
 }
  
  .news__tabs a.-active:link,
  .news__tabs a.-active:visited,
  .news__tabs a.-active:hover,
  .news__tabs a.-active:active {
    color: #fff;
  }
  
  @media screen and (max-width: 768px), print {
    .news__tabs a.-active {
      height: 70px;
    }
  }
  
  @media screen and (max-width: 768px), print {
    .news__tabs a {
      width: 20%;
      border-radius: 0;
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      height: 60px;
      line-height: 1.2;
      margin-right: 0;
      border: 1px solid #b9b9b9;
      font-size: 12px;
    }
  }
  
  .news__main {
    width: 1100px;
    margin: 34.3px auto 0;
    border-top: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    padding: 30px;
}
  
  @media screen and (max-width: 1100px), print {
    .news__main {
      width: 100%;
    }
  }
  
  @media screen and (max-width: 768px), print {
    .news__main {
      border-top: none;
      padding:0;
      margin-top: 0;
    }
    .news__main.-global {
      border-bottom: none;
    }
  }
  
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 27px;
  }
  .news__item:last-child{
    margin-bottom: 0;
  }
  
  .news__item > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
  }
  
  .news__item__date {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #505050;
    margin-right: 35px;
    display: block;
    width: 90px;
  }
  
  @media screen and (max-width: 768px), print {
    .news__item__date {
      font-size: 13.5px;
      margin-right: 11px;
    }
  }
  
  .news__item__cat {
    width: 171.4px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #b9b9b9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.08px;
    text-align: center;
    color: #505050;
  }
  
  @media screen and (max-width: 768px), print {
    .news__item__cat {
      font-size: 11px;
      width: 105px;
      height: 18px;
      border-radius: 9px;
    }
  }
  
  .news__item__ttl {
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.89;
    letter-spacing: 1.08px;
    word-break: break-all;
  }
  
  .news__item__ttl:link,
  .news__item__ttl:visited,
  .news__item__ttl:hover,
  .news__item__ttl:active {
    color: #505050;
    text-decoration: underline;
  }
  
  @media screen and (max-width: 768px), print {
    .news__item__ttl {
      display: block;
      padding-top: 10px;
      margin-left: 0;
      font-size: 13px;
      line-height: 1.92;
      letter-spacing: 0.52px;
    }
  }
  
  @media screen and (max-width: 768px), print {
    .news__item {
      display: block;
      margin-bottom: 28px;
    }
  }
  
  .news__banners {
    width: 1164px;
    margin: 113.2px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .news__banners a {
    width: 261px;
    display: block;
  }
  
  .news__banners a img {
    width: 100%;
  }
  
  @media screen and (max-width: 1199px), print {
    .news__banners {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
    }
    .news__banners a {
      width: calc(50% - 10px);
      margin-bottom: 20px;
    }
  }
.news_area{
    display: none;
}
.news_area.active{
    display: block;
}
.no-info-text{
    font-size: 18px;
}
@media screen and (max-width: 768px), print {
  .news__banners {
    margin-top: 60px;
  }
  .news__banners a {
    width: 100%;
    max-width: 425px;
    margin: 0 auto 20px;
  }
  .no-info-text{
    font-size: 13px;
  }
}
.news__item__ttl.info-outer-link::after{
  content:"";
  background: url(/wp-content/themes/kuratomo2022/common/img/icon_direct_01-black.png.webp);
  background-size: contain;
  display: inline-block;
  width:1em;
  height:1em;
  margin-left: 0.5em;
}