@charset "UTF-8";

/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/
@media screen and (max-width:599px){
  
.pc{display:none;}



.drawer-open{overflow:hidden!important}.drawer-nav{ z-index:9999; position:fixed;top:0;overflow:hidden;width:16.25rem;height:100%;color:#222;background-color:#fff}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:0;list-style:none}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}.drawer-overlay{position:fixed;z-index:1;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1,.22,1);transition:top .6s cubic-bezier(.19,1,.22,1)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);transition:left .6s cubic-bezier(.19,1,.22,1)}.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-nav,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}.drawer--right .drawer-nav{right:-16.25rem;-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);transition:right .6s cubic-bezier(.19,1,.22,1)}.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-nav,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}.drawer--right.drawer-open .drawer-hamburger{right:16.25rem}.drawer-hamburger{position:fixed;z-index:4;top:0;display:block;box-sizing:content-box;width:2rem;padding:0;padding:18px .75rem 30px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);-webkit-transform:translateZ(0);transform:translateZ(0);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);transition:all .6s cubic-bezier(.19,1,.22,1);background-color:#222}.drawer-hamburger-icon:after,.drawer-hamburger-icon:before{position:absolute;top:-10px;left:0;content:" "}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}.drawer--sidebar,.drawer--sidebar .drawer-contents{background-color:#fff}



header{
  background:#FFF;
  }



  
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
}



.content1000{
  }

.content1200{
  }



body {
min-height: 100vh;
color: #313131;
line-height: 1;
word-break: normal;
word-wrap: break-word;
}

header {
height: 37px;
    padding: 18px 0 0 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 10;}

header .logo {
    float: right;
}

header .logo img{
    margin: 0 10px 0 0;
    width: 100px; }


.second_header .logo img{
    margin: 0 10px 0 0;
    width: 100px; }

header nav {
    float: right;
}

header nav ul {
    margin: 22px 0 15px 0;}

header nav ul li {
    display: inline-block;
}

header nav ul li {
display: block;}

header nav ul li a{
        color: #000;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin: 0px 10px 19px 0;
    text-align: right;
    padding: 0 0 10px 0;
    border-bottom: gray 1px solid;}


.drawer-nav{
  padding:30px 0 0 0;
  }


.index__content.content {
    margin: 0;
}

section:before {
    content: '';
    width: 100%;
    height: 46px;
    display: block;
}


.index__content #content1 {
    height: 200px;
    text-align: center;
}


.index__content #content1 .key {
    position: relative;
    top: 30%;
}

.key img{
  width:50%;}

.index__content #content1 .key .catch {
    width: 100%;
    margin: 30px 0 0 0;
}

.index__content #content1 .key .catch h1 {
    color: #626262;
    font-size: 4vw;
    font-weight: normal;
    line-height: 1;
}


.index #page {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.index #page li {
    margin: 0 0 10px 0;
}

.index #page li a {
    width: 8px;
    height: 8px;
    background: #a9a9a9;
    border-radius: 50%;
    display: block;
}

.index #page li a:hover {
    opacity: 1;
    background: #d1343b;
}


.index__content #content2 img{
  width:100%;
}

.index__content #content2 {
    width: 100%;
}


.index__content #content2 .box {
    padding: 40px 0 ;
    color: #626262;
    text-align: center;
    background: #ffffff;
}


.index__content #content2 .box .inner {
    padding: 0 20px;
}



#news{
  text-align:center;
}


.ticker{
    width: 96%;
    line-height: 1.5em;
    position: relative;
    margin: 10px 0 0 0;
    overflow: hidden;
    font-size: 12px;
    padding: 2%;
  } 
#news_box{
  height:80px;
  }
  

#news_border{
  border-top:#CCC 1px solid;
  padding:30px 0 0 0;}

.ticker ul{
  width:100%;
  position:relative;
  }


.ticker li{
  width:100%;
  display:none;
  }

div#content3 img {
  width:100%;
}


.index__content #content3 .box {
    padding: 40px 0;
    color: #626262;
    text-align: center;
    background: #ffffff;}

.index__content #content3 .box .inner {
    padding: 0 20px;
}

.index__content #content3 .box .inner h2 {
    color: #626262;
}
section .fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 500ms;
}


