/**
 * 下層ページ共通（商品・ご依頼の流れなど）
 */

.site-inner {
    padding: 16px 0 32px;
}

@media (max-width: 767px) {
    .site-inner {
        padding-top: 10px;
    }

    .site-inner__heading {
        margin-bottom: 12px;
    }

    .site-inner__title {
        font-size: 1rem;
        padding: 8px 10px;
        border-top-width: 4px;
        line-height: 1.45;
    }

    .site-inner__subtitle {
        margin-bottom: 10px;
        padding: 4px 10px 8px;
        font-size: 0.82rem;
        border-radius: 0 0 16px 16px;
    }
}

.site-inner__heading {
    margin-bottom: var(--site-gap-lg);
}

.site-inner__title {
    margin: 0 0 8px;
    font-size: clamp(1.2rem, 3.5vw, 1.5rem);
    font-weight: 700;
    color: #c89932;
    text-align: center;
    letter-spacing: 0.04em;
    border: 1px solid #e6b422;
    border-width: 6px 1px 1px;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
}

.site-inner__subtitle {
    margin: 0 0 20px;
    padding: 6px 12px 12px;
    font-size: 0.9rem;
    color: var(--home-muted);
    text-align: center;
    border: 1px solid #e6b422;
    border-top: none;
    border-radius: 0 0 24px 24px;
    box-shadow: 0 3px 2px rgba(192, 192, 192, 0.35);
}

.site-inner__content {
    max-width: 100%;
}

.site-inner__content .page-title {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 700;
}

.site-inner__content p {
    line-height: 1.8;
}

.site-inner__content ul {
    padding-left: 1.2em;
}

.product-detail-section .cta-section {
    margin-top: 24px;
    text-align: center;
}

.flow-section .flow-steps {
    padding-left: 1.2em;
}

.flow-section .flow-steps li {
    margin-bottom: 20px;
}

.flow-section .flow-steps h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.btn {
    display: inline-block;
    padding: 0.65rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
}

.btn-primary {
    color: #fff;
    background: var(--home-accent);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    opacity: 0.92;
    outline: none;
}

.btn-large {
    padding: 0.85rem 2rem;
    font-size: 1.05rem;
}
