@charset "utf-8";
/* CSS Document */

.news-section {
  width: 100%;
  margin: auto;
  text-align: center;
    max-width: 960px;
}

.swiper {
  overflow: hidden;
  padding: 20px;
  background: #fff;
  height: 80px; /* 高さを固定 */
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
}

.myNewsSlider {
  width: 100%;
  height: 80px; /* スライダーの高さを確保 */
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 15px;
  height: 80px!important; /* 各スライドの高さ */
/*  background: #f9f9f9;*/
  border-radius: 5px;
/*  padding: 20px;*/
    margin-bottom: 20px;
}

.swiper-wrapper a:hover{
    opacity: 0.6;
}

.date {
  font-size: 14px;
  color: #555;
    margin: 0;
}

.label {
  font-size: 12px;
  background: #007bff;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 0;
}

.text {
  font-size: 16px;
  font-weight: bold;
    margin: 0;
}


@media screen and  (min-width: 992px) {
    .swiper-slide {
        padding: 20px 10px;
        height: 100px!important; /* 各スライドの高さ */
    }

}
