@charset "UTF-8";
/* CSS Document */
.sub_artcle_in2 {
      width: 80%;
    padding-bottom: 30px;
    padding-top: 30px;  
    margin-left: auto;
    margin-right: auto;
}
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.9); 
    padding-top: 50px;
     height:400px;
}
.sub_contents_w-bg2 {
    width: 100%;
    background-color:rgba(168,212,175,0.9);
    padding-top: 80px;
    padding-bottom: 120px;
     height:600px;
}
.sub_contents2 {
    width: 100%;
    background-image: url("images/mokuzai_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 450px;
    }
.kenchiku_left45 {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.sub_contents3 {
    width: 100%;
    background-image: url("images/3_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    }
.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;
    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%;
}
.kenchiku_img2 {
    width:22%;
    float: left;
    margin-top: 5%;
    margin-left: 2%;
    text-align: center;
}
/*ボタン*/
.msr_btn08 a {
  background-color: #FFFFFF;
  border:1px solid rgba(18,81,43,1.00);
  border-radius: 2px;
  color: rgba(18,81,43,1.00);
  display: block;
  font-size: 14px;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  width: 40%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
/* マウスオーバー */
.msr_btn08 a:hover {
  background-color: rgba(18,81,43,1.00);
  color: #FFFFFF;
}

/*------------------------------------------------
mobile
------------------------------------------------*/  
@media screen and (max-width: 768px){
.sub_artcle_in2 {
      width: 94%;
    padding-bottom: 30px;
    padding-top: 30px;  
    margin-left: auto;
    margin-right: auto;
}    
.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: 280px;
}
.kenchiku_img {
    width:100%;
    max-height: 150px;
    float: left;
    text-align: center;
     margin-left: auto;
    margin-right: auto;
}
.kenchiku_text {
margin-top: 20px;

}
.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%;
}

}
