.help {
    position: relative;
}

.help__img {
    width: 100%;
    vertical-align: bottom;
}

.help__img--sp {
    display: none;
}

.help_title_img--sp {
    display: none;
}

.help_frame {
    position: absolute;
    display: block;
    width: 79.6%;
    height: 36.9vw;
    margin: auto;
    top: 31.4%;
    left: 10.2%;
}

.help_frame_sp {
    display: none;
}

/** SP **/
@media screen and (max-width:767px) {

    .help__img {
        display: none;
    }

    .help__img--sp {
        display: block;
        width: 100%;
        height: 700px;
        vertical-align: bottom;
    }

    .help_title_img--sp {
        display: block;
        position: absolute;
        top: 2%;
        width: 35%;
        left: 2%;
    }

    .help_frame {
        display: none;
    }

    .help_frame_sp {
        display: block;
        position: absolute;
        display: block;
        width: 100%;
        height: 619px;
        margin: auto;
        top: 11.5%;
    }
}

/** タブレット **/
@media screen and (min-width:768px) and (max-width:960px) {
    .help_frame {
        position: absolute;
        display: block;
        width: 79%;
        height: 284px;
        margin: auto;
        top: 31.4%;
        left: 10.5%;
    }

    .help_frame_sp {
        display: none;
    }
}
