@charset "UTF-8";
/*-----追加20250425--------------------------------*/
.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: inherit;
}

.bottom__link--wrapper .bottom__link--item {
  width: 32%;
}
@media screen and (max-width: 834px) {
  .bottom__link--wrapper .bottom__link--item {
    width: 100%;
  }
}

/*-----追加250709--------------------------------*/
.news .text {
  overflow: visible;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
}
