/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 17 2026 | 23:10:00 */
/* 名前・メール・タイトルの入力欄（やや狭くする） */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    width: 100%;
    max-width: 400px; /* 好みに応じて数値を変更してください */
    box-sizing: border-box;
}

/* 投稿本文の入力欄（少し広くする） */
.wpcf7 textarea {
    width: 100%;
    max-width: 900px; /* 好みに応じて数値を変更してください */
    box-sizing: border-box;
}

