@charset "utf-8";

* {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	font-size: 100%;
}

html,body {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
} 

body {
	background-color: #fff;
	font-size: 12px;
	line-height: 22px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


/*各スタイル
--------------------------------------*/
a {
	text-decoration: none;
	color: #3e3a39;
}
a:hover{
	color: #595655;
	text-decoration: underline;
}
a.anchor{
	padding-top:300px;
	margin-top:-100px
}
h1 {
	color: #21659e;
	font-size: 30px;
	font-weight:bold;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	margin-bottom: 40px;
	width: 591px;
	height: 61px;
	background-image: url("../images/titlePaper.png");
	background-repeat: no-repeat;
	background-size: 591px;
	line-height: 46px;
	font-family: "黎ミンY20 B";
}
h2 {
	color: #fff;
	font-size: 120%;
	padding: 5px;
}
h3{
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-bottom: 24px;
	padding-left:5px;
	font-weight: bold;
	font-size: 22px;
	color: #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
}
h4{
	margin: 0;
	padding: 0;
	font-size: 130%;
	margin-bottom: 10px;
	color: #0063b0;
}
h5{
	margin: 0;
	padding: 0;
	font-size: 110%;
}
p{
	padding-left: 10px;
	font-size: 100%;
	margin-bottom: 40px;
	line-height: 180%;
}
img{
	border: none;
}
/*画像装飾
--------------------------------------*/
.pic_shadow{
	box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-webkit-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
	-moz-box-shadow:rgba(31, 33, 36, 0.25) 2px 2px 2px 0px;
}

/*文字カラー、太さ指定
--------------------------------------*/
.red {
	color: #ff0000;
	font-weight: bold;
	margin-right: 5px;
}
.red_small{
	color: #ff0000;
	font-weight: normal;
	font-size: 80%;
	line-height: 1.3;
}
.red_stress{
	color: #e0201c;
	font-weight: bold;
}
.yellow_back{
	background-color: #ffea00;
	font-weight: bold;
	font-size: 100%;
}
.bold{
	font-weight: bold;
}
.blueBold{
	color: #0063b0;
	font-weight: bold;
	font-size: 110%;
}
.redBold{
	color: #f51142;
	font-weight: bold;
	font-size: 120%;
}
/*サイズ指定
--------------------------------------*/
.width100 {
	width: 100%;
}
.width20 {
	width: 20%;
}
/*効果（シャドウ）
--------------------------------------*/
.shadow{
    position: relative;
    display: block;
    width: 100%; /* 画像の横幅 */
    margin: 0 auto;
    z-index: 1;
}
.shadow:before{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(-3deg)
}
.shadow:after{
    content: "";
    position: absolute;
    bottom: 6px;
    right: 18px;
    width: 50%;
    box-shadow: 0 0 4px 8px rgba(0,0,0,0.6);
    z-index: -1;
    transform:rotate(3deg)
}
/*float
--------------------------------------*/
.fleft {
	float: left;
}
.fright{
	float: right;
}
.left01{
	float: left;
	width: 250px;
	padding-left: 50px;
}
.right01{
	float: right;
	width: 650px;
	padding-top: 50px;
	font-size: 18px;
	line-height: 30px;
}
.right01 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

/*clearfix
--------------------------------------*/
.cf {
	zoom: 1;
}

.cf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*******************************************
ヘッダー
*******************************************/
/*IE対応*/
/* html body {     
    background: url(null) fixed;     
} 
* html div#header    {     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}  */


/*header
--------------------------------------*/
.header{
	width: 100%;
	height: 70px;
}
.header .inner{
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.logo{
	width: 282px;
	height: 42px;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 0px;
}
.logo img{
	width: 282px;
	height: 42px;
}
.headerBtm{
	width: 100%;
	background-color: #0c4fa5;
	height: 4px;
}
.tel{
	width: 207px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 793px;
}


/*キービジュアル
--------------------------------------*/
.mainVisual{
	height: 424px;
	width: 100%;
	position: relative;
	background: url("../images/bg.jpg") no-repeat center top;
}
.mainVisual .inner{
	width: 1000px;
	height: 424px;
	margin: 0 auto;
	position: relative;
}
.mainImage{
	width: 954px;
	height:338px;
	position: absolute;
	left: 10px;
	top: 58px;
}


/*コンテンツ
--------------------------------------*/
.block01{
	width: 1000px;
	margin: 0 auto;
	margin-top: 27px;
}
.block01 img{
	margin: 0 auto;
}
.title01{
	width: 100%;
	height: 120px;
	background-color: #0d2470;
	margin-top: 66px;
}
.title01 img{
	width: 914px;
	height: 58px;
	margin: 0 auto;
	display: block;
	padding-top: 26px;
}
.zeroHouse01{
	width: 1000px;
	height: 364px;
	margin: 0 auto;
	margin-top: 44px;
}
.zeroHouse01 img{
	width: 999px;
	margin: 0 auto;
}
.zeroHouse02{
	width: 1000px;
	height: 691px;
	margin: 0 auto;
	margin-top: 90px;
}
.zeroHouse02 img{
	width: 837px;
	height: 691px;
	margin: 0 auto;
	display: block;
}
.zeroHouse03{
	width: 1000px;
	height: 243px;
	margin: 0 auto;
	margin-top: 56px;
}
.zeroHouse03 img{
	width: 837px;
	height: 243px;
	margin: 0 auto;
	display: block;
}
.zeroHouse04{
	width: 1000px;
	height: 764px;
	margin: 0 auto;
	margin-top: 90px;
}
.zeroHouse04 img{
	width: 1000px;
	margin: 0 auto;
	display: block;
}
.items{
	background-color: #fdf8f0;
	border: 1px solid #f28e00;
	width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
}
.item01{
	width: 940px;
	margin: 0 auto;
	margin-top: 30px;
}
.titleShiku{
	margin-bottom: 17px;
}
.shikumi{
	margin: 0 auto;
	display: block;
	margin-top: 34px;
	margin-bottom: 60px;
}
.shikuL{
	width: 390px;
	float: left;
}
.shikuR{
	width: 512px;
	float: right;
	font-size: 14px;
}
.btn01{
	background-image: url("../images/btn_01.png");
	width: 512px;
	height: 60px;
	display: block;
	margin-top: 25px;
}
.btn01:hover{
	background-image: url("../images/btn_01_ov.png");
}
.kugiri hr{
	width: 940px;
	border: 0;
	border-bottom: 1px solid #c5b194;
	margin: 0 auto;
	margin-top: 30px;
}
.item01-2{
	width: 938px;
	background-color: #f7fee7;
	border: 3px solid #8ba15a;
	margin: 0 auto;
	margin-top: 70px;
}
.item04Title{
	display: block;
	margin: 0 auto;
	margin-top: 25px;
}
.item01-2B{
	width: 880px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 30px;
}
.item01-2L{
	float: left;
	width: 361px;
}
.item01-2R{
	float: right;
	width: 486px;
	font-size: 14px;
}
.btn02{
	background-image: url("../images/btn_02.png");
	width: 486px;
	height: 60px;
	display: block;
	margin-top: 25px;
}
.btn02:hover{
	background-image: url("../images/btn_02_ov.png");
}
.title02{
	width: 100%;
	height: 110px;
	background-color: #0d2470;
	margin-top: 66px;
}
.title02 img{
	width: 938px;
	height: 28px;
	margin: 0 auto;
	display: block;
	padding-top: 42px;
}
.voice{
	width: 1000px;
	margin: 0 auto;
	margin-top: 48px;
}
.contactBlock{
	width: 100%;
	background-color: #0d2470;
	padding-top: 20px;
}
.contactBlock .inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	position: relative;
}
.telform{
	width: 1000px;
	height: 201px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url("../images/contactTelForm01.png");
}
.btnContact02{
	background-image: url("../images/btnContact01.png");
	position: absolute;
	width: 480px;
	height: 145px;
	top: 171px;
	left: 520px;
}
.btnContact02:hover{
	background-image: url("../images/btnContact01_ov.png");
}
.local{
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}
.local img{
	margin: 0 auto;
	display: block;
}
.btn03{
	background-image: url("../images/btn03.png");
	width: 780px;
	height: 70px;
	display: block;
	margin: 0 auto;
	margin-top: 23px;
}
.btn03:hover{
	background-image: url("../images/btn03_ov.png");
}
.ecoBlock{
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 60px;
}
.ecoTitle01{
	background-color: #0d2470;
	height: 97px;
	width: 100%;
	padding-top: 12px;
	margin-top: 90px;
}
.ecoTitle01-A{
	width: 967px;
	height: 82px;
	margin: 0 auto;
	display: block;
}
.blacksolar{
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
.contactB{
	background-color: #0d2470;
	width: 1000px;
	margin: 0 auto;
	padding-top: 34px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 48px;
}
.contactB .title{
	margin: 0 auto;
	display: block;
}
.contactB .telForm{
	margin: 0 auto;
	display: block;
	margin-top: 25px;
}
.btnContact03{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 136px;
	left: 520px;
}
.btnContact03:hover{
	background-image: url("../images/btn04_ov.png");
}
.ba{
	width: 796px;
	margin: 0 auto;
	margin-top: 90px;
}
.btnContact03B{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 164px;
	left: 520px;
}
.btnContact03B:hover{
	background-image: url("../images/btn04_ov.png");
}
.btnContact03C{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 136px;
	left: 520px;
}
.btnContact03C:hover{
	background-image: url("../images/btn04_ov.png");
}
.cloud{
	margin: 0 auto;
	width: 990px;
	margin-top: 70px;
}
.btnContact03D{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 165px;
	left: 520px;
}
.btnContact03D:hover{
	background-image: url("../images/btn04_ov.png");
}
.btnContact03E{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 135px;
	left: 520px;
}
.btnContact03E:hover{
	background-image: url("../images/btn04_ov.png");
}
.new{
	width: 1000px;
	margin: 0 auto;
	margin-top: 83px;
}
.btnContact03F{
	background-image: url("../images/btn04.png");
	position: absolute;
	width: 460px;
	height: 126px;
	top: 165px;
	left: 520px;
}
.btnContact03F:hover{
	background-image: url("../images/btn04_ov.png");
}
.txtEco{
	width: 695px;
	margin: 0 auto;
}
.ecoTitle02{
	background-color: #f28e00;
	height: 97px;
	width: 100%;
	padding-top: 12px;
	margin-top: 90px;
}
.ecoTitle02 img{
	width: 885px;
	height: 82px;
}
.hems{
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}
.greyBack{
	width: 100%;
	background-color: #f5f5f5;
	padding-bottom: 90px;
	margin-bottom: 0px;
}
.title05{
	width: 100%;
	height: 117px;
	background-color: #0d2470;
	margin-top: 0px;
	position: relative;
}
.title05 img{
	position: absolute;
	width: 707px;
	height: 126px;
	margin: 0 auto;
	display: block;
	left: 69px;
	top: -45px;
}
.sPhone{
	width: 1000px;
	margin: 0 auto;
	margin-top: 77px;
}
.contactBlockB{
	width: 100%;
	background-color: #0d2470;
	padding-top: 20px;
	margin-top: 80px;
}
.contactBlockB .inner{
	width: 1000px;
	margin: 0 auto;
	display: block;
	padding-bottom: 20px;
	position: relative;
}
.telformB{
	width: 1000px;
	height: 201px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url("../images/contactTelForm01.png");
}
.btnContact02{
	background-image: url("../images/btnContact01.png");
	position: absolute;
	width: 480px;
	height: 145px;
	top: 171px;
	left: 520px;
}
.btnContact02:hover{
	background-image: url("../images/btnContact01_ov.png");
}
.titleCom{
	background-image: url("../images/bg_stripe_01.jpg");
	width: 100%;
	height: 140px;
	margin-top: 67px;
	padding-top: 30px;
}
.titleCom img{
	margin: 0 auto;
	display: block;
}
.about{
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}
.com{
	width: 1000px;
	margin: 0 auto;
	margin-top: 34px;
}
.map{
	float: left;
	border : 1px solid #a5a4a4;
	height: 287px;
}
.about2{
	float: right;
}

/*フッター
--------------------------------------*/
footer{
	width: 100%;
	background-color: #0d2470;
	margin-top: 50px;
	min-height: 100px;
	color: #fff;
	padding-top: 37px;
}
.dispRight{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}
footer address{
	display: block;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-size: 14px;
}
