// フォーム要素を検出する関数 function detectForms() { // まず標準的な const forms = document.querySelectorAll(‘form’); if (forms