@charset "utf-8";

/* -- お知らせ -- */

.news-item .img-area > img + .no-img {
    display: none;
}

.top-news > section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
}

.news-item > a {
    display: block;
    position: relative;
  	color: var(--base-body-color);
}

.news-item > a:hover {
  	color: var(--base-body-color);
}

.news-item:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.news-item img + .no-img {
    display: none;
}

.news-item .img-control {
    position: relative;
    background: #F2F2E7;
    padding: 0 0 67.8%;
    overflow: hidden;
    height: 0;
    margin: 10px 0 0;
}

.news-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    margin: auto;
    object-fit: cover;
    transition: all .5s;
}

.news-item .top-news-text-box {
    margin: 15px 0 0;
}

.news-item .top-cate {
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-item .top-date {
    display: block;
    font-size: 12px;
    line-height: 1.24em;
    letter-spacing: 0.1em;
	margin: 20px 0 0; 
    word-break: break-all;
}

.news-item .top-title {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.8em;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 544px) {

  .top-news > section {
      grid-template-columns: repeat(2, 1fr);
  }

} /* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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


} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {
  
  .top-news > section {
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
  }

  .news-item .top-cate {
      font-size: 14px;
  }

  .news-item .top-date {
      font-size: 14px;
  }

  .news-item .top-title {
      font-size: 14px;
  }

} /* min-width: 1024px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1250px) {
  
  .news-item .top-cate {
      font-size: 16px;
  }

  .news-item .top-date {
      font-size: 16px;
  }

  .news-item .top-title {
      font-size: 16px;
  }

} /* min-width: 1250px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1440px) {


} /* min-width: 1440px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



