/**
 * SELFURUGI / NOTIME サービス固定ページ:
 * SWELL の swell_custom-inline-css（.post_content h2/h3）を無効化
 */

/* h2: 背景色・白文字・padding（SWELL 見出し装飾）を外す */
#container #page_contents .post_content h2 {
	background: none !important;
	background-color: transparent !important;
	color: #111 !important;
	padding: 0 !important;
	border: none !important;
	text-align: inherit;
	line-height: inherit;
}

#container #page_contents .post_content h2::before {
	content: none !important;
	display: none !important;
}

/* h3: SWELL の下線装飾を外す（k_ttl01 等） */
#container #page_contents .post_content h3 {
	padding: 0 !important;
	border: none !important;
}

#container #page_contents .post_content h3::before {
	content: none !important;
	display: none !important;
}

/* SHOP LIST 見出し（ページ内インライン CSS と整合） */
#container #page_contents .post_content h2.notime-shoplist__title {
	color: #111 !important;
	text-align: center !important;
	font-weight: 700;
	letter-spacing: 0.05em;
}
