.terms {
    position: relative;
}

.terms__img {
    width: 100%;
    height: 1000px;
    vertical-align: bottom;
}

.terms__img--sp {
    display: none;
}

.terms_title_img--sp {
    display: none;
}

.terms_frame {
    position: absolute;
    display: block;
    width: 89%;
    height: 820px;
    margin: auto;
    top: 10%;
    left: 5%;
}

.terms_frame_sp {
    display: none;
}

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

    .terms__img {
        display: none;
    }

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

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

    .terms_frame {
        display: none;
    }

    .terms_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) {

}
