@charset 'utf-8';
/* CSS Document */
.mainContents .main .shareIcons {
  z-index: 1;
}

*{
  margin: 0px;
  padding: 0px;
}

#plastic .section{
    margin-top: 90px;
    width: calc(100% - 40px);
    margin-left: 20px;
}
#plastic .title_2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
    color: #005b7d;
}
#plastic .inlineblock{
    display: inline-block;
}
@media (min-width: 768px){
    #plastic .sp_display{
        display: none !important;
    }
}
#plastic a.hover_link:hover,
#plastic a.hover_link:hover > *{
    opacity: 0.7;
}
#plastic .text_left{
    text-align-last: left;
}
#plastic .text_right{
    text-align: right;
}
#plastic .text_center{
    text-align: center;
}
#plastic .pd_10{
    padding-right: 10px;
    padding-left: 10px;
}
#plastic .pd_30{
    padding-right: 30px;
    padding-left: 30px;
}
#plastic .pd_t_20{
    padding-top: 20px;
}
#plastic .pd_t_30{
    padding-top: 30px;
}
#plastic .pd_t_60{
    padding-top: 60px;
}
#plastic .pd_b_20{
    padding-bottom: 20px;
}
#plastic .pd_b_30{
    padding-bottom: 30px;
}
#plastic .pd_b_60{
    padding-bottom: 60px;
}
#plastic .pd_text{
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
#plastic .block_center{
    display: block;
    margin: auto;
}

/* notice */
#plastic .notice{
    background: #00aa51;
    padding: 50px 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
#plastic .notice .pic{
    width: 140px;
}
#plastic .notice .pic img{
    width: 100%;
}
#plastic .notice .text{
    color: #fff;
    margin-left: 30px;
    max-width: 600px;
    width: 530px;
}
#plastic .notice .text .title{
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
#plastic .notice .text .con{
    font-size: 15px;
    line-height: 1.8;
}

/* notice2 */
#plastic .notice2{
    background: #00aa51;
    padding: 0px 30px 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
#plastic .notice2 ._line{
    width: 700px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}
#plastic>.notice2>.text{
    width: 700px;
    color: #fff;
    margin-bottom: 30px;
}
#plastic .notice2 .text .title{
    font-size: 40px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
#plastic .notice2 .text .con{
    font-size: 15px;
    line-height: 1.8;
}

.sc1{
    width: 700px;
}
#plastic .notice2 .sc1 .text{
    color: #fff;
    width: auto;
}
#plastic .notice2 .sc1 .pic{
    width: auto;
}
.sc1 .text .tt{
    font-size: 25px;
    margin-bottom: 10px;
}
.sc1 .text .nn{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}
.sc1 .text .nn div:first-child{
    font-size: 122px;
    font-weight: 600;
    line-height: 0.78;
}
.sc1 .text .nn div:last-child{
    font-size: 33px;
    font-weight: 600;
    line-height: 1;
}

.f1{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}
.f1 .pic{
    margin-right: 10px;
}

.f2{
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: center;
    align-items: center;
}
.f2 .text{
    margin-bottom: 30px;
}
.f2 .text .tt{
    text-align: center;
}

#plastic .notice2 .f3{
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}
.f3 .text{
    margin-right: 10px;
}


#plastic .notice2 .arrow_line{
    padding-top: 5px;
    margin-bottom: 40px;
}

#plastic .notice2 .sc2{
    width: 700px;
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.sc2>div>div:first-child{
    margin-bottom: 10px;
}
.sc2>div>div:last-child{
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

#plastic .notice2 .sc3{
    width: 700px;
    display: flex;
    flex-flow: column nowrap;
    justify-content:flex-start;
    align-items: center;
}
.sc3>div:first-child{
    margin-bottom: 20px;
}

.sc3>div:last-child{
    color: #fff;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}




/* cover */
#plastic .cover .cover_img{
    position: relative;
    max-width: 960px;
    width: 100%;
}