.index__content #content4 img {
  width:100%;
}


.index__content #content4 .box {
    padding: 40px 0;
    color: #626262;
    text-align: center;
    background: #ffffff;}


.index__content #content4 .box .inner {
    padding: 0 20px;
}


.index__content #content4 .box .inner h2 {
    color: #626262;
}




.index__content #content5 img {
  width:100%;
}

.index__content #content5 .box {
    padding: 40px 0;
    color: #626262;
    text-align: center;
    background: #ffffff;
  }

.index__content #content5 .box .inner {
    padding: 0 20px;
}


.index__content #content5 .box .inner h2 {
    color: #626262;
}


#topics{
  background:#eeeeee;
  }


article{
  margin:0 auto;
  }



#event,
#blog{
    margin: 36px 0;}

#event h3,
#blog h3{
  font-size:18px;
  border-left: 5px solid #666;
  padding:0 0 0 10px;
  margin-bottom:10px;
  color:#000;}

#event h3 span,
#blog h3 span{
  font-size:12px;
  margin-left:10px;}

#event dl,
#blog dl{
  height:250px;
  overflow-y:scroll;
  padding:0 20px 0 0;
  }


#event dt,
#blog dt{
  margin:30px 0 0 0;
  font-weight:bold;
  }

#event dt{
  margin-bottom:10px;}


#blog dt span{
  text-align:right;
  float:right;
  font-size:12px;}

footer{
background: url(../../images/machida_02.jpg) no-repeat 100% top;
    background-size: cover;
    padding: 0px; }

#bnr img{
  margin:8px;}


.top_h2{
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 30px;}

.top_p{
  line-height:1.3 !important;
    font-size: 15px;  }

.top_a{
background: #333;
    color: #FFF;
    padding: 15px 40px 15px 40px;
    font-size: 16px;
    display: block;
    margin: 30px auto 0 auto;}
  
.top_a:hover{
    background: #1C1C1C;
}

.top_a3{
background: #333;
    color: #FFF;
    padding: 15px 40px 15px 40px;
    font-size: 16px;
    display: block;
    /* float: left; */
    margin: 20px auto 0 auto;}

.top_a3:hover{
  background: #1C1C1C;
}


.top_h3{
margin: 0 0 0 10px;
    font-weight: bold;
    font-size: 18px;
    border-left: #666 5px solid;
    padding-left: 10px;
    margin-bottom: 15px;  }

.top_h3 span{
  font-size:12px;
  font-weight:normal;}


#top_event{
margin: 0 0 60px 0;
}

#top_event dl{
  padding:0 10px;
  }


#top_event dt{
  font-size:15px;
  margin:25px 0 10px 0;
  }

#top_event dd{
font-size: 15px;

/*
    height: 18px;
    overflow: hidden;
    line-height: 1.5em;
*/
    }


#top_blog{
  margin:0;
  }

.top_blog_box{
  margin:25px 10px 0 10px;}

.top_blog_title{
  font-size:18px;
  font-weight:bolder;
  }

.top_blog_detail{
    font-size: 15px;
    height: 41px;
    line-height: 1.5em;
    overflow: hidden; }

.top_blog_date{
    text-align:right;
  font-size:12px;
}

#top_news{
    background: #eeeeee;
    padding: 46px 0;
  }


footer #bnr img{
      width: 48%;
    float: left;
    margin: 1%;}

footer ul a{
  color:#FFF;
  font-size:14px;
  }



footer ul{
    padding: 0 10px;
    margin: 20px 0 0 0;}

footer ul li.big{
  font-weight:bold;
  margin:18px 0 0 0;
  }
  
footer ul li.small{
  background: url(../../images/arrow.png) no-repeat left;
  padding:0 0 0 10px;
  margin:10px 0 0 0;
  }

#footer{
  text-align:center;
  padding:30px 0;
  }

#footer img{
  margin:10px 0;}


.index #page {
  display:none;
}


.second_section .content1000,
.second_section .content1200,
.second_section .content800{
  padding-left:3%;
  padding-right:3%;
  }


header.second_header
{    height: 37px;
padding: 18px 0 0 0;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 10;}





.second_section{
  padding-bottom:30px;}

.second_section #h2{
  text-align:center;
  }

