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

/* 導入事例一覧ページ：見出しラベルは英字フォント */
.post-type-archive-case .p-archiveHead__label {
  font-family: "Figtree", sans-serif;
}
