/* 記事個別スタイルの修正 */

/* 固定ページの修正 */
/* 補助金不正受給 */
.template .heading-area h2.icon-subsidy-fraud:before {
  background-image: url("http://monolith.law/wp-content/uploads/2025/07/icon_subsidyfraud.svg") !important;
}

/* 介護事業者の法務 */
.template .heading-area h2.icon-care-service-provider:before {
  background-image: url("http://monolith.law/wp-content/uploads/2025/09/icon_care-service-provider.svg") !important;
}

/* Social Impact & Community Engagement */
.template .heading-area h2.icon-greetings-from-the-managing-attorney:before {
  background-image: url("http://monolith.law/wp-content/uploads/2026/06/icon_truss-bridge.svg") !important;
}


/* 記事内部 */
/* テーブル内のリンクのフォントサイズを継承して一貫したタイポグラフィにする */
table td a {
  font-size: inherit;
}
