@charset "UTF-8";
/* CSS Document */
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.9); 
    padding-top: 30px;
	 padding-bottom: 50px;
	padding-left: 15px;

   height: auto;
}
.sub_contents_w-bg2 {
    width: 100%;
    background-color:rgba(168,212,175,0.9);
   /* padding-top: 80px;*/
    padding-bottom: 50px;
    height: auto;
}
.sub_contents2 {
    width: 100%;
/*    background-image: url("images/kenchiku_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;*/
    height: auto;
    }
.kenchiku_left45 {
    width: 45%;
    float: left;
    margin-right: 2%;
}
.sub_contents3 {
    width: 100%;
    background-image: url("images/3_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: auto;
    }
.sub_contents4 {
    width: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 500px;
      padding-top: 80px;
    }
.sub_artcle_in_4{
     padding-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.kenchiku_img_all {
    width: 26%;
    float: left;
    margin-top: 5%;
    margin-left: 2%;
    text-align: center;
    padding: 2%;
    border: thin solid #CCCCCC;
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 380px;
}
.kenchiku_img {
    width:315px;
    max-height: 150px;
    float: left;
    text-align: center;
     margin-left: auto;
    margin-right: auto;
}
.kenchiku_text {
margin-top: 20px;
        height: 50px;
     
}
.kenchiku_syurui {
    width: 96%;
    margin-top: 20px;
    background-color: #1B5132;
    color: #FFFFFF;
    height: 25px;
    padding-top: 3%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
    border-radius: 6px;
}
.kenchiku_img2 {
    width:22%;
    float: left;
    margin-top: 5%;
    margin-left: 2%;
    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;
    }
.sub_contents4 {
     height: auto;
    padding-top: 40px;
    } 
  .kenchiku_left45 {
    width: 98%;
    float: none;
    margin-bottom: 1em;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}     
.kenchiku_img_all {
  width:40%;
    float: left;
    margin-top: 5%;
    margin-left: 3%;
    margin-right: 2%;
    text-align: center;
padding: 2%;
    border: thin solid #CCCCCC;
    background-color: #FFFFFF;
    height: 230px;
}
.kenchiku_img {
    width:100%;
    min-height: 100px;
    float: left;
    text-align: center;
     margin-left: auto;
    margin-right: auto;
    }
.kenchiku_text {
margin-top: 20px;
  font-size: 90%;
    height: 30px;
}
.kenchiku_syurui {
    width: 96%;
    margin-top: 20px;
    background-color: #1B5132;
    color: #FFFFFF;
    height: 25px;
    padding-top: 3%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 2%;
}

}
