@charset "utf-8";
.product_mv {
    background-repeat: no-repeat;
    background-position: 55% 0;
    background-attachment: fixed;
}
.smartfactory_info_txt a{
    color: #124b9c;
    text-decoration: none;
    border-bottom: solid 1px #124b9c;
}
/* スマートファクトリー */
@media (min-width: 751px) {
    .product_mv {
        background-image: url(/product/smart-factory/images/eyecatch.jpg);
    }
    .common_mv_inner {
        padding-bottom: 140rem;
    }
    .smartfactory_info_txt{
        font-size: 14rem;
        margin-top: 40rem;
    }
}
@media (max-width: 750px) {
    .product_mv {
        background-image: url(/product/smart-factory/images/eyecatch_sp.jpg);
    }
    .common_mv_ttl {
        width: 100vw;
        margin-left: -40rem;
    }
    .common_mv_inner {
        padding-bottom: 185rem;
    }
    .smartfactory_main .common_side_nav  .contents_btn_inner{
        font-size: 22rem;
        line-height: calc(32/22);
        padding: 25rem 20rem;
    }
    .smartfactory_main .common_ttl_1{
        font-size: 42rem;
    }
    .smartfactory_info_txt{
        font-size: 24rem;
        line-height: calc(40/24);
        margin-top: 70rem;
    }
}