
  @media screen and (max-width: 1032px) {

}

@media screen and (max-width: 820px) {
}

@media screen and (max-width: 768px) {

}



/* 440px以下のSwiperスタイル */
@media screen and (max-width: 440px) {
    .top-news-text-box {
        width: 3.5rem;
      }
      /* .top-news-flex-right {
        font-size: 12px;
      } */
      .top-news-container{
          .readmore-btn {
            width: 150px;
            }
      }
}

/* 440px以上の時はSwiperを非表示 */
@media screen and (min-width: 441px) {
}
