/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 04:59:07 */
/* Contact Form 7 のドロップダウン全体に適用 */
.wpcf7-select {
    width: 100%;             /* 横幅（100%にすると親要素いっぱいに広がります。200px など数値指定も可） */
    max-width: 300px;        /* 広がりすぎを防ぐ場合の最大幅（お好みで調整してください） */
    padding-left: 5em;      /* ★右側に余裕を持たせて▼と文字が被るのを防ぐ */
    box-sizing: border-box;  /* パディングを含めたサイズ計算にする */
}