This page is used for Login Customizer plugin. It will not be visible to your readers. Do not delete it.

/* フッターCTAカスタム */ .footer-cta { text-align: center; padding: 40px 20px; background-color: #f8f8f8; /* 明るい背景色 */ border-top: 1px solid #eee; /* 上部に薄い線 */ } .footer-cta-button a { display: inline-block; padding: 15px 30px; background-color: #007bff; /* ライトニングの主要カラー */ color: #fff; font-size: 20px; font-weight: bold; text-decoration: none; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* হালকা শ্যাডো */ transition: background-color 0.3s ease, box-shadow 0.3s ease; } .footer-cta-button a:hover { background-color: #0056b3; /* ホバー時の濃いめの色 */ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* ホバー時の濃いめ শ্যাডো */ } .footer-cta-text { margin-top: 15px; color: #555; font-size: 16px; } /* レスポンシブ対応 (画面幅が狭い場合) */ @media (max-width: 600px) { .footer-cta-button a { font-size: 18px; padding: 12px 25px; } .footer-cta-text { font-size: 14px; } }