@charset "UTF-8";
/* CSS Document */
.new_box{
    margin-bottom: 72px;
    background: url(../img/products/smartfactory/bg.png);
    background-size: 539px;
    background-position: right;
    background-repeat: no-repeat;
}
.new_box .logo{
    max-width: 450px;
    margin-bottom: 32px;
}
#contents .new_box .copy{
    font-size: 1.9rem;
    line-height: 1.9;
    font-weight: bold;
    margin-bottom: 32px;
    letter-spacing: 2px;
}
#contents .new_box .copy span{
    color: #1E286E;
}
.box{
	margin-bottom: 32px;
}
.column.col1{
	justify-content: flex-start;
}
.column.col1 .col.col_wide{
    max-width: 100%;
}
.column.col1 .col.col_wide.wide1{
	max-width: 1200px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media only screen and (max-width: 767px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #contents .cnt{
        margin-bottom: 57px;
    }
    #contents .cnt .column{
        padding: 0px;
    }
    .new_box{
        margin-bottom: 90px;
        background: url(../img/products/smartfactory/bg.png);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
    }
    .new_box h2{
        margin-bottom: 50px;
    }
    .new_box .logo{
        max-width: 280px;
        margin-bottom: 9px;
    }
    #contents .new_box .copy{
        font-size: 1.3rem;
        line-height: 1.9;
        font-weight: bold;
        margin-bottom: 32px;
        letter-spacing: 2px;
    }
    .box{
        margin-bottom: 28px;
    }
    .wid{
        padding: 0px 16px;
    }
    .wid h2{
        margin-bottom: 0px;
    }
}