@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#main .mainBox {
  margin: 0 auto;
    width: 900px;
}

#main .comBox {
   margin-bottom: 50px;
}
#main .title {
       margin-bottom: 8px;
}

#main .mainBox table {
   width: 100%;
   border-collapse: collapse;
}

#main .mainBox table .nensu {
   background-color: #EEE;
}
#main .mainBox table th {
   text-align: center;
   padding: 10px;
   border: 1px solid #808080;
}

#main .mainBox table td {
   text-align: center;
   border: 1px solid #808080;
}
/*------------------------------------------------------------
	ZEHライフとは
------------------------------------------------------------*/
#main .comBox1 {
	margin-bottom: 25px;
}
#main .comBox2 {
	margin-bottom: 100px;
}
#main .comBox3 {
	margin-bottom: 30px;
}
#main .comBox4 {
	margin-bottom: 80px;
}
#main .comBox .photo{
   text-align: center;
   margin-bottom: 58px;
}
#main .comBox .tit1{
   margin-bottom: 20px;
   text-align: center;
   font-size: 20px;
}
#main .comBox .tit4{
    background: #f3f3f3;
    font-size: 13px;
	padding-left: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
}
#main .comBox .tit5{
	text-align: center;
    font-size: 14px;
    padding: 12px 30px;
    display: block;
    border: 1px solid #000000;
    border-radius: 50px;
    width: 10%;
    margin: 0 auto;
}
#main .comBox .headLine01{
	margin-bottom: 35px;
    background: #000000;
    color: #FFF;
    padding: 10px 20px;
    font-size: 20px;
    text-align: initial;
}
#main .comBox2 .right2 .headLine02{
	margin-bottom: 20px;
    background: #f65006;
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
	width: 50%;
}
#main .comBox3 .right3 .headLine03{
	margin-bottom: 20px;
    background: #f65006;
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
	width: 50%;
}
#main .comBox3 .right .headLine04{
	margin: 20px 0px;
    background: #f65006;
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
	width: 60%;
}
#main .comBox .text{
	margin: 20px 0px;
}
#main .comBox1 .left{
	float: left;
}
#main .comBox2 .left{
	float: left;
}
#main .comBox3 .left{
	float: left;
}
#main .comBox4 .left{
	float: left;
}
#main .comBox1 .right{
	float: right;
	width: 50%;
}
#main .comBox2 .right{
	float: right;
	width: 55%;
}
#main .comBox2 .right2{
	float: right;
	width: 63%;
}
#main .comBox3 .right{
	float: right;
	width: 55%;
}
#main .comBox3 .right3{
	float: right;
	width: 63%;
}
#main .comBox4 .right4{
	float: right;
	width: 55%;
}
#main .comBox1 .right .tit2{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox2 .right .tit2{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox2 .right2 .tit3{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox3 .right .tit2{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox3 .right3 .tit3{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox4 .right4 .tit2{
	font-size: 20px;
    margin-bottom: 20px;
}
#main .comBox2 .right .photo1{
	margin-bottom: 20px;
}
#main .comBox2 .right .text{
	margin: 20px 0px;
}
#main .comBox2 .right2 .text{
	margin: 20px 0px;
}
#main .comBox4 .right4 .text{
	margin: 20px 0px;
}
@media screen and (max-width: 450px) {
	#main .mainBox{
		width: 100%;
	}
	#main .comBox .photo{
		margin-bottom: 30px;
	}
	#main .comBox1 .left,
	#main .comBox1 .right{
		float: unset;
	}
	#main .comBox1 .right{
		width: 90%;
		margin: 20px auto 0;
		text-align: center;
	}
	#main .comBox{
		margin-bottom: 30px;
	}
	#main .comBox4 .left{
		float: unset;
	}
	#main .comBox4 .left .imgBoxL .photo{
		text-align: center;
	}
	#main .comBox4 .left .imgBoxL .photo img{
		width: 90%;
		text-align: center;
	}
	#main .comBox4 .right4{
		float: unset;
		width: 90%;
		margin: auto;
	}
	#main .comBox4 .right4 .photo1 img{
		width: 100%;
		margin: 20px auto 0;
	}
	#main .comBox4 .right4 .tit2{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	#main .comBox4,
	#main .comBox2{
		margin-bottom: 0px;
	}
	#main .comBox .tit1{
		text-align: left;
	}
	#main .comBox2 .left{
		float: unset;
	}
	#main .comBox2 .right2,
	#main .comBox3 .right3,
	#main .comBox3 .right{
		float: unset;
		width: 90%;
		margin: 15px auto 0;
	}
	#main img{
		width: 100%;
	}
	#main .comBox3 .left{
		margin: 0 auto 20px;
	}
}