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


/*カウンター*/
.sub_contents2 {
    width: 100%;
    height: 1300px;
   background-image: url("images/wall_ph4.jpg");
   background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    }
.sub_artcle_2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/*ラインナップ*/
.sub_contents3 {
    width: 100%;
    height: 400px;
    padding-top:30px;
    padding-bottom: 50px;
    background-color: 
    rgba(168,212,175,0.50);}
/*list*/
.list_li_3 {

}
.list_li_3 ul {
  margin-top: 20px;  
}
.list_li_3 ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;  
    width: 30%;
    float: left;

}

.list_li_3 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: rgba(70,150,55,0.70);
  border-radius: 50%;
  margin-right: 8px;
}


/*形状*/
.sub_contents4 {
    width: 100%;
    height: 500px;
    padding-top:30px;
    padding-bottom: 50px;
    }

.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_contents1 {
    height: auto;
    padding-bottom: 50px;
    }
.sub_contents2 {
    height: auto;
    }
.sub_contents3 {
     height: auto;
    }
.list_li_3 ul li {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;

}
.sub_contents4 {
     height: auto;
    padding-top: 40px;
    } 
.sub_contents5 {
     height: auto;
    padding-top: 40px;
    } 
.counter_img {
     width:46%;
    float: left;
margin-left: 2%;
    margin-right:  2%;
     padding-bottom: 20px;
}
.flooring_shi_all2 {
     width:46%;
    float: left;
margin-left: 2%;
    margin-right:  2%;
     padding-bottom: 20px;
}

}