#plastic .cover .cover_img .title{width: 100%;}

/* reduce */
#plastic .reduce .flow{
    margin-top: 30px;
    margin-bottom: 30px;
}
#plastic .reduce .flow{
    position: relative;
    padding-top: 30px;
    padding-bottom: 80px;
}
#plastic .reduce .flow::before{
    content: "";
    position: absolute;
    background-color: #eee;
    display: block;
    width: 40px;
    top: 0;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    z-index: 0;
}
#plastic .reduce .flow::after{
    content: "";
    position: absolute;
    display: block;
    border: solid 50px #eee;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    left: 50%;
    bottom: -50px;
    margin-left: -50px;
    z-index: 1;
}
#plastic .reduce .flow .block{
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}
#plastic .reduce .flow .block.img_left{
    flex-direction: row-reverse;
}
#plastic .reduce .flow .block .col_text{
    display: block;
    background: #ecfaff;
    border: solid 4px #fff;
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    flex-grow: 1;
}
#plastic .reduce .flow .block .btn{
    display: block;
    width: 230px;
    padding: 8px;
    color: #fff;
    background: #005b7d;
    text-align: center;
    margin-top: 10px;
}
#plastic .reduce .flow .block .col_text h3{
    font-size: 18px;
    margin-bottom: 20px;
    color: #1b8eae;
}
#plastic .reduce .flow .block .col_text .icon_block{
    background: #fff;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
}
#plastic .reduce .flow .block .col_text .icon_block{
    display: flex;
    align-items: center;
}

@media (min-width: 768px){
    #plastic .reduce .lead{
        text-align: center;
    }
    #plastic .reduce .flow .block .col_img{
        display: block;
        margin-left: 30px;
    }
    #plastic .reduce .flow .block.img_left .col_img{
        margin-right: 30px;
        margin-left: 0;
    }
    #plastic .reduce .flow .block .col_text .icon_block img{
        margin-right: 20px;
    }
}


