@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/
/*--------------------------------------
contact
--------------------------------------*/

#contact{
	background: #fdf8f0;
	padding: 20px 0 40px 0;
}
#contact .inner{
	overflow: hidden;
	width: 700px;
}
.contact_left{
	float: left;
	width: 45%;
}
.contact_p1{
	font-weight: bold;
	font-size: 15px;
	margin: 0;
}
.contact_p2{
	margin: 0 0 5px 0;
}
.contact_left img{
	width: 250px;
}
.contact_right{
	float: right;
	width: 45%;
}
.contact_right a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #ee731e;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	font-size: 16px;
	margin: 10px 0 0 0;
}

@media only screen and (max-width: 668px) {
	#contact .inner{
		overflow: hidden;
		width:90%;
		margin: 0 auto;
	}
	.contact_left{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.contact_right{
		float: none;
		width: 100%;
	}
	.contact_p1{
		font-weight: bold;
		font-size: 15px;
		margin: 0;
		text-align: center;
	}
	.contact_p2{
		text-align: center;
	}
	.contact_left img{
		max-width: 250px;
		width: 80%;
		margin: 0 auto;
		display: block;
	}
	.contact_right a{
		width: 85%;
		margin: 0 auto;
	}
}


/*--------------------------------------
greet
--------------------------------------*/
.page_main img{
	height: 165px;
	object-fit: cover;
	margin: 0 auto;
	display: block;
}
.greet_p1{
	color: #ee731e;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	margin: 70px 0;
	line-height: 1.8;
}
.greet_p2{
	font-size: 14px;
	text-align: center;
	margin: 40px 0;
	line-height: 2;
}
.greet_p3{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.greet_p4{
	text-align: center;
	font-size: 14px;
	margin: 0 0 70px 0;
}
.greet_p4 span{
	font-size: 18px;
}

@media only screen and (max-width: 668px) {
	.page_main img{
		height: 100px;
	}
}



/*--------------------------------------
consulting
--------------------------------------*/

.consulting_p1{
	color: #ee731e;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 70px 0;
	line-height: 1.8;
}
.consulting_list{
	overflow: hidden;
	margin-bottom: 40px;
}
.consulting_box{
	width: 32%;
	float: left;
	margin: 0 2% 40px 0;
}
.consulting_list .consulting_box:nth-child(3),
.consulting_list .consulting_box:nth-child(6),
.consulting_list .consulting_box:nth-child(9){
	margin-right: 0;
}
.consulting_p2{
	line-height: 1.8;
	margin: 5px 0 0 0;
}

@media only screen and (max-width: 668px) {
	.consulting_p1{
		font-size: 15px;
		margin: 40px 0;
	}
	.consulting_list{
		overflow: hidden;
		margin-bottom: 40px;
	}
	.consulting_box{
		width: 90%;
		float: none;
		margin: 0 auto 40px auto;
	}
	.consulting_box img{
		width: 100%;
	}
	.consulting_list .consulting_box:nth-child(3),
	.consulting_list .consulting_box:nth-child(6),
	.consulting_list .consulting_box:nth-child(9){
		margin-right: auto;
	}
}


/*--------------------------------------
company
--------------------------------------*/

.company{
	width: 700px;
	margin: 70px auto;
}
.company table th{
	width: 130px;
	background: #fee9c5;
	padding: 12px 0 12px 20px;
	text-align: left;
	border-bottom: 6px solid #FFF;
	border-right: 6px solid #FFF;
}
.company table td{
	width: 570px;
	background: #fdf8f0;
	padding: 12px 0 12px 20px;
	border-bottom: 6px solid #FFF;
	line-height: 1.8;
}

@media only screen and (max-width: 668px) {
	.company{
		width: 90%;
		margin: 40px auto;
	}
	.company table th{
		display: block;
		width: 100%;
		border-bottom: 6px solid #FFF;
		border-right: none;
		box-sizing: border-box;
		padding: 12px 10px 12px 20px;
	}
	.company table td{
		display: block;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: none;
		box-sizing: border-box;
		padding: 12px 10px 12px 20px;
	}
}


/*--------------------------------------
solar
--------------------------------------*/


h3.sub_h3{
	color: #ee731e;
	border-left: 5px solid #ee731e;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 50px;
	display: inline-block;
	margin: 50px 0 20px 0;
}
p.sub_p1{
	font-size: 14px;
	line-height: 2;
}
p.sub_p2{
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}



/*--------------------------------------
contact
--------------------------------------*/

#formWrap {
	width:700px;
	margin:50px auto 50px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fee9c5;
	text-align:left;
}


@media only screen and (max-width: 668px) {
	#formWrap {
		width: 100%;
		margin:50px auto 50px auto;
		color:#555;
		line-height:120%;
		font-size:90%;
	}
	table.formTable td,table.formTable th{
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}




/*--------------------------------------
gyosei
--------------------------------------*/

.gyosei_detail{
	overflow: hidden;
}
.gyosei_detail img{
	display: block;
	width: 210px;
	float: left;
}
.gyosei_detail_p{
	float: left;
	margin-left: 20px;
}
.gyosei_title{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.gyosei_text1{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
}
.gyosei_text2{
	font-size: 14px;
}
.gyosei_text2 span{
	color: #686868;
	font-size: 12px;
}

@media only screen and (max-width: 668px) {
	.gyosei_detail img{
		float: none;
		margin: 0 auto 20px auto;
	}
	.gyosei_detail_p{
		float: none;
		margin-left: 10%;
	}
}


/*--------------------------------------
thanks
--------------------------------------*/

p.thanks_p{
	font-size: 18px;
	text-align: center;
	margin: 30px auto;
}
a.thanks_link{
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	background: #ee731e;
	margin: 0 auto 50px auto;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 150px;
	border-radius: 10px;
}
a.thanks_link:link, a.thanks_link:visited, a.thanks_link:active{
	color: #FFF;
}