/* お役立ち資料一覧ページ：フッター手前のブログパーツ（親テーマの余白を打ち消す） */
.post-type-archive-resources #before_footer_widget.w-beforeFooter {
  margin: 0;
}

/* お役立ち資料一覧ページ：見出しラベルは英字フォント */
.post-type-archive-resources .p-archiveHead__label {
  font-family: "Figtree", sans-serif;
}

/* お役立ち資料一覧ページ：サムネイル画像が見切れないよう全体を表示する */
.post-type-archive-resources .c-postThumb__figure {
  background-color: #f5f6f8;
}
.post-type-archive-resources .c-postThumb__img {
  object-fit: contain;
}