@media (max-width: 767px){

    #plastic .pc_display{
        display: none;
    }
    #plastic .section{
        margin-top: 45px;
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    #plastic .title_2{
        font-size: 25px;
        margin-bottom: 15px;
    }
    #plastic .section img{
        width: 100%;
    }
    #plastic .pd_text{
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    /* notice */
    #plastic .notice{
        padding: 10vw 6vw;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
    #plastic .notice .pic{
        width: 30vw;
        margin-bottom: 20px;
    }
    #plastic .notice .pic img{
        width: 100%;
    }
    #plastic .notice .text{
        margin-left: 0;
        max-width: 100%;
        width: 100%;
    }
    #plastic .notice .text .title{
        font-size: 6.1vw;
        line-height: 1.8;
        margin-bottom: 12px;
    }
    #plastic .notice .text .con{
        font-size: 1.25rem;
    }


    /* notice2 */
    #plastic .notice2{
        background: #00aa51;
        padding: 0px 6vw 10vw;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
    #plastic .notice2 ._line{
        width: 100%;
        height: 2px;
        background-color: #fff;
        margin-bottom: 30px;
    }
    #plastic>.notice2>.text{
        width: 100%;
        color: #fff;
        margin-bottom: 10vw;
    }
    #plastic .notice2 .text .title{
        font-size: 6.1vw;
        line-height: 1.8;
        margin-bottom: 10px;
        text-align: center;
        font-weight: 600;
    }
    #plastic .notice2 .text .con{
        font-size: 1.25rem;
        line-height: 1.8;
    }

    .sc1{
        width: 100%;
    }
    #plastic .notice2 .sc1 .text{
        color: #fff;
        width: auto;
        margin-bottom: 4vw;
    }
    #plastic .notice2 .sc1 .pic{
        width: 80%;
    }
    #plastic .notice2 .sc1 .pic img{
        width: 100%;
    }
    .sc1 .text .tt{
        font-size: 6vw;
        margin-bottom: 10px;
        text-align: center;
    }
    .sc1 .text .nn{
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: flex-end;
    }
    .sc1 .text .nn div:first-child{
        font-size: 19vw;
        font-weight: 600;
        line-height: 0.78;
    }
    .sc1 .text .nn div:last-child{
        font-size: 7vw;
        font-weight: 600;
        line-height: 1;
    }

    .f1{
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: center;
        align-items: center;
    }
    #plastic .notice2 .f1 .pic{
        width: 60%;
        margin-right: 0;
    }

    .f2{
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: center;
        align-items: center;
    }
    .f2 .text{
        margin-bottom: 30px;
    }
    .f2 .text .tt{
        text-align: center;
    }

    #plastic .notice2 .f3{
        display: flex;
        flex-flow: column-reverse nowrap;
        justify-content: center;
        align-items: center;
        margin-bottom: 11vw;
    }
    .f3 .text{
        margin-right: 10px;
    }
    #plastic .notice2 .f3 .pic{
        width: 47%;
    }


    #plastic .notice2 .arrow_line{
        padding-top: 3vw;
        margin-bottom: 8vw;
        width: 80%;
    }
    #plastic .notice2 .arrow_line img{
        width: 100%;
    }

    #plastic .notice2 .sc2{
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content:space-between;
        align-items: flex-start;
        margin-bottom: 8vw;
    }
    .sc2>div:first-child{
        margin-bottom: 6vw;
    }
    .sc2>div>div:first-child{
        margin-bottom: 3vw;
    }
    .sc2>div>div:first-child>img{
        width: 100%;
    }
    .sc2>div>div:last-child{
        color: #fff;
        font-size: 14px;
        line-height: 1.8;
    }

    #plastic .notice2 .sc3{
        width: 100%;
        display: flex;
        flex-flow: column nowrap;
        justify-content:flex-start;
        align-items: center;
    }
    .sc3>div:first-child{
        margin-bottom: 5vw;
        width: 100%;
    }
    .sc3>div:first-child>img{
        width: 100%;
    }

    .sc3>div:last-child{
        color: #fff;
        font-size: 6vw;
        font-weight: 600;
        line-height: 1.5;
        text-align: center;
    }




    /* cover */
    #plastic .cover{
        width: 100%;
    }
    #plastic .cover .cover_img, #plastic .cover .cover_img img{
        width: 100%;
        height: auto;
    }
    #plastic .cover .lead{
        color: #6a6a6a;
        letter-spacing: 2;
        line-height: 1.6;
        padding-top: 30px;
        width: calc(100% - 40px);
        margin-left: 20px;
    }

    /* garbage */
    #plastic .garbage {
        margin-top: 30px;
    }

    /* reduce */
    #plastic .reduce .flow{
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    #plastic .reduce .flow .block{
        display: block;
        margin-bottom: 20px;
    }
    #plastic .reduce .flow::before{
        width: 20px;
        bottom: 20px;
        margin-left: -10px;
    }
    #plastic .reduce .flow::after{
        border: solid 25px #eee;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        bottom: -25px;
        margin-left: -25px;
    }
    #plastic .reduce .flow .block .col_img{
        display: block;
        width: 70%;
        margin: auto;
        padding-top: 10px;
    }
    #plastic .reduce .flow .block .btn{
        width: 100%;
    }
    #plastic .reduce .flow .block .col_text{
        padding: 15px;
    }
    #plastic .reduce .flow .block .col_text h3{
        font-size: 14px;
        margin-bottom: 10px;
    }
    #plastic .reduce .flow .block .col_text .icon_block{
        margin-top: 10px;
        padding: 10px;
    }
    #plastic .reduce .flow .block .col_text .icon_block{
        display: flex;
        align-items: center;
    }
    #plastic .reduce .flow .block .col_text .icon_block img{
        margin-right: 10px;
        height: 50px;
        width: auto;
    }

}

.shareIcons{
    text-align: right;
}
.shareIcons li{
    display: inline-block;
    padding: 10px 5px !important;
}