.second_section h2{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 30px 0 10px 0;
}

.second_section h2 span{
  font-size:10px;
  color: #CCC;
  }



section.second_section:before {
    content: '';
    width: 100%;
    display: block;
}


.second_section h3{
  font-weight:bold;
  font-size:20px;
  margin:30px 0;}


#land01{
  text-align:center;
  margin:50px 0;
  line-height:2;
  font-size:15px;
  }

.gray{
  background:#eeeeee;
  padding:20px 0;
  }


#tochi_bank{
  margin:30px auto;
  }

#tochi_bank h4{
  color:#0069b3;
  font-weight: bolder;
  font-size:20px;
  }

#tochi_bank div{
  padding:0 3%;
  margin-bottom:50px;
    line-height: 2;
  }

#tochi_bank #img{
  }

#tochi_bank #img img{
width: 98%;
  text-align:center;
  border:#FFF 5px solid;}

#land02{
  padding:50px 0 0 0;
  line-height:2;
  text-align:center;
  }


#f_contact{
  background:url(../../images/contact_bg.png);
  padding:30px 0;
  
  }

#f_contact a{
background: #333;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    width: 300px;
    display: block;
    padding: 20px 0;
  margin:10px auto;
}
  

#f_contact a:hover{
  background:#666;}

.w100{
  width:100%;}




#build01{
    padding: 50px 30px 5px 30px;
      text-align: left; }

#build01 div{
  }

#build01 h4{
  background:url(../../images/build02.png) no-repeat left;
  padding-left:50px;
  font-size:20px;
  margin-bottom:30px;
  
  }

#build01 p{
  margin-bottom:50px;
  line-height:2;
  }

#sekourei{
  background: #000;
  display:block;
  padding:50px 0;
  margin:30px 0;
  width:100%;
  color:#FFF;
  font-size:20px;
  font-weight:bold;
  }
  
#sekourei span{
  color:#999;
  font-size:10px;
  }

#sekourei:hover{
  background: #333;}



#build_footer{
  padding:0 3% 25px 3%;
  }

#build_footer:before {
    content: '';
    width: 100%;
    height: 0;
    display: block;
}


#build_footer figure {
  width: 100%;
  height: 138px;
  margin: 0 0 10px 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
    float:left;

}


#build_footer figure img {
  width: 100%;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#build_footer figure:hover img {
  width: 100%;
}


.second_section p{
    line-height: 1.5;
    margin: 15px 0 0 0;}

.second_section h3{
  line-height:1.7;
  }

#quality01{
  margin:30px 0;
  background:#e7e7e7;
  padding:30px 3%;
  }

#quality01 h3{
  margin:0 0 30px 0;
  }

#quality03{
  text-align:center;
  }

.qua_box{
    background: #cccccc4a;
    padding: 30px;
    margin: 0 0 10px 0;
  }

.qua_box h4{
  font-size:20px;
  margin-bottom:20px;
  color:#0069b3;
  font-weight:bold;
  }

.qua_box p{
  line-height:1.7;
  }

h2 img{
  width:136px;
  }

#from101{
  margin:30px 0;
  padding:50px 0 0 0;
  text-align:center;
  background:url(../../images/from1_bg.jpg);
  }


#from101 img{
  margin-bottom:20px;}

#from101 a{
    background: #3f9738;
    color: #FFF;
    padding: 19px 0;
    width: 300px;
    margin: 20px auto 30px auto;
    display: block;
    border-radius: 10px;
    font-weight: bold;  }

#from101 a:hover{
  background:#265b21;
  }

#from102{
  text-align:center;
  }

#from102 a{
  background: #333;
  color:#FFF;
  width:300px;
  margin:50px 0;
  padding:20px 0;
  text-align:center;
  }

#from102 a:hover{
  background:#000;
  }

#from102 img{
  margin-bottom:20px;}

#natural01{
  text-align:center;
  margin-bottom:20px;}

#natural01 h3{
  font-size:30px;
  text-align:center;
  margin-bottom:10px;
  }

#natural01 strong{
  margin-bottom:20px;
  display:block;
  }

#natural01 p{
  text-align: left;
  line-height:1.7;
  }


.nat_box{
background: #e5e5e5;
    width: 90%;
    padding: 5%;
  margin-bottom:10px; }

