/* 送信ボタンの非活性化スタイル */
button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}