@charset "utf-8";
/* 生産管理システム */

@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/production-control-systems/images/eyecatch.jpg?v=1);
    }
    .production_img_wrap{
        margin-top: 30rem;
        display: block;
    }
    .product_catalog_btn_note {
        width: 360rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/production-control-systems/images/eyecatch_sp.jpg?v=1);
    }
    .production_img_wrap{
        margin-top: 50rem;
        display: block;
    }
    .product_common_ttl_small_2 {
        margin-left: 10rem;
        display: block;
    }
    .system_common_ttl{
        line-height: calc(48/40);
        padding-bottom: 12rem;
    }
    .system_common_ttl .product_common_ttl_small_2{
        margin-left: 7rem;
    }
}