@charset "UTF-8";
/* CSS Document */
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.9); 
    padding-top: 50px;
    height: auto;
    min-height: 1150px;
}
.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: 1200px;
   background-image: url("images/mate_bg.jpg");
   background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    }


.counter_img {
    width: 28%;
    float: left;
    margin: 2%;
    text-lign: center;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
.counter_img2 {
    width: 46%;
    float: left;
    margin: 2%;
    text-lign: center;
    margin-bottom: 30px;
    margin-top: 20px;
      text-align: center;
}
/*------------------------------------------------
mobile
------------------------------------------------*/  
@media screen and (max-width: 768px){
    
.sub_contents_w-bg {
   height: auto;
}
.sub_contents_w-bg2 {
     height: auto;
}
.sub_contents2 {
    height: auto;
    }


}