@charset "UTF-8";
@import url("/css/destyle.css");
@import url("/css/common.css");

.news-index-content,
.news-content {
  max-width: 920px;
  margin: 0 auto;
}
.news-items {
  border-top: 1px solid #999;
}
.news-item {
  display: grid;
  grid-template-columns: calc(20% - 30px) minmax(0, 1fr);
  column-gap: 30px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #999;
}
.news-date {
  color: #777;
  font-size: 1.6rem;
  line-height: 1.7;
  white-space: nowrap;
}
.news-item-title {
  position: static;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.news-item-title::after {
  display: none;
}
.news-item-title a {
  text-decoration: none;
}
.news-item-title a::after {
  content: " ›";
  color: #e2b4af;
  font-size: 1.25em;
  font-weight: bold;
}
.news-important {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  color: #fff;
  background: #9b3d37;
  font-size: 1.2rem;
  vertical-align: 2px;
}
.news-empty {
  padding: 50px 0;
  text-align: center;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 45px;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border: 1px solid #bbb;
}
.pagination .current {
  color: #fff;
  background: #333;
  border-color: #333;
}
.news-article header {
  position: static;
  height: auto;
}
.news-content {
  padding-top: 80px;
}
.news-article-head {
  padding-bottom: 32px;
  border-bottom: 1px solid #999;
}
.news-article-head h1 {
  margin: 14px 0 0;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}
.news-body {
  padding: 48px 0 0;
  font-size: 1.6rem;
  line-height: 2;
  overflow-wrap: anywhere;
}
.news-body h2,
.news-body h3,
.news-body h4 {
  margin: 1.8em 0 0.7em;
  font-weight: bold;
  line-height: 1.6;
}
.news-body h2 { font-size: 2.4rem; }
.news-body h3 { font-size: 2rem; }
.news-body p,
.news-body ul,
.news-body ol,
.news-body blockquote { margin-bottom: 1.2em; }
.news-body ul { list-style: disc; padding-left: 1.5em; }
.news-body ol { list-style: decimal; padding-left: 1.5em; }
.news-body a { text-decoration: underline; }
.news-back {
  width: 260px;
  margin: 50px auto 0;
}
.news-back a {
  padding: 14px;
  font-size: 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-item {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 7px;
    padding: 18px 0;
  }
  .news-item-title {
    font-size: 1.6rem;
  }
  .news-content {
    padding-top: 40px;
  }
  .news-article-head h1 {
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .news-body {
    padding-top: 36px;
    font-size: 1.6rem;
  }
  .news-back {
    width: 230px;
  }
  .news-back a {
    padding: 12px;
    font-size: 1.5rem;
  }
}
