@charset "utf-8";
/* SMVS型ナットランナー */
.smvs_img_wrap{
    display: flex;
    justify-content: center;
    align-items: start;
}
.smvs_table{
    border: solid 1px #251e1c;
}
.product_table_head > th{
    font-weight: 400;
    border: solid 1px #251e1c;
}
td.smvs_table_border_right{
    border-right: solid 1px #251e1c;
}
@media (min-width: 751px) {
    .product_mv_sub{
        background: url(/product/nutrunner/smvs/images/eyecatch.jpg) no-repeat 50% 50%/ cover;
    }
    .smvs_img_wrap{
        column-gap: 20rem;
        margin-top: 40rem;
    }
    .smvs_img{
        width: 424rem;
        height: auto;
        flex-shrink: 0;
    }
    .smvs_table{
        margin-top: 30rem;
    }
    .smvs_table_width_50{
        width: 50rem;
    }
    .smvs_table_width_230{
        width: 230rem;
    }
    .smvs_features_box_txt_info{
        font-size: 16rem;
        margin-top: 5rem;
        display: block;
    }
    .product_catalog_btn_note {
        width: 360rem;
    }
}
@media (max-width: 750px) {
    .product_mv_sub{
        background: url(/product/nutrunner/smvs/images/eyecatch_sp.jpg) no-repeat 50% 50%/ cover;
    }
    .smvs_img_wrap{
        flex-direction: column;
        margin-top: 50rem;
    }
    .smvs_features_box_txt_info{
        font-size: 24rem;
    }
    .smvs_table{
        margin-top: 44rem;
    }
    .smvs_table_width_50{
        width: 55rem;
    }
    .smvs_table_width_230{
        width: 170rem;
    }
}