@charset "UTF-8";

/* cv
============================== */
.lp_wrap .offer_2set div.cv-rg1848-btn {
    inset: 15% 0% auto;
}

/* 追従CV */
#cv-btn {
    z-index: 2;
    position: fixed;
    bottom: 10px;
    opacity: 0;
    width: 1px;
    transition: all .5s 0s ease;
}
#content img.btn-active {
    opacity: 1;
    margin-left: 7px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    #content img.btn-active {
        margin-left: 18px;
        width: 620px;
    }
}
