@charset "utf-8";

/* クォリティ・マネージャー */
.product_mv {
    background-repeat: no-repeat;
    background-position: 55% 0;
    background-attachment: fixed;
}
.quality_manager_components_list > li::before{
    content: "・";
}
.quality_manager_img_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.eyecatch_bnr {
    position: absolute;
}
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/production-control-systems/quality-manager/images/eyecatch.jpg);
    }
    .quality_manager_components_list > li + li{
        content: "・";
        margin-top: 10rem;
    }
    .quality_manager_img_wrap{
        column-gap: 8rem;
        margin-top: 30rem;
    }
    .product_catalog_btn .contents_btn {
        width: 400rem;
    }
    .product_catalog_btn_note {
        width: 400rem;
    }
    .eyecatch_bnr {
        width: 368rem;
        right: 38rem;
        bottom: 40rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/production-control-systems/quality-manager/images/eyecatch_sp.jpg);
    }
    .pankuzu_list {
        margin-bottom: 155rem;
    }
    .quality_manager_img_wrap{
        flex-direction: column;
        row-gap: 30rem;
        margin-top: 55rem;
    }
    .eyecatch_bnr {
        width: 368rem;
        right: 40rem;
        bottom: 40rem;
    }
}