@charset "UTF-8";
/* 各記事のCSSを編集するときに使用するファイルです。
classを追加する際はサイト全体のcssとの重複を避けるためclassの冒頭に「c-」を利用してください。
例：c-list, c-list_item
---
.c-list {
  color: #000;
}

.c-list_item {
  color: #000;
}
*/

.article_page .sub_page__kv-fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article_page .sub_page__kv-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-article_bt {
  font-weight: bold;
}
