<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top_banneer {
    background: url('/html/template/default/assets/img/factory-paint/top_banner.jpg');
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #top_banneer {
        height: 100.8vw;
        background: url('/html/template/default/assets/img/factory-paint/top_banner_sp.jpg');
        background-size: cover;
        align-items: flex-start;
        justify-content: flex-end;
    }
}

#top_banneer .title1 {
    display: flex;
    align-items: center;
    font-size: 2.18vw;
    font-weight: bold;
    line-height: 1.42;
    color: #fff;
    margin-left: 6.71vw;
    margin-bottom: 1vw;

}

#top_banneer .title1 .icon {
    margin-right: 1.56vw;
}

@media screen and (max-width: 768px) {
    #top_banneer .title1 {
        flex-direction: column;
        font-size: 4.8vw;
        margin-left: 6.4vw;
        margin-bottom: 1vw;
        align-items: flex-start;
    }

    #top_banneer .title1 br {
        display: none;
    }

    #top_banneer .title1 .icon {
        width: 21.8vw;
        margin-right: 1.8vw;
        margin-bottom: 3.7vw;
    }
}

#top_banneer .title2 {
    font-size: 3.75vw;
    font-weight: bold;
    color: #fff;
    margin-left: 6.71vw;
    line-height: 1.54;
}

@media screen and (max-width: 768px) {
    #top_banneer .title2 {
        font-size: 8.5vw;
        margin-left: 6.4vw;
        margin-bottom: 8.2vw;
        line-height: normal;
    }
}

.text {
    font-size: 16px;
    /* font-weight: 500; */
    line-height: 1.75;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .text {
        font-size: 14px;
    }
}

#sect01 {
    padding-top: 96px;
    padding-bottom: 100px;
}

#sect01 .title1 {
    text-align: center;
    font-size: 24px;
    /* font-weight: 500; */
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #sect01 {
        padding-top: 32px;
        padding-bottom: 64px;
    }

    #sect01 .title1 {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 32px;
    }
}

.problems_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.problems_list .item {
    width: calc((100% - 64px) / 3);
    height: 72px;
    background-color: #000;
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
}

.problems_list .item:nth-child(3n) {
    margin-right: 0;
}

.problems_list .item::before {
    content: ' ';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('/html/template/default/assets/img/check-icon.png');
    background-size: cover;
    left: 20px;
    top: 26px;
}

@media screen and (max-width: 768px) {
    .problems_list {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .problems_list .item {
        width: 100%;
        height: 45px;
        margin-right: 0;
        margin-bottom: 1px;
        font-size: 16px;
        justify-content: flex-start;
        padding-left: 38px;
    }

    .problems_list .item::before {
        left: 10px;
        top: 12px;
    }
}

#sect01 .title2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

#sect01 .title2 .top {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

#sect01 .title2 .bottom {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
}

#sect01 .title2 .bottom .year {
    font-size: 46px;
    font-weight: bold;
    margin-left: 7px;
    margin-right: 3px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    #sect01 .title2 {
        margin-bottom: 20px;
    }
}

#sect01 .text01 {
    text-align: center;
}

#sect01 .award {
    margin: 0 auto 48px auto;
}

#sect01 .title3 {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    #sect01 .text01 {
        text-align: left;
        margin-bottom: 20px;
    }

    #sect01 .text01 br {
        display: none;
    }

    #sect01 .award {
        margin: 0 auto 100px auto;
    }

    #sect01 .title3 {
        font-size: 27px;
        /* text-align: left; */
    }
}

.experiment_panel {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.experiment_panel .item {
    margin-bottom: 64px;
}

.experiment_panel .item:last-child {
    margin-bottom: 0;
}

.experiment_panel .title {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding-bottom: 12px;
    margin-bottom: 40px;
}

.experiment_panel .title .label {
    width: 140px;
    height: auto;
    border-bottom: solid 2px #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 16px;
    text-align: center;
}

#sect01 .performance_details_panel {
    width: 650px;
    max-width: 100%;
    height: auto;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 72px;
}
    #sect01 .performance_details_panel .panel_title{
        width: 100%;
        height: 66px;
        font-size: 16px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
    }
    #sect01 .performance_details_panel .panel_title::after {
        position: absolute;
        content: ' ';
        width: 12px;
        height: 8px;
        background: url('/html/template/default/assets/img/arrow-down-icon.png');
        right: 10px;
        top: 26px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    #sect01 .performance_details_panel .panel_title.opened::after{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    #sect01 .performance_details_panel .panel_content{
        display: none;
    }
        #sect01 .performance_details_panel .panel_content .wrapper{
            width: 100%;
            display: flex;
            flex-direction: row;
        }
        #sect01 .performance_details_panel .panel_content .left{
            width: 50%;
            padding-right: 16px;
        }
        #sect01 .performance_details_panel .panel_content .right{
            width: 50%;
            padding-left: 16px;
        }


