/* 【案件レイヤ】/profile/ ページ個別CSS(旧swell_meta_css 1109の新テーマ移管・P4)
   本番同等: ページタイトル非表示(本文が自前見出しを持つ)+SP専用改行(768px基準・
   swell-compat.cssの.sp-only 599px基準よりこのページは広い) */
.entry-header { display: none; }

/* 本文がフルワイドのダークバンドで始まり・終わるページ=site-mainの上下paddingを除去
   (旧swell_meta_cssの .l-content{padding-top:0!important} 相当。P4で移管し損ねた分+
   下端はCTAバンドをフッターに密着させる。嶋崎FB 2026-07-03) */
.site-main { padding-block: 0; }

/* SP専用改行(このページは768px基準・compatの600px基準を詳細度で上書き) */
.entry-content .sp-only { display: none !important; }

@media screen and (max-width: 768px) {
	.entry-content .sp-only { display: inline !important; }
}
