.page_profile .section_review .txt {
    text-align: center;
    margin-bottom: 1em;
}

.page_profile .section_review .txt01 {
    font-size: var(--fs_n);
    font-weight: bold;
}

.page_profile .section_review .txt02 {
    font-size: var(--fs_s);
}

/* プロフィール口コミ SP / PC（SPカード装飾） */
.page_profile .section_review_sp .section_inner,
.page_profile .section_review--spCards .section_inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.profile_review_sp {
    background: #FCFAF7;
    border-radius: 6px;
    padding: 16px 12px 20px;
}

.profile_review_sp__overall {
    text-align: center;
    padding: 8px 0 12px;
}

.profile_review_sp__overallLine {
    height: 1px;
    background: #DCDCDC;
    width: 100%;
}

.profile_review_sp__overallNum {
    font-size: 2.1rem;
    line-height: 1.15;
    color: #A6822B;
    font-weight: 600;
    margin: 12px 0 6px;
    letter-spacing: 0.02em;
}

.profile_review_sp__overallLbl {
    font-size: 0.82rem;
    color: #332211;
    margin: 0 0 8px;
}

.profile_review_sp__overallStars {
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    color: #A6822B;
    margin: 0 0 12px;
}

.profile_review_sp__card {
    margin-top: 14px;
}

.profile_review_sp > .profile_review_sp__card:first-child {
    margin-top: 0;
}

.profile_review_sp__overall + .profile_review_sp__card {
    margin-top: 14px;
}

.profile_review_sp__cardLink {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-decoration: none;
    color: inherit;
    padding: 14px 12px;
    background: #fff;
    border: 1px solid #E8E4E0;
    border-radius: 6px;
    transition: box-shadow 0.2s ease;
    gap: 12px;
}

@media only screen and (min-width: 769px) {
    .page_profile .section_review--spCards .profile_review_sp__cardLink {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        min-height: 7.5rem;
    }

    .page_profile .section_review--spCards .profile_review_sp__cardCol--main {
        flex: 1 1 auto;
        min-width: 0;
    }

    .page_profile .section_review--spCards .profile_review_sp__cardCol--meta {
        flex: 0 0 11.9rem;
        max-width: 45%;
    }
}

.profile_review_sp__cardLink:hover {
    box-shadow: 0 4px 14px rgba(51, 34, 17, 0.08);
}

.profile_review_sp__cardCol--main .profile_review_sp__ttl {
    margin-bottom: 10px;
}

.profile_review_sp__ttl {
    font-size: 1rem;
    font-weight: 700;
    color: #332211;
    margin: 0 0 10px;
    line-height: 1.45;
}

.profile_review_sp__cardCol--main .profile_review_sp__ttl:last-child {
    margin-bottom: 0;
}

.profile_review_sp__rule {
    height: 1px;
    background: #DCDCDC;
    margin: 0 0 10px;
}

.profile_review_sp__scoreLine {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 10px;
    margin: 0 0 8px;
}

.profile_review_sp__stars {
    display: inline;
    font-size: 0.88rem;
    color: #A6822B;
    margin: 0;
    letter-spacing: 0.1em;
}

.profile_review_sp__scoreNum {
    font-size: 0.88rem;
    font-weight: 600;
    color: #A6822B;
    white-space: nowrap;
}

.profile_review_sp__author {
    font-size: 0.76rem;
    color: #666666;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}

.profile_review_sp__authorLbl {
    font-weight: 600;
    color: #332211;
    margin-right: 0.25em;
}

.profile_review_sp__body {
    font-size: 0.85rem;
    color: #555555;
    line-height: 1.65;
    margin: 0;
}
