@media screen and (max-width:768px){
    .pc {
            display: none !important;
    }
    .sp {
        display: block !important;
    }
    #innerframe {
        left:0 !important;
        width: inherit !important;
        min-height: inherit !important;
    }
    #header-sp {
        margin-bottom:0;
    }
}
@media screen and (min-width:769px), print {
    .pc {
            display: block !important;
    }
    .sp {
        display: none !important;
    }
    #innerframe {
        margin-top:70px;
    }
}