.nat_box h4{
  font-weight:bold;
  margin:10px 0;
font-size: 20px;
  text-align:center;
}

.nat_box h4 span{
  font-size:14px;
  
  }

.nat_box p{
  line-height:1.7;
  }

#shikkui{
margin: 20px 0 10px 0;
text-align:center;}

#natural_img img{
    margin: 1%;
    width: 47%;}

#shikkui_p{
  text-align:center;
  margin:50px 0  0 0 ;
  }



.index_btn{
  padding:20px 0;
  background: #666;
  width:300px;
  margin:50px auto;
  color:#FFF;
  display:block;
  font-weight:bold;
  }




.des_box{
  margin:16px;
  text-align:center;
  }

.des_box p{
  line-height:1.5;
  margin:10px 0 0 0;
  }

.des_box img{
  margin-bottom:15px;}

.des_box h4{
  font-size:20px;
  font-weight:bold;
  }

#design_machida{
  width:180px;
  margin-right:10px;}


.land_box{
  padding:0 !important;
  height:auto !important;
  line-height:1.5 !important;
  background:none !important;}


.land_box h4{
  color:#333 !important;
  font-size:18px;
  }


.land_box p{
  line-height:1.6;
  margin-top:5px;
  }


#from0_01{
  background:url(../../images/from001.jpg) no-repeat;
  height:100px;
  margin:30px 0;
  width:100%;
  }


#from0_02{
  text-align:center;
  }

#from0_02 h3{
  font-size:26px;
  }


#company01{
  margin:50px auto;
  }


#company01 th{
  background:#dddddd;
  white-space:nowrap;

  }

#company01 th,
#company01 td{
width: 90%;
    display: block;
    border-bottom: #CCC 1px solid;
    padding: 5%;}

#company01 td {
  line-height:1.5;
  }

#company02 th,
#company02 td{
  line-height:1.5;
  border-bottom:1px solid #CCC;
  padding:5%;
  width:90%;
  display:block;
  }

#company02 td{
  padding:1% 5% 5% 5%;
  }

#company02 th{
  white-space:nowrap;
  font-weight:bold;
  border:none;
  padding:5% 5% 1% 5%;
  }

#company03 a{
  border:#CCC 1px solid;
  padding:20px ;
  display:block;
  margin:10%;
  color:#666;
  width:80%;
  line-height:1.5;
  
  }



#company03{
  text-align:center;
  margin:50px 0 20px 0;
  }


#philosophy01{
  text-align:center;
  padding:50px 0;
  border-bottom:#CCC 1px solid;
  }

#philosophy01 img{
  margin-bottom:50px;}


#philosophy01 h3{
  margin:10px 0 0 0;
  font-size:26px;
  }
.philosophy_{
  color:#0069b3;
  font-weight:bold;
  }


#philosophy02{
  padding:30px 0;
  text-align:center;}

#philosophy02 img{
  margin:20px 0 0 0;
  }

#philosophy03{
  background:url(../../images/philosophy02.jpg) no-repeat;
  background-size:cover;
  padding:50px 0;
  }


#philosophy .black{
  color:#FFF;
background-color:rgb(0,0,0,0.8);
  }

#philosophy .black h3{
  margin:0 0 20px 0;
  font-size:26px;
  }

#philosophy__{
  padding: 30px;
  }

#philosophy03 img{
  width:60%;
  margin:20px 20%;
  }

#philosophy04{
  background:url(../../images/philosophy04.jpg) no-repeat;
  background-size:cover;
  padding:30px 0;
  }

#philosophy___{
  padding: 30px;
  }
  

#office h3{
  text-align:center;
  padding:20px 0 ;
  color:#0069b3;
  border-top:#999 1px solid;
  border-bottom:#999 1px solid;
  font-weight: bold;
  }

#office p{
  text-align:center;
  }
#vert01{
  text-align:center;
  padding-bottom:50px;
  }

#vert01 img{
  margin:50px 0 0 0}


#vert02 th,
#vert02 td{
  width:90%;
  display:block;
  padding:5%;
  border-bottom:#CCC 1px solid;
  }

#vert02 th{
  background:#e5e5e5;
  }

#vert03 iframe{
  width:100%;
  height:200px;
  }

