
    /* collect.html カスタムスタイル */
    .inner.section-py {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    h1.page-ttl {
        margin-bottom: 30px;
        padding-left: 12px;
        font-weight: bold;
        font-size: 1.4rem;
        border-left: 4px solid var(--color02, #0075c1);
    }

    .lead-box {
        margin: 16px 0;
        padding: 14px 18px;
        border-left: 3px solid var(--color02, #0075c1);
        background: #f3f8fd;
    }

    .lead-box .explanation {
        margin-bottom: 0;
        line-height: 1.8;
        text-align: left;
    }

    .case-item {
        overflow: hidden;
        margin-bottom: 20px;
        padding: 16px;
        border: 1px solid #ddd;
    }

    .case-item strong {
        display: block;
        margin-bottom: 8px;
        font-weight: bold;
        color: var(--color02, #0075c1);
    }

    .case-item img.migi {
        max-width: 100%;
        float: right;
        margin: 0 0 10px 16px;
    }

    .case-ap {
        overflow: hidden;
        margin-bottom: 24px;
    }

    .case-ap img.naka {
        float: left;
        margin: 0 16px 10px 0;
    }

    .asgen-txt {
        margin-bottom: 24px;
    }

    h4 {
        margin: 1.2em 0 0.5em;
        font-weight: bold;
        font-size: 1rem;
    }

    p.voice-ttl,
    h4.voice-ttl {
        font-size: 1.1em;
        color: var(--color02, #0075c1);
    }
