/* 区向け LP 共通（ベースは ../../practice/style.css） */
.lp-lead {
    font-size: 16px;
    color: #444;
    line-height: 1.85;
    margin-bottom: 0;
}

.lp-stations {
    margin: 12px 0 0;
    padding-left: 1.25rem;
    color: #555;
    line-height: 1.75;
    font-size: 15px;
}

.lp-stations li {
    margin-bottom: 6px;
}

.lp-cta-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.lp-cta-row .practice-btn {
    text-align: center;
}

.lp-muted {
    font-size: 13px;
    color: #777;
    line-height: 1.65;
    margin-top: 12px;
}

.lp-sibling-nav {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.lp-sibling-nav a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}

.lp-sibling-nav a:hover {
    text-decoration: underline;
}

@media (min-width: 480px) {
    .lp-cta-row {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lp-cta-row .practice-btn {
        flex: 1 1 auto;
        min-width: 140px;
    }
}