#vert03 iframe,
#vert03 img{
  margin:10px 0;
}

#vert04{
  
  background:url(../../images/vert04.jpg) no-repeat top;
  color:#FFF;
  text-align:center;
  padding:30px 0 0 0;
  height:306px;
  }


#vert04 h3{
position: relative;
display: inline-block;
padding: 0 55px;
}

#vert04 h3:before, #vert04 h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 1px;
background-color: #FFF;
}

#vert04 h3:before {left:0;}
#vert04 h3:after {right: 0;}



.showroom{
  margin:50px 0 0 0;
  }

.showroom p.text14{
  text-align:center;}
.showroom h3{
  text-align:center;
  margin:5px 0 15px 0;
  font-size:24px;
  }
.showroom h4{
text-align: center;
    margin: 30px 0 10px 0;
    line-height: 1.5;
  font-size:18px;}

.showroom .image img{
  margin:20px 5px;
  }

.showroom  .comment{
  background: #F1F1F1;
  border: #CCC 1px solid;
  padding:30px;
  }

.showroom table{
	    width: 100%;
  line-height:1.5;
  margin:30px 0 0 0;
  
  
  }
  
.showroom table th,
.showroom table td{
  width:90%;
  display:block;
  padding:3% 5%;
  border-bottom:#999 1px solid;
  }

.showroom table th{
  white-space:nowrap;
  background: #CCC;}
  


.link a{
  background: #333;
  color:#FFF;
  font-weight:bold;
  width:100%;
  margin:0 0 5px 0;
  display:block;
  padding:10px;
  }

.link a:hover{
  background: #999;
  }


.sr_s{
  margin:30px 0 0 0;}

.sr_s h4{
  line-height:1.5;
  }


.sr_s .link a{
  background: #333;
  color:#FFF;
  font-weight:bold;
  width:100%;
  padding:5%;
  margin:0 0 10px 0 ;
  display:block;
  float:none;
}






#flow01{
  margin:50px 0;
  text-align:center;
  }

.flow_left{
  text-align:center;
  width:30px;
  padding:20px;
  background: #CCC;
  margin-bottom:50px;
  }

.flow_right{
  }

.flow_box img{
  border: #CCC 2px solid;
  margin:0 30px 0 0;
  }

.flow_box h3{
  margin:0;
  }

.flow_box img,
.flow_box div{
  }

.flow_box div{
  padding:10px 0 0 0;}

.flow_box div h3{
  margin-bottom:5px;}

.flow_box div p{
  margin:0;
  }

#flow .arrow{
  display:none;
  }

#flow h3.sp{
  text-align:center;
  background:#CCC;
  padding:10px 0;
  margin-bottom:10px;
  }







#case #type{
  text-align:center;
  margin:30px 0;
  }

#case #type a{
  color:#333;
  margin:5px;
  width:auto;
  }


#case #type a:hover{
  letter-spacing:0.2em;
  text-decoration:underline;
  }


#case .case_box{
  margin:30px 0 0 0;
  
  
  }
#case .case_box span.thumb{
display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    border-radius: 10px;
  }
#case .case_box h3{
  margin:10px 0;}

#case .case_box  .type{
font-weight: bold;
    font-size: 12px;
    border: #CCC 1px solid;
    padding: 5px 10px;
  }

#case .case_box  .comment{
  margin-bottom:10px;}

#case .case_box .tag a{
  float:left;
  background:#666;
  color:#FFF;
  font-size:12px;
  padding:10px 20px;
  margin:0 5px 5px 0;
  width:auto;
  }

#case .case_box .tag a:hover{
  float:left;
  background:#666;
  color:#FFF;
  font-size:12px;
  padding:10px 20px;
  margin:0 5px 5px 0;
  width:auto;
  }




#case .case_box .more{
  background:#0069b3;
  padding:10px;
  width:100%;
  color:#FFF;
  }

#case .case_box .more:hover{
  background: #333;
  }




#case_table{
  width:100%;
  margin:50px 0;
  border-top:#ababab 1px solid;
  }

#case_table th,
#case_table td{
  padding:10px 20px;
  border-bottom: #ababab 1px solid;
}
#case_table th{
  width:10%;
  background:#CCC;
  }

#case_table td{
  width:40%;
  }


