.fv-contents__detail {
    height: 146px;
    padding-top: 170px;
}

@media screen and (max-width: 640px) {
    .fv-contents__detail {
        height: calc(100vw / 5.2);
        padding-top: 26.5vw;;
    }
}


.fv-contents__title__main span {
    margin: 0 2px 0 0;
    font-size: 42px;
    height: 58px;
    width: 58px;
    line-height: 54px;
}

.fv-contents__title__sub__next {
    font-size: 12px;
    padding: 0 2px 0 4px;
}



@media screen and (max-width: 640px) {
    .fv-contents__title__main span {
        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);
    }
}


@media screen and (max-width: 640px) {
    .fv-contents__title__sub__support {
        font-size: calc(100vw / 18);
        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);
        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ベース-共通部分 */

