.newsPage{
  background:#ffffff;
}

.newsMain{
  background:#ffffff;
  border-top:1px solid #dddddd;
  border-bottom:1px solid #d9d9d9;
}

.newsBreadcrumb{
  padding-top:32px;
  color:#666666;
  font-size:14px;
  line-height:1.7;
}

.newsBreadcrumb a{
  color:#0098d8;
  text-decoration:none;
}

.newsBreadcrumb a:hover{
  text-decoration:underline;
}

.newsInner,
.newsListInner{
  max-width:786px;
  padding:88px 0 72px;
}

.newsTitle{
  margin:0;
  color:#666666;
  font-size:48px;
  line-height:1.25;
  font-weight:700;
  letter-spacing:0.01em;
  text-align:center;
}

/* ---------- 個別記事 ---------- */
.newsArticle{
  margin-top:72px;
}

.newsDate,
.newsLead,
.newsBodyText,
.newsReferenceLabel,
.newsReferenceNote{
  margin:0;
  color:#666666;
}

.newsDate{
  display:block;
  font-size:16px;
  line-height:1.9;
}

.newsLead{
  margin-top:6px;
  font-size:16px;
  line-height:1.7;
}


.newsBody{
  margin-top:30px;
}

.newsBodyText{
  font-size:16px;
  line-height:1.7;
}

.newsBodyText + .newsBodyText{
  margin-top:12px;
}

.newsReference{
  margin-top:30px;
}

.newsReferenceLabel{
  font-size:16px;
  line-height:1.7;
}

.newsReferenceLinkWrap{
  margin:6px 0 0;
}

.newsReferenceLink{
  color:#0098d8;
  font-size:16px;
  line-height:1.7;
  word-break:break-word;
}

.newsReferenceNote{
  margin-top:2px;
  font-size:16px;
  line-height:1.7;
}

.newsBack{
  margin:32px 0 0;
}

.newsBack a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  color:#0098d8;
  font-size:16px;
  text-decoration:none;
}

.newsBack a:hover{
  text-decoration:underline;
}

/* ---------- ニュース一覧 ---------- */
.newsListLead{
  margin:72px 0 0;
  color:#666666;
  font-size:14px;
  line-height:1.8;
  text-align:center;
}

.newsFilter{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px 24px;
  margin-top:44px;
  color:#666666;
  font-size:14px;
}

.newsFilterActions{
  display:flex;
  align-items:center;
  gap:24px;
}

.newsFilterAction{
  min-height:36px;
  padding:0;
  border:0;
  background:transparent;
  color:#666666;
  cursor:pointer;
}

.newsFilterAction:hover,
.newsFilterAction:focus-visible{
  color:#222222;
}

.newsCategoryFilters{
  display:flex;
  align-items:center;
  gap:24px;
  margin:0;
  padding:0;
  border:0;
}

.newsCategoryOption{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  gap:6px;
  white-space:nowrap;
  cursor:pointer;
}

.newsCategoryOption input{
  width:17px;
  height:17px;
  margin:0;
  accent-color:#666666;
  cursor:pointer;
}

.newsList{
  margin-top:12px;
  border-top:1px solid #e4e4e4;
}

.newsListItem{
  display:grid;
  grid-template-columns:104px minmax(0,1fr);
  gap:24px;
  align-items:center;
  min-height:56px;
  padding:10px 20px;
  border-bottom:1px solid #e4e4e4;
  color:#666666;
  text-decoration:none;
  transition:background-color .16s ease;
}

.newsListItem:hover,
.newsListItem:focus-visible{
  background:#f5f5f5;
  text-decoration:none;
}

.newsListItem time{
  font-size:14px;
  line-height:1.6;
  white-space:nowrap;
}

.newsListItem span{
  min-width:0;
  font-size:15px;
  line-height:1.65;
}

.newsEmpty{
  margin:40px 0 0;
  color:#666666;
  font-size:15px;
  text-align:center;
}

.newsPagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-height:44px;
  margin-top:38px;
}

.newsPageButton,
.newsPageEllipsis{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  color:#666666;
  font-size:14px;
  text-decoration:none;
}

button.newsPageButton{
  cursor:pointer;
}

.newsPageButton:hover,
.newsPageButton:focus-visible,
.newsPageButton.is-current{
  background:#f3f3f3;
  color:#444444;
  text-decoration:none;
}

.newsPageButton.is-current{
  cursor:default;
}

.newsPageButton[disabled]{
  opacity:.28;
  cursor:default;
  background:transparent;
}

.newsPageButton--arrow{
  display:grid;
  place-items:center;
  width:44px;
  height:44px;
  padding:0;
  line-height:1;
}

.newsPageButtonIcon{
  display:block;
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.visuallyHidden{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

@media (max-width:980px){
  .newsBreadcrumb{
    padding-top:24px;
    font-size:13px;
  }

  .newsInner,
  .newsListInner{
    max-width:none;
    padding:72px 0 56px;
  }

  .newsTitle{
    font-size:32px;
    line-height:1.42;
    letter-spacing:0;
  }

  .newsArticle{
    margin-top:56px;
  }

  .newsDate,
  .newsLead,
  .newsBodyText,
  .newsReferenceLabel,
  .newsReferenceLink,
  .newsReferenceNote,
  .newsBack a{
    font-size:16px;
    line-height:1.75;
  }

  .newsBody,
  .newsReference{
    margin-top:26px;
  }

  .newsListLead{
    margin-top:60px;
    font-size:14px;
    text-align:left;
  }

  .newsFilter{
    align-items:flex-start;
    justify-content:flex-start;
    gap:8px;
    margin-top:36px;
  }

  .newsFilterActions{
    width:100%;
    gap:24px;
  }

  .newsCategoryFilters{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:0 14px;
  }

  .newsCategoryOption{
    min-height:36px;
  }

  .newsList{
    margin:12px -20px 0;
  }

  .newsListItem{
    grid-template-columns:1fr;
    gap:1px;
    min-height:0;
    padding:14px 20px;
  }

  .newsListItem time{
    font-size:13px;
  }

  .newsListItem span{
    font-size:14px;
    line-height:1.65;
  }

  .newsPagination{
    margin-top:32px;
  }

  .newsPageButton,
  .newsPageEllipsis{
    width:34px;
    height:44px;
  }

  .newsPageButton--arrow{
    width:44px;
  }
}

/* 個別記事ページ：リンクのホバー時に下線を表示しない */
.newsArticlePage .newsBreadcrumb a:hover,
.newsArticlePage .newsReferenceLink:hover,
.newsArticlePage .newsBack a:hover{
  text-decoration:none;
}