#case_detail span.thumb{
display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

#case_detail div.ba{
  }

#case_detail div.ba p{
  font-size:20px;}





  

#reform01 p{
  line-height:2;
  }

#reform01 img{
  margin-bottom:30px;
  }

.reform_box{
  margin:10px;
  }

.reform_box img{
  margin:0 0 10px 0;
  }

.reform_box p{
  font-size:13px;}

.reform_box h4{
  margin-bottom:10px;
  font-weight:bold;
  }
#reform02{
  padding:30px 0;
  }
  
  
#reform03 figure{
  margin:20px;
}

		
	#reform04 img{
		border:gray 1px solid;
    margin: 3px;		
	}

	#reform04{
		text-align: center;
	}




#reform #event{
  border:#999 2px solid;
  float:none;
  margin:0 auto;
  }

#reform #event table{
  margin:0 30px 30px 30px;
  }


#reform #event table th,
#reform #event table td{
  width:100%;
  display:block;
  line-height:1.5;
  }

#reform #event table th{
  vertical-align:text-top;
  font-weight:bolder;
  padding-top:20px;
  }


#reform #event{
  padding:0;}

#reform #event h3{
  margin:40px 0 20px 20px;
  }


#concept h3{
  text-align:center;
  line-height:1.5;
  }

#concept01{
  margin:10px 0;
  line-height:2;
  
  }

#concept02{
  margin:10px 0;
  line-height:2;
  }






#concept h3{
position: relative;
    display: inline-block;
    margin-bottom: 1em;
    width: 100%;
  }

#concept h3:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 100px;
height: 5px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: black;
border-radius: 2px;
}


#concept03{
  margin:10px 0;}

#concept03 img{
  border:#999 2px solid;
}



.concept_box{
  margin-bottom:30px;
  }

.concept_box span{
  color:#0069b3;
  margin:20px 0 10px 0;
  display:block;
  font-weight:bold;
  }


.concept_box h4{
  font-size:24px;
  margin:0 0 10px 0;
  line-height:1.2;
  }



#lease01{
  margin:30px 0;}


.lease_box{
background: #999;
    padding: 5%;
    width: 90%;
    margin-bottom: 20px;}
  
.lease_box h3{
  margin:10px 0 10px 0;
  font-weight:bold;
  }

.lease_box ul{
  background:#CCC;
  }

.lease_box ul li{
  padding:10px 5px;
  list-style:disc inside;
  border-bottom:#666 1px dotted;
  }

#salehouse01{
  margin:30px 0;
  }

#salehouse h4{
  text-align:center;
  padding:30px 0;
  background:#CCC;
  color:#333;
  font-weight:bold;
  }



.salehouse_box{
  margin:30px 0 0 0;
  border:#CCC 2px solid;
  padding:20px;
  }


.salehouse_box img{
  margin-right:20px;}

.salehouse_box div{
  text-align:left;  }

.salehouse_box h5{
  font-weight:bolder;
  font-size:24px;
  margin:15px 0 5px 0;
}

.salehouse_box p{
margin: 5px 0 0 0;}

.salehouse_box p span.add{
  background:url(../../images/salehouse_01.png) no-repeat left;
  padding:0 0 0 18px;
  
  }

.salehouse_box p span.station{
  background:url(../../images/salehouse_02.png) no-repeat left;
  padding:0 0 0 18px;
  }
  

.salehouse_box table{
  margin:10px 0;
  }


.salehouse_box table th span{
  background:#666;
  color:#FFF;
  display:block;
  font-size:12px;
  border-radius:5px;
  padding:5px 10px;
  text-align:center;
  }

.salehouse_box table td{
  padding:2px 5px;
  font-size:13px;}


.salehouse_box table th{
  padding:3px 0;
  }

.salehouse_box a{
  padding:10px 0;
  background:#0069b3;
  color: #FFF;
  width:100%;
  display:block;
  }

#knows01 p{
  line-height:2;
  font-weight:bold;
  font-size:15px;
  color:#000;
  }

#knows02 h3 img{
  width:150px;}


.knows_box{
  margin:30px 6px 0 6px ;
  }


.knows_box h4{
  margin:10px 0;
  color:#000;
  font-weight:bold;}


