/* マイサイト1day ページ固有スタイル
   基本レイアウト・rj-* クラスは page-rejusea.css を共用し、
   このファイルは図版（機構図・臨床グラフ）まわりの追加のみ。 */

.rj-figure {
    max-width: 760px;
    margin: 48px auto 0;
    text-align: center;
}

.rj-figure img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    display: block;
}

.rj-figure figcaption {
    margin-top: 14px;
    font-size: 0.82rem;
    line-height: 1.7;
    color: var(--color-text-light);
    text-align: left;
}

/* 費用表の注記：2行目以降の行間を詰める */
.rj-billing-note .rj-note + .rj-note {
    margin-top: 4px;
}

@media (max-width: 768px) {
    .rj-figure {
        margin-top: 32px;
    }
}
