.fv-contents__detail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 208px;
    }
    
@media screen and (max-width: 640px) {
    .fv-contents__detail {
        height: 32.6vw;
     }
}

.fv-contents__title__main span {
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 42px;
    height: 58px;
    width: 58px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
    background-color: #225ab4;
    }

.fv-contents__title__sub__next {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #000000;
    border-radius: 60px;
    padding: 0 2px 0 4px;
    }


@media screen and (max-width: 640px) {
    .fv-contents__title__main span {
        display: inline-block;
        margin: 0 2px 0 0;
        font-size: calc(100vw / 15);
        height: calc(100vw / 11.2);
        width: calc(100vw / 10.9);
        line-height: calc(100vw / 11.7);
        text-align: center;
        color: #fff;
        font-weight: bold;
        border-right: 1px solid #fff;
        background-color: #225ab4;
     }
}


@media screen and (max-width: 640px) {
    .fv-contents__title__sub__support {
        color: #225ab4;
        font-size: calc(100vw / 18);
        font-weight: 800;
        text-align: center;
        margin: -3px 0 0 0;
        line-height: calc(100vw / 14);
     }
}

@media screen and (max-width: 640px) {
    .fv-contents__title__sub__next {
        font-size: calc(36vw / 19);
        font-weight: 700;
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #000000;
        border-radius: 60px;
        padding: 0 2px 0 4px;
     }
}


/* FVメインテキスト - 〇〇申請サポート */

/* 受給事例cssベース-共通部分 */

h2.case-title {
    font-size: 42px;
    font-weight: 900;
    display: flex;
    align-items: flex-end;
}

span.case-title__decoration {
    font-size: 23px;
    font-weight: 900;
    margin: 0 2px;
    padding: 0 0 1px 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background-color: #EF6A26;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    h2.case-title {
        font-size: calc(100vw / 15);
        font-weight: 900;
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (max-width: 640px) {
    span.case-title__decoration {
        font-size: calc(100vw / 26);
        font-weight: 900;
        margin: 0 2px;
        padding: 0 0 calc(100vw / 200) 0;
        width: calc(100vw / 18);
        height: calc(100vw / 18);
        line-height: calc(100vw / 18);
        background-color: #EF6A26;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 480px) {
    h2.case-title {
        font-size: calc(100vw / 12);
        font-weight: 900;
        display: flex;
        align-items: flex-end;
    }
}

@media screen and (max-width: 480px) {
    span.case-title__decoration {
        font-size: calc(100vw / 22);
        font-weight: 900;
        margin: 0 2px;
        padding: 0 0 calc(100vw / 200);
        width: calc(100vw / 16);
        height: calc(100vw / 16);
        line-height: calc(100vw / 18);
        background-color: #EF6A26;
        color: #ffffff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* 受給事例cssベース-共通部分 */


/* solution: 逆三角形矢印を大きく */
#solution .j-xJ:before {
    height: 72px;
}

@media (min-width: 576px) {
    #solution .j-xJ:before {
        height: 88px;
    }
}

/* solution: SVGテキストの枠線だけ矢印と同色に（塗りは元の白のまま） */
#solution .YtAa text[data-name="1"] {
    stroke: var(--primary-500);
}

/* solution: 上部に余白を追加 */
#solution.HnrS {
    padding-top: 56px;
}

@media (min-width: 576px) {
    #solution.HnrS {
        padding-top: 72px;
    }
}

@media (min-width: 768px) {
    #solution.HnrS {
        padding-top: 96px;
    }
}

/* #problem 吹き出し: 「退職給付金の申請をするとき...」を1行に収める（文字数増で2行→はみ出し対策） */
#problem .RkXB {
    max-width: 340px;
}
#problem .jnso {
    white-space: nowrap;
}

