html body .frame main.jc-news-template-page > article {
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 28px !important;
}

.jc-news-list {
  color: #6e5b61;
}

.jc-news-list h1 {
  margin: 0 0 14px;
  text-align: center;
}

.jc-news-list h1 img {
  display: block;
  width: min(100%, 286px);
  height: auto;
  margin: 0 auto;
}

.jc-news-list .ctr {
  width: 100%;
  margin: 0 auto;
}

.jc-news-list .row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.jc-news-list a.col {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0 0 10px;
  border: 3px solid #fff;
  background: #ecf0f2;
  color: #6e5b61;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  overflow: hidden;
}

.jc-news-list a.col .thmb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.jc-news-list a.col .cate {
  display: inline-block;
  width: auto;
  min-width: 72px;
  margin: 9px 4px 5px;
  padding: 3px 10px;
  border-radius: 100px;
  background: #d05159;
  color: #fff;
  line-height: 1.35;
  text-align: center;
}

.jc-news-list a.col .time {
  display: inline-block;
  margin: 9px 4px 5px 0;
  line-height: 1.35;
}

.jc-news-list a.col .ttl {
  display: -webkit-box;
  min-height: 36px;
  margin: 0;
  padding: 0 5px;
  line-height: 1.5;
  text-align: left;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.jc-news-list .pagen {
  margin-top: 24px;
}

@media screen and (min-width: 900px) {
  html body .frame main.jc-news-template-page > article {
    min-height: 0 !important;
  }

  .jc-news-list .row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}
