@charset "UTF-8";
/* CSS Document */
.sub_contents_w-bg {
    width: 100%;
    background-color: hsla(0,0%,100%,0.4); 
    padding-top:40px;
    padding-bottom: 80px;height: auto;
    min-width: 500px;
}
.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_artcle_in {
    height: auto;
}
/*経営理念*/
.sub_contents1 {
    width: 100%;

    }
/*フローリング*/
.sub_contents2 {
    width: 100%;
    background-color: rgba(28,82,50,1.00);
    height: 400px;
    padding-top: 40px;
    background-image: url("images/flooring_ph1.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    }
.sub_contents3 {
    width: 100%;
	background-color: #FFFFFF;
    height: 400px;
    padding-top: 30px;
     background-image: url("images/mate_ph1.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    }
.sub_contents4 {
    width: 100%;
    background-color: rgba(28,82,50,1.00);
    height: 400px;
    padding-top: 40px;
    background-image: url("images/ca_ph10.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    }
.sub_contents5 {
    width: 100%;
	background-color: #FFFFFF;
    height: 400px;
    padding-top: 30px;
     background-image: url("images/wall_ph2.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    }
.sub_contents6 {
    width: 100%;
    background-color: rgba(28,82,50,1.00);
    height: 400px;
    padding-top: 40px;
    background-image: url("images/ph3.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    }
.product_title {
    font-size: 120%;
    border-bottom: thin solid rgba(28,82,50,1.00);
    margin-bottom: 20px;
}
.product_title2 {
    font-size: 120%;
    border-bottom: thin solid #FFFFFF;
    margin-bottom: 20px;
}
.product_menu {
    width:40%;
    float: left;
    background-color:#FFFFFF;
    padding: 4%;
 
}
.product_menu2 {
    width:40%;
    float:right;
       color: #FFFFFF;
background-color: rgba(28,82,50,1.00);
    padding: 4%;
}

/*ボタン*/
.msr_btn10 a {
  background-color: #FFFFFF;
  border:1px solid #999999;
  color:rgba(18,81,43,1.00);
  display: block;
  font-size: 14px;
  padding: 14px;
  position:relative;
  text-align: center;
  text-decoration: none;
    margin-top: 20px;
  width: 200px;
}
.msr_btn10 a:before {
  background:rgba(18,81,43,1.00);
  border-bottom:0px solid transparent;
  border-left:0px solid transparent;
  border-right:8px solid transparent;
  border-top:#FFFFFF 8px solid;
  content: "";
  display: inline-block;
  height: 0;
  right: 0;
  margin:-5px 0 0;
  position: absolute;
  bottom: 0;
  vertical-align: middle;
  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: 0;
}
/* マウスオーバー */
.msr_btn10 a:hover:before {
  border-bottom:0px solid transparent;
  border-left:0px solid transparent;
  border-right:20px solid transparent;
  border-top:#FFFFFF 20px solid;
  content: "";
}
/*------------------------------------------------
mobile
------------------------------------------------*/  
@media screen and (max-width: 768px){
    .sub_contents_w-bg {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
    background-color: hsla(0,0%,100%,0.4); 
    padding-top: 30px;
    padding-bottom: 30px;
     height: auto;
    max-width: auto;
        min-width:auto;
}
    .sub_contents1 {
    width: 100%;
        margin-left: auto;
        margin-right: auto;

    }
  .product_menu {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    float:none;
       color:rgba(18,81,43,1.00);
      background-color: #FFFFFF;
      padding: 8%;
}
.product_menu2 {
    width:80%;
    margin-left: auto;
    margin-right: auto;
    float:none;
      color:rgba(18,81,43,1.00);
      background-color: #FFFFFF;
      padding: 8%;
}  
    .product_title2 {
    font-size: 120%;
    border-bottom: thin solid rgba(18,81,43,1.00);
    margin-bottom: 20px;
}
}