@charset "utf-8";
/* CSS Document */


.flex {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_c {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
	.flex_narrow{
		margin:0 auto;
		width:50%;
	}
}

@media screen and (max-width: 768px) {
	.flex_narrow{
		margin-top:-30px;
	}
}

.flex_sb {
    display:-webkit-box;
  	display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col49{
    width: 49%;
    text-align: center;
    margin: 20px 0;
}

.col32 {
    width: 32%;
    margin: 20px 0;
}

.col30 {
    width: 30%;
    margin: 20px 0;
}


.col24 {
    width: 24%;
    margin: 20px 0;
}

.col21 {
    width: 21%;
    margin: 20px 0;
}

.col20 {
    width: 20%;
    margin: 0;
    padding: 50px 15px;
    border-bottom: 1px dotted #999;
}

.col20 img {
    width: 150px;
}

.col20 a {
    display: inline-block;
    margin-top: 10px;
}

.col17 {
    width: 17%;
    margin: 20px 0;
}

.col13 {
    width: 13%;
    margin: 20px 0;
}


#action #process li.col24 {
    text-align: center;
    background-color: #009e3b;
}

#action #process li.col24 a {
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    position: relative;
    width: 100%;
    padding: 10px 8% 10px 0;
}

#action #process li.col24_2 a {
    padding: 22px 8% 22px 0;
}

#action #process li.col24 a span {
    font-family: 'Kosugi Maru', sans-serif;
    position: absolute;
    font-size: 45px;
    top: 15%;
    right: 7%;
    transform: rotate(-90deg);
}

#action #process .col24 p {
    line-height: 1.5;
}

#action #process .col32 img {
    width: 100%;
}


@media screen and (max-width: 768px) {
    .col32 {
        width: 48%;
        margin: 20px auto;
    }

	.col30 {
	    width: 30%;
	    margin: 20px auto;
	}


    .col24 {
        width: 48%;
        margin: 20px auto;
    }

    .col21 {
        width: 30%;
        margin: 20px auto;
    }

    .col20 {
        width: 50%;
    }

    #recycling_report .tabs li.col21 {
        width: 23%;
        margin: 0;
    }

    #action #process li.col24 a span {
        font-size: 40px;
        right: 10%;
    }

}

@media screen and (max-width: 480px) {
    .col32 {
        width: 100%;
        margin: 20px auto;
    }
    
    .col24 {
        width: 100%;
        margin: 20px auto;
    }

    .col21 {
        width: 30%;
        margin: 10px auto;
    }

    .col20 {
        width: 100%;
        padding: 30px 10px;
        ;
    }


    .col20 img {
        width: 100px;
        float: left;
    }

    .col20 a {
        margin-top: 0;
        padding: 10px 0 10px 20px;
        font-size: 14px;
    }


    #recycling_report .tabs li.col21 {
        width: 48%;
        margin: 5px auto;
    }

    #action #process li.col24 {
        width: 48%;
        margin: 5px 0;
    }

    #action #process li.col24 a {
        font-size: 14px;
        padding: 10px 0 20px 0;
    }
    
    #action #process li.col24_2{
        width: 100%;
    }

    #action #process li.col24_2 a {
        padding: 18px 0 28px 0;
    }

    #action #process li.col24 a span {
        font-size: 30px;
        top: 40px;
        left: 50%;
        right: 50%;
    }
    
}