/* 専門家ページのパンくずリストのみ、家マーク（アイコン）を非表示（ホーム以外） */
.expert-breadcrumb a:not(:first-child)::before,
.expert-breadcrumb li:not(:first-child)::before,
.expert-breadcrumb a:not(:first-child) .fa-home,
.expert-breadcrumb a:not(:first-child) .fa,
.expert-breadcrumb a:not(:first-child) svg,
.expert-breadcrumb a:not(:first-child) i,
.expert-breadcrumb li:not(:first-child) .fa-home,
.expert-breadcrumb li:not(:first-child) .fa,
.expert-breadcrumb li:not(:first-child) svg,
.expert-breadcrumb li:not(:first-child) i {
    display: none !important;
}

/* 専門家ページで「記事内に広告を含みます」アコーディオンを非表示（JavaScriptで処理） */
body.expert-page .sgb-acc.hide-ad-accordion {
    display: none !important;
}

