<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sect02{
    width: 100%;
    height: auto;
}
    #sect02 img{
        width: 100%;
        height: auto;
    }

#sect03{
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #E6EBEE;
}
@media screen and (max-width: 768px) {
    #sect03{
        padding-top: 21px;
        padding-bottom: 64px;
    }
}

    #sect03 .text01{
        font-size: 20px;
        /* font-weight: 500; */
        line-height: 1.7;
        text-align: center;
        margin-bottom: 64px;
    }
    @media screen and (max-width: 768px) {
        #sect03 .text01{
            font-size: 14px;
            line-height: 1.85;
            text-align: left;
        }
        #sect03 .text01 br{
            display: none;
        }
    }

    #sect03 .symptom_list{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
        #sect03 .symptom_list .item{
            width: calc((100% - 32px) / 2);
            height: 73px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #798892;
            border-radius: 4px;
            margin-bottom: 16px;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
        }
        #sect03 .symptom_list .item:nth-child(2n+1){
            margin-right: 32px;
        }
            #sect03 .symptom_list .item small{
                font-size: 16px;
            }
        #sect03 .symptom_thumb{
            width: 100%;
            margin-bottom: 34px;
        }
        @media screen and (max-width: 768px) {
            #sect03 .symptom_list{
                flex-direction: column;
                margin-bottom: 64px;
            }
            #sect03 .symptom_list .item{
                width: 100%;
                height: 63px;
                margin-bottom: 12px;
                font-size: 16px;
            }
            #sect03 .symptom_list .item small{
                font-size: 13px;
            }
        }

    #sect03 .sect_desc{
        font-size: 16px;
        /* font-weight: 500; */
        line-height: 1.7;
        text-align: left;
        margin-bottom: 100px;
    }
    @media screen and (max-width: 768px) {
        #sect03 .sect_desc{
            font-size: 14px;
            margin-bottom: 64px;
        }
    }
    .compatible_product_list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .compatible_product_list .item{
        width: calc((100% - 120px) / 4);
        margin-right: 40px;
        margin-bottom: 32px;
    }
        .compatible_product_list .item:nth-child(4n){
            margin-right: 0;
        }
        .compatible_product_list .item .thumb{
            width: 100%;
            height: 164px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #fff;
            margin-bottom: 16px;
            padding: 10px;
        }
            .compatible_product_list .item .thumb img{
                max-height: 100%;
            }
        .compatible_product_list .item .title{
            width: 100%;
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            line-height: 1.75;
        }
    @media screen and (max-width: 768px) {
        .compatible_product_list .item{
            width: calc((100% - 20px) / 2);
            margin-right: 20px;
            margin-bottom: 20px;
        }  
            .compatible_product_list .item:nth-child(2n){
                margin-right: 0;
            }
            .compatible_product_list .item .thumb{
                width: 100%;
                height: 102px;
                margin-bottom: 12px;
            }
            .compatible_product_list .item .title{
                font-size: 14px;
            }

    }

