@charset "utf-8";
/* CO₂レーザ加工機、大型レーザ加工設備（システム） */
.co2_specification_list_wrap{
    display: flex;
    align-items: start;
    justify-content: start;
}
.co2_specification_list > li::before{
    content: "・";
}
.co2_specification_block{
    display: flex;
    justify-content: center;
}
.co2_table  .product_table_border > td{
    font-weight: 500;
}
.co2_table_border{
    border: solid 1px #251e1c;
}
.co2_table_info::before{
    content: "※";
}
@media (min-width: 751px) {
    .product_mv_sub{
        background: url(/product/laser/co2/images/eyecatch.jpg) no-repeat 50% 50%/ cover;
    }
    .co2_specification_list_wrap{
        column-gap: 30rem;
    }
    .co2_specification_list > li{
        text-indent: -16rem;
        padding-left: 16rem;
        line-height: calc(32/18);
    }
    .co2_specification_block{
        align-items: start;
        column-gap: 20rem;
        margin-top: 30rem;
    }
    .product_table_border > th, 
    .product_table_border > td {
        padding: 7.6rem 4rem;
    }
    .co2_table_width_110{
        width: 110rem;
    }
    .co2_table_width_150{
        width: 150rem;
    }
    .co2_table_width_180{
        width: 180rem;
    }
    .co2_table_width_170{
        width: 170rem;
    }
    .co2_table_info{
        font-size: 16rem;
        margin-top: 25rem;
    }
}
@media (max-width: 750px) {
    .product_mv_sub{
        background: url(/product/laser/co2/images/eyecatch_sp.jpg) no-repeat 50% 50%/ cover;
    }
    .co2_specification_list_wrap{
        flex-direction: column;
        margin-top: 30rem;
    }
    .co2_specification_list + .co2_specification_list{
        margin-top: 15rem;
    }
    .co2_specification_list > li{
        text-indent: -26rem;
        padding-left: 26rem;
    }
    .co2_specification_list > li + li{
        margin-top: 15rem;
    }
    .co2_table{
        font-size: 38rem;
    }
    .co2_specification_block{
        flex-direction: column;
        row-gap: 55rem;
        margin-top: 55rem;
    }
    .co2_specification_block picture > img{
        width: auto;
    }
    .product_table_border > th{
        padding: 18rem 6rem;
    }
    .product_table_border > td{
        padding: 8rem 6rem;
    }
    .co2_table_width_110{
        width: 120rem;
    }
    .co2_table_width_150{
        width: 135rem;
    }
    .co2_table_width_180{
        width:150rem;
    }
    .co2_table_width_170{
        width: 140rem;
    }
    .co2_table_info{
        font-size: 24rem;
        margin-top: 35rem;
    }
}

