/* Contact Form 7 の送信完了メッセージを隠す（完了画面へ遷移するため不要）。
   旧: inc/core.php の wp_footer ヒアドキュメント直書き（2026-07-30に外部化） */
.wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}