.knows_box p{
  font-size:14px;}




#knows_footer img{
border: #CCC 2px solid;
    float: left;
    margin: 1%;
    width: 46%;
  }

#original_{
  margin:20px 0;
  }

#original h4{
  background:url(../../images/original02.jpg) no-repeat;
  padding:30px 0;
  color:#FFF;
  text-align:center;
  margin:30px 0 20px 0;
  font-size:20px;
  background-size: cover;
  }

.original_box01 h5,
.original_box02 h5{
  line-height:1.4;
  margin:15px 0;
  color:#000;
  font-weight:bolder;
  font-size:20px;}


.original_box01 p,
.original_box02 p{
  line-height:1.7;
  font-size:14px;
  margin:0 0 30px 0;
  }


.bus_box{
  }

.bus_box h3{
  margin:10px 0 0  0;}

.bus_box p{
  font-size:14px;
  margin:0 0 20px 0;
  }

#invest01{
  margin:30px 0 ;
  }

#invest01 p{
  margin:30px 0;
  line-height:2;
  }

#invest02{
  margin:30px 0;
  }

#invest03 img{
  margin:10px 0;
  border:#CCC 2px solid;  
  }

#invest04,
#invest05{
  }

#invest04 h3,
#invest05 h3{
  border-left: #666 8px solid;
  margin:0;
  padding:0 0 0 15px;
  } 

#invest04 h3 span,
#invest05 h3 span{
  font-size:12px;}




#invest04 table{
  margin:20px 0;
  font-size:14px;}

#invest04 table th{
  padding:10px 20px 0 20px;
  font-weight:bold;
  }

#invest04 table td{
  padding:5px 20px 10px 20px;
  line-height:1.2;
  }

#invest05 img{
  margin:20px;
  }


#invest05 h4{
  font-weight:bold;
  line-height:1.4;
  }

#invest05 h3{
  text-align:left;
  }

#invest05 div{
  }

#invest05 {
  text-align:center;
  }


#invest05 p{
  margin:0;
  font-size:13px;}

#invest05 a{
  margin:10px auto;
  text-align:center;
  font-size:13px;
  border:#b9a061 1px solid;
  border-radius:3px;
  color:#000;
  padding:5px;
  width:200px;
  display:block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6dc9d+0,f0c14c+100 */
background: #f6dc9d; /* Old browsers */
background: -moz-linear-gradient(top, #f6dc9d 0%, #f0c14c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f6dc9d 0%,#f0c14c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f6dc9d 0%,#f0c14c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6dc9d', endColorstr='#f0c14c',GradientType=0 ); /* IE6-9 */}

#invest h3 img{
  width:120px;
  }

.form th,
.form td{
  padding:5%;
  border-bottom:#FFF 10px solid;
  display:block;
  width:90%;
  }


.form th{
  background:#CCC;}


.form .name{
  width:80%;}

.form .add{
  margin-bottom:7px;}

input#sousin{
  width:200px;
  text-align:center;
  padding:10px;
  margin:20px auto;
  }

#request h3,
#inquiry h3,
#entry h3{
  border-left:#CCC 10px solid;
  margin:30px 0;
  padding-left:25px;
  }

.form th.ness,
.form th.ness{
  background:#FFD2D2;}

.form th{}

.form label{
display: block;
    margin: 10px; }

.form input{
  width:80%;
      height: 30px;}
.form label input{
  height:auto;
  width: auto;
  }

.wpcf7-not-valid-tip{
  color:#F00;
    display: block;
    font-size: 12px !important;
    font-weight: bold !important;
    margin: 5px 0 10px 0 !important;}


#zeh td.color { background-color: #ECECEC;}

#zeh table td {
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    padding: 14px;
    box-sizing: border-box;
    border: 1px dotted #656565;
    width: auto;
}
#zeh table {
    border-collapse: collapse;
    border: 1px solid #656565;
    border-width: 1px 0;
    width: 100%;
    margin-bottom: 60px;
    table-layout: fixed;
    word-break: break-word;
}
div.private {
  line-height: 1.7;
  padding-top: 20px;
}

div.private h3 {
  font-weight: bold;
  margin-bottom: 10px;
}

div.private h4 {
  padding-left: 1em;
  margin-bottom: 20px;
}

