@charset "UTF-8";

/* CZリモートデスクトップ画像 */
/* ----------------------------------------------------------- */
.cz-remote-img{
    margin-top: 10px;
}
@media screen and (max-width: 375px) {
    .cz-remote-img{
        width: 100%;
        height: auto;
    }
}

.cz-remote-text{
    margin-top: 20px;
}