.more_view{
    width: 592px;
    max-width: 100%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}        
    .more_view::after{
        content: '';
        position: absolute;
        width: 12px;
        height: 8px;
        background: url('/html/template/default/assets/img/arrow-down-icon.png');
        right: 10px;
        top: 34px;
    }
    @media screen and (max-width: 768px) {
        .more_view{
            width: 100%;
            height: 64px;
            font-size: 16px;
        }
        .more_view::after{
            top: 26px;
        }
    }

    #sect03 .btn{
        width: 592px;
        height: 64px;
        margin-left: auto;
        margin-right: auto;
        border: solid 1px #000;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 100px;
    }
    @media screen and (max-width: 768px) {
        #sect03 .btn{
            width: 327px;
            height: 56px;
            margin-bottom: 64px;
        }
    }

    .price_adv_panel{
        width: 704px;
        max-width: 100%;
        height: 270px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
    }
        .price_adv_panel .left{
            width: 50%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            background-color: #03497A;
            padding-left: 47px;
        }
            .price_adv_panel .left .text1{
                display: flex;
                flex-direction: row;
                align-items: center;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                margin-bottom: 14px;
            }
                .price_adv_panel .left .text1 .icon{
                    margin-right: 13px;
                }
            .price_adv_panel .left .text2{
                font-size: 26px;
                font-weight: bold;     
                line-height: 1.6;
                color: #fff;    
                margin-bottom: 16px;   
            }
            .price_adv_panel .left .detail_btn{
                width: 110px;
                height: 34px;
                background-color: #000;
                display: flex;
                flex-direction: row;
                align-items: center;  
                justify-content: center;          
                font-size: 13px;
                font-weight: bold;
                color: #fff;
                padding-left: 10px;
                line-height: 1;
            }
            .price_adv_panel .left .detail_btn .icon{
                margin-left: 10px;
            }

        .price_adv_panel .right{
            width: 50%;
            height: 100%;
            background: url('/html/template/default/assets/img/material-concrete/price_adv_panel_bg.png');
            background-size: cover;
            background-position: center;
        }
        .price_adv_panel .right.factory{
            background: url('/html/template/default/assets/img/material-concrete/price_adv_panel_bg_factory.png');
            background-size: cover;
            background-position: center;
        }
    @media screen and (max-width: 768px) {
        .price_adv_panel{
            flex-direction: column;
            height: auto;
        }
            .price_adv_panel .left{
                width: 100%;
                height: 54vw;
                order: 2;
                padding-left: 5.6vw;
                justify-content: flex-start;
            }
            .price_adv_panel .right{
                width: 100%;
                height: 54vw;
                order: 1;
            }
            .price_adv_panel .left .text1{
                flex-direction: column;
                align-items: flex-start;
                font-size: 3vw;
            }
            .price_adv_panel .left .text1 .icon{
                width: 21vw;
                margin-top: -7vw;
                margin-bottom: 3.7vw;
            }
            .price_adv_panel .left .text2{
                font-size: 6.9vw;
                line-height: 1.3;
                margin-bottom: 1vw;
            }
            .price_adv_panel .left .detail_btn{
                width: 28vw;
                height: 10vw;
                font-size: 3.4vw;
            }
            .price_adv_panel .left .detail_btn .icon{
                margin-left: 10px;
            }
    }

    .formaldehyde_panel{
        margin-bottom: 100px;
    }
    .formaldehyde_panel .desc{
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 32px;
    }
    .formaldehyde_panel table{
        border-collapse: collapse;
        width: 100%;
    }
    .formaldehyde_panel table tr th{
        width: 20%;
        height: 44px;
        background-color: #7A8799;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: solid 1px #e6ebee;
    }
    .formaldehyde_panel table tr td{
        border: solid 1px #e6ebee;
        width: 20%;
        height: 44px;
        background-color: #fff;
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        color: #000;
    }
    .table_responsive{
        width: 100%;
        margin-bottom: 32px;
    }
    @media screen and (max-width: 768px) {
        .table_responsive {
            overflow-x: auto;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }
        .formaldehyde_panel table{
            width: 768px;
        }
    }
    @media screen and (max-width: 600px) {
        .table_responsive {
            overflow-x: auto;
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }
        .formaldehyde_panel table{
            width: 220vw;
        }
    }

    #sect03 .bottom_buttons{
        display: flex;
        width: 704px;
        max-width: 100%;
        margin: 0 auto;
        flex-direction: row;
    }
        #sect03 .bottom_buttons .btn{
            width: calc((100% - 40px) / 2);
        }
            #sect03 .bottom_buttons .btn:nth-child(2n+1){
                margin-right: 20px;
            }
            #sect03 .bottom_buttons .btn:nth-child(2n){
                margin-left: 20px;
            }
            #sect03 .bottom_buttons .btn .small{
                font-size: 14px;
            }
        @media screen and (max-width: 768px) {
            #sect03 .bottom_buttons{
                flex-direction: column;
            }
            #sect03 .bottom_buttons .btn:nth-child(2n+1){
                width: 327px;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
            #sect03 .bottom_buttons .btn:nth-child(2n){
                width: 304px;
                height: 82px;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
            }
        }

/** 霑ｽ蜉� */
.main_img {
    width: 860px!important;
    height: 357px!important;
    object-fit: cover;
    margin: auto;
    display: block;
    padding-top: 30px;
}
#sect02{
    background-color: #E6EBEE;
}
.compatible_product_list .item .thumb img {
    max-height: 164px;
}
@media screen and (max-width: 768px) {
    .main_img {
        padding-top: 0;
    }
    .compatible_product_list .item .thumb img {
        max-height: 102px;
    }
    #sect03 .bottom_buttons .btn:nth-child(2n) {
        width: 327px;
    }
    .main_img {
        width: 100% !important;
        height: 150px !important;
    }
}
.font-size-40 {
    font-size: 40px;
}
</pre></body></html>