.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 3px 0 0;
    font-size: 50px;
    height: 66px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #fff;
    background-color: #225ab4;
    }

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


@media screen and (max-width: 640px) {
    .fv-contents__title__main span {
        display: inline-block;
        margin: 0 2px 0 0;
        font-size: calc(100vw / 13);
        height: calc(100vw / 9.2);
        width: calc(100vw / 9.9);
        line-height: calc(100vw / 9.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 / 15);
        font-weight: 800;
        text-align: center;
        margin: -3px 0 0 0;
     }
}

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


/* 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ベース-共通部分 */