@media screen and (max-width: 768px) {
    .experiment_panel .title {
        width: 62.4vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 21px;
        line-height: 1.5;
        margin-bottom: 32px;
        padding-bottom: 0;
    }

    .experiment_panel .title .label {
        font-size: 14px;
        width: auto;
        border-bottom: none;
        position: relative;
        padding-bottom: 10px;
    }

    .experiment_panel .title .label::after {
        content: ' ';
        width: 18px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: calc((100% - 18px) / 2);
        bottom: 0;
    }

    #sect01 .category {
        margin-bottom: 32px;
    }

    #sect01 .performance_details_panel .panel_content .wrapper{
        flex-direction: column;
    }
        #sect01 .performance_details_panel .panel_content .left{
            width: 100%;
            padding-right: 0;            
        }
        #sect01 .performance_details_panel .panel_content .right{
            width: 100%;
            padding-left: 0;
        }
}

#sect01 .sect_title03 {
    font-size: 22px;
    padding-left: 12px;
}

.performance_details_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 33px;
}
    .performance_details_table tr td {
        width: calc(100% / 3);
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        /* font-weight: 500; */
        border: solid 1px #7B8094;
        color: #4E576E;
        padding: 8px;
        line-height: 1.14;
    }
        .performance_details_table tr td:nth-child(2) {
            background: #EFF1F7;
        }
        .performance_details_table tr:last-child td:nth-child(1) {
            border-right: solid 1px #EFF1F7;
        }
        .performance_details_table tr:last-child td:nth-child(2) {
            border-right: solid 1px #fff;
        }


        .performance_details_table tr td .top {
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
        }
        .performance_details_table tr td .bottom {
            font-size: 12px;
            line-height: 1.16;
            /* font-weight: 500; */
            margin-top: 10px;
        }
        .performance_details_table tr td.title01 {
            height: 29px;
            font-size: 16px;
            font-weight: bold;
            background-color: #7B8094;
            color: #fff;
            text-align: center;
            text-shadow: none;
            padding: 0;
            line-height: 1;
        }
        .performance_details_table tr td.title02 {
            height: 45px;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            color: #fff;
            background-color: #9DA5BA;
            padding-top: 8px;
            padding-bottom: 8px;
            line-height: 1.14;
        }
            .performance_details_table tr td.title02:nth-child(1),
            .performance_details_table tr td.title02:nth-child(2){
                border-right: solid 1px #fff;
            }
        .performance_details_table tr td.photo {
            padding: 0;
        }
            .performance_details_table tr td.photo:nth-child(1),
            .performance_details_table tr td.photo:nth-child(2){
                border-right: solid 1px #fff;
            }
    @media screen and (max-width: 768px) {
        .performance_details_table {
            margin-bottom: 16px;
        }
        .performance_details_table tr td{
            font-size: 14px;
        }
        .performance_details_table tr td.title01 {
            font-size: 14px;
            height: 45px;
        }
        .performance_details_table tr td.title02{
            font-size: 14px;
        }
    }

    .performance_place_method_panel{
        display: flex;
        margin-bottom: 15px;
    }
    .performance_place_method_panel .content{
        width: 50%;
        padding-right: 16px;
    }
    .performance_place_method_panel .thumb{
        width: 50%;
        height: auto;
    }
    .performance_place_method_panel .thumb img{
        width: 100%;
    }
    .performance_place_method_panel .performance_title{
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        padding: 0;
        width: 100%;
        background-color: #7B8094;
        text-align: center;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .performance_place_method_panel .performance_text{
        font-size: 14px;
        /* font-weight: 500; */
        color: #4E576E;
        padding-top: 6px;
        padding-bottom: 11px;
    }
    .performance_place_method_panel .performance_text:last-child{
        padding-bottom: 0;
    }
    @media screen and (max-width: 768px) {
        .performance_place_method_panel .performance_title{
            font-size: 14px;
        }
        .performance_place_method_panel .performance_text{
            font-size: 14px;
        }
    }

.performance_install_table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 33px;
}
    .performance_install_table tr td {
        vertical-align: middle;
        text-align: center;
        font-size: 14px;
        /* font-weight: 500; */
        border-left: solid 1px #7B8094;
        border-right: solid 1px #7B8094;
        padding: 13px 10px;
        color: #4E576E;
    }
    .performance_install_table tr:first-child td {
        border-top: solid 1px #7B8094;
    }
    .performance_install_table tr:last-child td {
        border-bottom: solid 1px #7B8094;
    }
    .performance_install_table tr td:nth-child(1) {
        width: 30%;
        text-align: center;
    }
    .performance_install_table tr td:nth-child(2) {
        width: 70%;
        text-align: left;
    }
    .performance_install_table tr:nth-child(2n+1) td {
        background-color: #EBECF3;
    }
    .performance_install_table tr td.title01{
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background: #7B8094;
        text-align: center;
        height: auto;
        margin-bottom: 0;
        text-shadow: none;
        padding: 0;
        line-height: 1;
        height: 29px;
    }
    .performance_install_table tbody tr:nth-child(2n+1) td {
        background-color: #fff;
    }
    .performance_install_table tbody tr:nth-child(2n) td {
        background-color: #EBECF3;
    }
    @media screen and (max-width: 768px) {
        .performance_install_table tr td{
            font-size: 14px;
        }
        .performance_install_table tr td.title01{
            font-size: 14px;
        }
    }