p.p1 {
  padding-left: 1em;
  margin-bottom: 20px;
}

div.private ul li {
  padding-left: 4em;
  text-indent: -3em;
  margin-bottom: 8px;
}

div.private ul {
  margin-bottom: 25px;
}



#sitemap ul a{
  color: #333;
  font-size:14px;
  }



#sitemap ul{
margin: 20px 31px;}

#sitemap ul li.big{
  font-weight:bold;
  margin:18px 0 0 0;
  }
  
#sitemap ul li.small{
  background: url(../../images/arrow.png) no-repeat left;
  padding:0 0 0 10px;
  margin:10px 0 0 0;
  }

	


#afterservice .gray{}
#afterservice .gray h3{
	font-size:20px;}

#afterservice .as_box{
	width: 100%;
	margin-bottom:30px;}

#afterservice .as_box img{
	margin-bottom:10px;}

#afterservice .as_box h4{
	font-weight:bold;}


.pink{
	padding:30px 50px;
	background:#ffe6e6;
	margin:50px auto 0 auto;
	}

#afterservice .pink h3 img{
	width:150px;
	margin:0 10px 0 0;}

#afterservice .pink h3{
	color:#494949;
	}


#afterservice .as_box2{
padding: 20px;
    background: #FFF;
    margin-bottom: 20px;
    text-align: center;	}

#afterservice .as_box2 div{
}

#afterservice .as_box2 div,
#afterservice .as_box2 img{
    margin-bottom: 20px;	}

#afterservice .as_box2 div{}

#afterservice .as_box2 div h4{
	font-size:24px;
	font-weight:bolder;}

#afterservice .as_box2 div h5{
	margin:10px 0;
	font-size:18px;
	line-height:1.5;
	}

#anshin01 h4,
#anshin01 h5{
	color:#19955f;}
#anshin02 h4,
#anshin02 h5{
	color:#69b31e;}
#anshin03 h4,
#anshin03 h5{
	color:#d21712;}
#anshin04 h4,
#anshin04 h5{
	color:#1c4682;}
#anshin05 h4,
#anshin05 h5{
	color:#fd6404;}


video{
	width:100%;
	margin-bottom:30px;
	}

#as01{
	margin-top:20px;}
		


#recruit #tab{
	margin: 30px 0 0 0;}


#recruit #tab dt{
    background: #0069b3;
    color: #FFF;
    cursor: pointer;
    padding: 5%;
    width: 90%;
    margin: 6px 0;
    /* float: left; */
    text-align: center;}

#recruit #tab dt:hover{
	background:#005693;
	}

#recruit table{
	width:100%;
}

#recruit table th{
	background: #E8E8E8;
	width:25%;
	}

#recruit table th,
#recruit table td{
	width:90%;
	padding:5%;
	display:block;
	border-bottom:#CCC 1px solid;
	line-height:1.5;}


#recruit dl.content{
    border: 3px solid #005693;
    margin: 7px 8px;
	}

#recruit .hide{
	display:none;}


#invoice h3{
	color:#0069b3;
	margin:30px 0 20px 0;
	padding:0 0 0 20px;
	border-left:#0069b3 10px solid;}

#invoice h4{
	font-weight:bold;
	font-size:20px;}



#invoice a#ex{
	display:block;
    background: #3b6638 url(http://www.machida-koumuten.com/cms/wp-content/themes/machida/images/invoice_ex.png) no-repeat 21px 14px;
    padding: 32px 0 30px 74px;
    color: #FFF;
    width: 234px;
    font-weight: bold;
    margin: 0 10px 0 0;
}


#invoice a#pd{
	display:block;
background:#7e171a url(http://www.machida-koumuten.com/cms/wp-content/themes/machida/images/invoice_pd.png) no-repeat 21px 14px;
    padding: 32px 0 30px 74px;
    color: #FFF;
    width: 234px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#invoice a#how{
	color:#F00;
	text-decoration:underline;
	display:block;
	margin:10px 0;
	}

#invoice div#caution{
	background:#CCC;
	padding:30px;
	margin:10px 0;
	}

#invoice div#caution li{
	list-style: disc;
	margin:15px 0 0 0;}

#invoice div#caution ul{
	padding:0 0 0 22px;
	}
	


}





