/* Extracted verbatim from the live Ac+ (bbank.jp/academy) <head>, 2026-09-15.
   Elementor 3.28.0 が全ページの <head> に直書きする、コンテナの背景画像の遅延読み込みの <style>（id 無し）。
   原本では <link> の stylesheet がすべて出た後、WordPress の「追加 CSS」（wp-custom-css）より前にある。
   declarations are byte-for-byte unmodified（改行とタブも原本のまま）。変えたのはセレクタだけで、acplus-base.css と同じく
   会員エリアの外枠 .elementor-kit-35992 の中に閉じ込めた（:where(...) は詳細度 0 なので、原本の詳細度のまま）。
   読み込み済みの印 e-lazyloaded は、原本の body の最後のスクリプト（lazyloadRunObserver）と同じ動きを
   src/components/acplus/ElementorLazyload.tsx が付ける。 */
				:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					:where(.elementor-kit-35992) .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			