.performance_details_panel .performance_place2{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
    .performance_details_panel .performance_place2 img{
        width: 100%;
        height: auto;
    }

    .performance_details2_table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 33px;
    }
        .performance_details2_table tr th {
            vertical-align: middle;
            font-size: 16px;
            font-weight: bold;
            border: solid 1px #7B8094;
            padding: 9px 8px;
            text-align: center;
            color: #4E576E;
            line-height: 1;
        }
        .performance_details2_table tr td {
            vertical-align: middle;
            font-size: 16px;
            /* font-weight: 500; */
            border: solid 1px #7B8094;
            padding: 8px;
            text-align: left;
            color: #4E576E;
        }
        .performance_details2_table tr td:nth-child(1) {
            width: 30%;
            text-align: center;
            font-weight: bold;
        }
        .performance_details2_table tr td:nth-child(2) {
            width: 70%;
        }
    @media screen and (max-width: 768px) {
        .performance_details2_table tr th {
            font-size: 14px;
        }
        .performance_details2_table tr td {
            font-size: 14px;
        }
    }


.inspection_result_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 33px;
}
    .inspection_result_table tr td {
        width: calc(100% / 3);
        height: 80px;
        vertical-align: middle;
        text-align: center;
        font-size: 16px;
        /* font-weight: 500; */
        border: solid 1px #7B8094;
    }
        .inspection_result_table tr td .top {
            font-size: 16px;
            font-weight: bold;
            line-height: 1;
        }
        .inspection_result_table tr td .bottom {
            font-size: 12px;
            line-height: 1.16;
            /* font-weight: 500; */
            margin-top: 10px;
        }
        .inspection_result_table tr td:nth-child(1) {
            background-color: #FFFFFF;
            color: #4E576E;
        }
        .inspection_result_table tr td:nth-child(2) {
            background-color: #F4F3DD;
            color: #D02121;
        }
        .inspection_result_table tr td:nth-child(3) {
            background-color: #F4E8DC;
            color: #D02121;
        }
        .inspection_result_table tr td.title01 {
            height: 56px;
            font-size: 18px;
            font-weight: bold;
            background-color: #7B8094;
            color: #fff;
            text-align: center;
            text-shadow: none;
        }
        .inspection_result_table tr td.title02 {
            height: 40px;
            font-size: 16px;
            /* font-weight: 500; */
            text-align: center;
            color: #fff;
            background-color: #7B8094;
            padding-top: 8px;
            padding-bottom: 8px;
        }
    @media screen and (max-width: 768px) {
        #sect01 .sect_title03 {
            margin-bottom: 20px;
        }
        .inspection_result_table {
            margin-bottom: 16px;
        }
        .inspection_result_table tr td{
            font-size: 14px;
        }
        .inspection_result_table tr td .top{
            font-size: 14px;
        }
        .inspection_result_table tr td.title01 {
            font-size: 14px;
            height: 45px;
        }
        .inspection_result_table tr td.title02{
            font-size: 14px;
        }
    }

#sect01 .chart_panel {
    display: flex;
    flex-direction: row;
    align-items: center;
}
    #sect01 #chart01 {
        width: 437px;
        max-width: 437px;
        height: 400px;
        max-height: 400px;
    }
    #sect01 .chart_panel .desc {
        margin-left: 15px;
    }
@media screen and (max-width: 768px) {
    #sect01 .chart_panel {
        flex-direction: column;
    }
    #sect01 #chart01 {
        width: 100%;
        max-width: 100%;
        height: 93vw;
        max-height: 93vw;
    }
    #sect01 .chart_panel .desc {
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 0;
    }
}

#sect02 {
    background-color: #F5F7F6;
    padding-top: 80px;
    padding-bottom: 100px;
}
    #sect02 .sect_title {
        text-align: center;
        font-size: 34px;
        margin-bottom: 40px;
    }
    @media screen and (max-width: 768px) {
        #sect02 {
            padding-top: 40px;
            padding-bottom: 64px;
        }
        #sect02 .sect_title {
            font-size: 27px;
            text-align: left;
            margin-bottom: 32px;
        }
    }

