@charset "UTF-8";

/* 検査画像 */
/* ----------------------------------------------------------- */
.cz-sistem-img{
    margin-top: 10px;
}
@media screen and (max-width: 375px) {
    .cz-sistem-img{
        width: 300px;
        height: auto;
    }
        
}

/* レーザー加工 */
/* ----------------------------------------------------------- */

/* PC　スマホ 表示用 */
.cz-laser-hide-pc{
    display: block;
}
.cz-laser-hide-tel{
    display: none;
}
/* 画像 */
.cz-laser-img-flex{
    display: flex;
    margin-top: 10px;
}
.cz-laser-img{
    width: 320px;
    height: auto;
}
.cz-laser-img-txt{
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 140px;
    text-align: center;
}

@media screen and (max-width: 375px) {
    .cz-laser-hide-pc{
        display: none;
    }
    .cz-laser-hide-tel{
        display: block;
    }
    .cz-laser-img-txt{
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 55px;
        text-align: center;
    }
}







