/* width 798px以下 css ------------------------- */

@charset "UTF-8";
@media screen and (max-width: 798px) {
    .mv {
        max-height: 100%;
    }
    .mvSP {
        display: block;
    }
    .mvPC {
        display: none;
    }
    .news_container {
        padding: 50px 20px;
    }
    .product_list li {
        width: 100%;
    }
    .company_inner {
        width: 70%;
        padding: 25px;
    }
    .f_nav_list {
        flex-direction: column;
    }
    .f_nav_list li {
        padding: 5px 0;
        font-weight: 500;
    }
    .f_nav_list li a {
        font-weight: 500;
        font-size: 14px;
    }
    /* 製品情報 ------------------------- */
    .l_product_content {
        flex-direction: column;
    }
    .l_product_image {
        width: 100%;
    }
    .l_product_discription {
        width: 100%;
    }
    .l_kv_en {
        font-size: 32px!important;
    }
    /* 新着情報 ------------------------- */
    .news-more-content {
        padding: 30px 50px;
    }
    .news-more-title-area {
        margin-bottom: 30px;
    }
}