diff --git a/themes/develop/README.md b/themes/develop/README.md
index 39d8682..28ab720 100644
--- a/themes/develop/README.md
+++ b/themes/develop/README.md
@@ -1,4 +1,4 @@
-# テーマ「develop」Ver.1.0.3
+# テーマ「develop」Ver.1.0.4
## バンドル環境の使い方
diff --git a/themes/develop/contact/form/main.twig b/themes/develop/contact/form/main.twig
index b9f37ff..aa20c9b 100644
--- a/themes/develop/contact/form/main.twig
+++ b/themes/develop/contact/form/main.twig
@@ -1,10 +1,23 @@
{% set form = module('V2_Form') %}
-{% if form.error %}
-
-
+ 管理者向け: バリデーションエラー通知
+
+ ※このメッセージは投稿者以上の権限を持つユーザーにのみ表示されています
+
+
+ フォームID「{{ form.error.formID }}」の項目「{{
+ form.error.fields|join(', ')
+ }}」で入力ルール違反(バリデーションエラー)が検出されました。以下を確認してください。
+
+
+ - 入力ミス:必須項目の未入力、形式間違い、各入力欄にエラーメッセージが出ていないかをご確認ください。
+ -
+ 設定の不一致:正しい入力をしていてもエラーが続く場合、テンプレートの入力欄とフォームID管理の「入力チェック(バリデーター)」設定が一致していない可能性があります。
+
+
+
{% endif %}
{% if form.step == 'step' %}
diff --git a/themes/develop/package-lock.json b/themes/develop/package-lock.json
index 9cdbd6e..9b63549 100644
--- a/themes/develop/package-lock.json
+++ b/themes/develop/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "develop",
- "version": "1.0.3",
+ "version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "develop",
- "version": "1.0.3",
+ "version": "1.0.4",
"license": "MIT",
"dependencies": {
"a-dispatcher": "^1.0.1",
diff --git a/themes/develop/package.json b/themes/develop/package.json
index 307f220..9345c42 100644
--- a/themes/develop/package.json
+++ b/themes/develop/package.json
@@ -1,6 +1,6 @@
{
"name": "develop",
- "version": "1.0.3",
+ "version": "1.0.4",
"description": "Webサイト制作プロジェクト",
"type": "module",
"main": "index.js",