@charset "UTF-8";

/* ==========================================================================
   1. お問い合わせ専用：導入文・注意書きテキスト
   ========================================================================== */
.custom-form-lead {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #333;
}

/* ==========================================================================
   2. お問い合わせ専用：送信同意セクション（確認・規約ブロック）
   ========================================================================== */
.acceptance-section {
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.acceptance-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.acceptance-lead {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.acceptance-bullet-list {
    margin-bottom: 15px;
}

.acceptance-bullet-list ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

.acceptance-bullet-list li {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 6px;
    list-style-type: disc;
}

.acceptance-bullet-list .custom-notice {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
    margin-bottom: 0;
    text-indent: -1em;
    padding-left: 1em;
}

.acceptance-section .wpcf7-acceptance {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
}