diff --git a/components/features/StyleTransformer.tsx b/components/features/StyleTransformer.tsx
index 5b394ab..950a711 100644
--- a/components/features/StyleTransformer.tsx
+++ b/components/features/StyleTransformer.tsx
@@ -595,21 +595,26 @@ export function StyleTransformer() {
{/* 左右分割コンテンツ */}
-
+
{/* 左パネル:入力 */}
原文
-
+
{inputText.length} 文字
@@ -748,6 +753,23 @@ export function StyleTransformer() {
+ {/* パネル間 ▶︎ アイコン */}
+
+ ▶
+
+
{/* 右パネル:出力 */}
@@ -764,6 +788,7 @@ export function StyleTransformer() {
style={{
padding: "0 1.75rem",
borderBottom: `1px solid ${C.rule}`,
+ background: "#D4CEC6",
display: "flex",
alignItems: "center",
justifyContent: "space-between",