@charset "UTF-8";
/* CSS Document */
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.8); 
    padding-top: 80px;
    padding-bottom: 150px;
    height: auto;
    min-height: 1200px;
}
.sub_contents_w-bg2 {
    width: 100%;
    background-color: hsla(141,76%,93%,0.87);
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
    height: 600px;
}


/*カウンター*/
.sub_contents2 {
    width: 100%;
    height: 1600px;
     background-image: url("images/counter_bg1.jpg");
   background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    }
.list_li_l {
    margin-top: 30px;
    width: 45%;
    float: left;
}
.list_li_r {
    margin-top: 30px;
    width: 45%;
    float: right;
}
/*棚板*/
.sub_contents3 {
    width: 100%;
    height: 1500px;
    padding-top:30px;
    padding-bottom: 50px;
    }

.counter_img {
    width: 30%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.co_title {
    width: 20%;
    padding: 1%;
    float: left;
    background: rgba(70,150,55,1.00);
    color: #FFFFFF;
    text-align: center;
}
.co_text{
    width: 60%;
    float: left;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}
/*------------------------------------------------
mobile
------------------------------------------------*/  
@media screen and (max-width: 768px){
    
.sub_contents_w-bg {
   height: auto;
     padding-top: 20px;
    padding-bottom: 20px;
}
.sub_contents_w-bg2 {
     height: auto;
       padding-top: 20px;
    padding-bottom: 20px;
}
.sub_contents1 {
    height: auto;
    padding-bottom: 50px;
    }
.sub_contents2 {
    height: auto;
    }
.sub_contents3 {
     height: auto;
    }
.sub_contents4 {
     height: auto;
    padding-top: 40px;
    } 
.sub_contents5 {
     height: auto;
    padding-top: 40px;
    } 
.list_li_l {
    margin-top: 30px;
    width:98%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.list_li_r {
    margin-top: 30px;
    float: none;
     width:98%;
    margin-left: auto;
    margin-right: auto;
}
.counter_img {
   width:46%;
    float: left;
margin-left: 2%;
    margin-right:  2%;
     padding-bottom: 20px;
}
    .co_title {
    width: 98%;
   float: none;
        margin-left: auto;
        margin-right: auto;
    background: rgba(70,150,55,1.00);
    color: #FFFFFF;
    text-align: center;
}
    .co_text{
   width: 98%;
   float: none;
        margin-left: auto;
        margin-right: auto;
            margin-top: 10px;
    margin-bottom: 10px;
}
}