@media (max-width: 1024px) {
    /* ヘッダーロゴ */
    .header-logo { font-size: 0.9rem !important; gap: 0.5rem !important; }
    .header-logo-img { height: 36px !important; }

    /* ページ見出し */
    h1 { font-size: 1.7rem !important; }
    .title { font-size: 1.7rem !important; }

    /* カードのpadding削減 */
    .card { padding: 1.25rem 1rem !important; }

    /* line-height を読みやすく */
    p, li, div { line-height: 1.8 !important; }

    /* セクション内の大きなpadding削減 */
    [style*="padding: 3rem 2rem"],
    [style*="padding: 4rem 2rem"],
    [style*="padding: 2rem 3rem"] {
        padding: 1.25rem 1rem !important;
    }

    /* コンテナのpadding調整 */
    .container { padding: 1.5rem 0.75rem !important; }

    /* Googleフォームの高さ調整 */
    iframe[src*="google.com/forms"] {
        height: 700px !important;
    }

    /* フッターのテキスト中央寄せ */
    .footer-bottom { justify-content: center !important; text-align: center !important; gap: 0.5rem !important; }
}

@media (max-width: 480px) {
    /* 極小画面 */
    h1 { font-size: 1.4rem !important; }
    .title { font-size: 1.4rem !important; }
    .header-logo span { font-size: 0.8rem !important; }
}