#sect02 .factory_show_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}
    #sect02 .factory_show_panel .thumb {
        width: 550px;
        max-width: 50%;
        height: auto;
        position: relative;
    }
    #sect02 .factory_show_panel .thumb .label1 {
        position: absolute;
        left: 107px;
        top: 32px;
        cursor: pointer;
    }
    #sect02 .factory_show_panel .thumb .label2 {
        position: absolute;
        left: 293px;
        top: 148px;
        cursor: pointer;
    }
    #sect02 .factory_show_panel .thumb .label3 {
        position: absolute;
        left: 367px;
        top: 229px;
        cursor: pointer;
    }

    #sect02 .factory_show_panel .desc {
        width: calc(100% - 550px);
        max-width: 50%;
        padding-left: 64px;
        font-size: 16px;
        /* font-weight: 500; */
        line-height: 2;
    }
    @media screen and (max-width: 768px) {
        #sect02 .factory_show_panel {
            flex-direction: column;
            margin-bottom: 32px;
        }
        #sect02 .factory_show_panel .thumb {
            width: 100%;
            max-width: 100%;
            height: auto;
            margin-bottom: 32px;
        }
        #sect02 .factory_show_panel .desc {
            width: 100%;
            max-width: 100%;
            padding-left: 0;
        }
        #sect02 .factory_show_panel .desc br{
            display: none;
        }

        #sect02 .factory_show_panel .thumb .label1 {
            width: 16vw;
            left: 17.06vw;
            top: 5.06vw;
        }
        #sect02 .factory_show_panel .thumb .label2 {
            width: 15.73vw;
            left: 46.4vw;
            top: 23.4vw;
        }
        #sect02 .factory_show_panel .thumb .label3 {
            width: 19.46vw;
            left: 58.13vw;
            top: 36.2vw;
        }
    }    

#sect02 .worksArea__tab .tab__item {
    width: calc(100% - 20px);
    height: 85px;
    margin-right: 10px;
    font-size: 28px;
}
    #sect02 .worksArea__tab .tab__item:last-child {
        margin-right: 0;
    }
#sect02 .tabDetailWrap {
    margin-bottom: 40px;
}
    #sect02 .tabDetailWrap .tabDetail {
        padding: 60px 64px 50px 64px;
    }

    @media screen and (max-width: 768px) {
        #sect02 .worksArea__tab .tab__item {
            width: calc(100% - 12px);
            height: 55px;
            margin-right: 6px;
            font-size: 18px;
        }
        #sect02 .tabDetailWrap .tabDetail{
            padding: 32px 20px;
        }
    }

#sect02 .red-btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #sect02 .red-btn {
        margin-bottom: 64px;
    }
}
#sect02 .astec_adv {
    margin-left: auto;
    margin-right: auto;
}

.compare_panel {
    display: flex;
    flex-direction: row;
    margin-bottom: 32px;
}

.compare_panel .column {
    width: calc(100% / 3);
}

.compare_panel .column .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
}

.compare_panel .column .item .label {
    width: 60%;
    padding-right: 10px;
    font-size: 16px;
    /* font-weight: 500; */
    color: #4E576E;
    line-height: 1.125;
}

.compare_panel .column .item .val {
    width: 40%;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #D02121;
    line-height: 1.125;
}

@media screen and (max-width: 768px) {
    .compare_panel {
        flex-direction: column;
    }

    .compare_panel .column {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: solid 1px #EFF1F7;
    }

    .compare_panel .column:first-child {
        border-top: solid 1px #EFF1F7;
    }

    .compare_panel .column .item {
        margin-bottom: 11px;
        justify-content: space-between;
        position: relative;
    }
    .compare_panel .column .item::before{
        position: absolute;
        left: 0;
        top: 10px;
        content: ' ';
        width: 100%;
        height: 1px;
        background-color: #D02121;
        z-index: 0;
    }

    .compare_panel .column .item .label {
        width: auto;
        position: relative;
        background: #fff;
        z-index: 2;
    }
    .compare_panel .column .item .val {
        width: auto;
        position: relative;
        z-index: 2;
        background: #fff;
        padding-left: 7px;
    }

    .compare_panel .column .item:last-child {
        margin-bottom: 0;
    }
}

.sect_title04 {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    background-color: #7B8094;
    text-align: center;
    margin-bottom: 24px;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .sect_title04 {
        margin-bottom: 0;
    }
}

/** 霑ｽ蜉� */
@media screen and (max-width: 410px) {
    .introducing_astec_paint_label br {
        display: block;
    }
}
.performance_install_table tr td.title01.head {
    background: #7B8094;
}
.color-gray {
    background-color: #9DA5BA !important;
}

.production_list .item {
    padding : 20px 20px 0;
}</pre></body></html>