@charset "utf-8";

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

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

.top-news > section {
    display: flex;
    flex-direction: column;
  	justify-content: space-between;
    align-items: center;
}

.news-item {
    max-width: 350px;
	width: 100%;
    margin: 30px auto 0;
}

.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 57.2%;
    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 {
    position: absolute;
  	top: 0;
  	left: 0;
  	max-width: 144px;
    width: 50%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 34px;
  	text-align: center;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	background: url(/system_panel/uploads/images/news-cate.png) no-repeat left center;
  	background-size: contain;
    z-index: 1;
}

.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: 5px 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 {
      flex-direction: row;
      align-items: flex-start;
  }

  .news-item {
      width: 48%;
      margin: 0;
  }

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

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

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

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

    .news-item .top-cate {
        width: 55%;
        font-size: 13px;
    }
  
  
} /* min-width: 768px ここまで */

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

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

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

  .news-item .top-cate {
      width: 100%;
      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: 18px;
  }

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

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

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

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

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


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

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



