@charset "utf-8";


@media all and (-ms-high-contrast:none) {}



.pro_btnfix {
    position: fixed;
    top: 50vh;
    right: 0;
    width: 47px;
    height: 160px;
    z-index: 999;
}

.pro_btnfix a {
    background-image: url(../../products/img/btn_fix.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: block;
    height: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}

.pro_btnfix.active a {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.pro_btnfix:hover a {
    background-image: url(../../products/img/btn_fix_hv.png);
}

.title_01 {
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

.all_item {
    margin-top: 35px;
}

.all_item .item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.all_item .item .img {
    width: 49.949%;
}

.all_item .item .content {
    width: 47.151%;
    padding-top: 20px;
}

.all_item .item.item2 .content {
    order: -1;
}

.all_item .item .content .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.all_item .item .content .txt {
    font-size: 16px;
    line-height: 158%;
    color: #fff;
}

.title_02 {
    font-size: 25px;
    line-height: 120%;
    font-weight: bold;
    color: #FFFFFF;
    height: 65px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #FF6600;
}

@media screen and (max-width:1000px) {
    .title_01 {
        font-size: 3.2vw;
    }

    .all_item {
        margin-top: 3.5vw;
    }

    .all_item .item {
        margin-bottom: 13.5vw;
    }

    .all_item .item.item2{
        margin-bottom: 22.5vw;
    }

    .all_item .item .content {
        padding-top: 2vw;
    }

    .all_item .item .content .txt {
        font-size: 1.6vw;
    }

    .all_item .item .content .title {
        font-size: 3.1vw;
        margin-bottom: 1vw;
    }

    .title_02 {
        font-size: 2.5vw;
        height: 6.5vw;
    }
}

@media screen and (max-width:767px) {
    #hoContent08{
        display: none;
    }
    .page-banner{
        background-image: url(../img/recycling_sp.jpg) !important;
    }
    .pro_btnfix {
        width: 30px;
        height: 102px;
        display: none;
    }
    .title-page-banner .banner-Title {
        font-size: 5.519vw;
    }
    .title_01 {
        font-size: 4.194vw;
        text-align: left;
    }
    .all_item {
        margin-top: 4vw;
    }
    .all_item .item .img {
        width: 100%;
        text-align: center;
    }
    .all_item .item .content {
        padding-top: 3vw;
        width: 100%;
    }
    .all_item .item .content .txt {
        font-size: 3.390vw;
    }
    .all_item .item .content .title {
        font-size: 4.194vw;
        margin-bottom: 2vw;
    }
    .all_item .item.item2 .content {
        order: 0;
    }
    #rec_content02 .all_item .item:last-child {
        margin-bottom: 22.5vw;
    }
    .title_02 {
        font-size: 4.194vw;
        height: 13.518vw;
    padding-top: 0.652vw;
    }
}