@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :copy.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/*----------------------------------------------------
	#ene_menu	サブメニュー
----------------------------------------------------*/
#ene_menu ul li.subm_pract a {
	background: transparent url("../energy/images/submenu.png") -326px -51px no-repeat;
}

/*----------------------------------------------------
	.merit_section	メリット
----------------------------------------------------*/
.merit_section{
	padding-top: 60px;
}
.merit_section h3{
	text-align: center;
	margin-bottom: 30px;
}
.merit_section .merit_inner{
	display: table;
	width: 960px;
	margin: auto auto 30px auto;
}
.merit_section .merit_inner div:first-child{
	padding-right: 10px;
}
.merit_section .merit_inner div:last-child{
	padding-left: 10px;
}
.merit_section .merit_inner .merit_image{
	display: table-cell;
	vertical-align: middle;
	width: 480px;
	box-sizing: border-box;
}
.merit_section .merit_inner .merit_text{
	display: table-cell;
	vertical-align: top;
	width: 480px;
	padding-top: 30px;
	box-sizing: border-box;
}
.merit_section .merit_inner .merit_text h4{
	margin-bottom: 25px;
}
.merit_section .merit_inner .merit_text p{
	line-height: 2;
}


/*----------------------------------------------------
	.inv_section	太陽光を電気に変える次世代エネルギー投資方法
----------------------------------------------------*/
.inv_section{
	padding-top: 60px;
}
.inv_section h3{
	width: 977px;
	margin: auto auto 30px auto;
}
.inv_section .inv_section_inner{
	display: table;
	width: 100%;
	background: #fff;
}
.inv_section .inv_section_image{
	display: table-cell;
	width: 50%;
	height: 420px;
}
.inv_section .inv_section_text{
	display: table-cell;
	width: 50%;
	height: 100%;
	padding: 50px 35px;
	overflow: hidden;
}
.inv_section .inv_section_text .inv_section_text_inner{
	float: right;
	width: 455px;
	line-height: 2;
}
.inv_section .inv_section_image{
	background: url("../energy/images/practical/img_practical_2_1.jpg") center center no-repeat;
	background-size: cover;
}

/*----------------------------------------------------
	.optimal	太陽光発電はこのような目的を持つ方に最適です
----------------------------------------------------*/
.optimal{
	margin-top: 60px;
}
.optimal h3{
	text-align: center;
}
.optimal ul{
	width: 977px;
	margin: 30px auto auto auto;
	overflow: hidden;
}
.optimal ul li{
	float: left;
	width: 305px;
	margin-right: 31px;
}
.optimal ul li:last-child{
	margin-right: 0;
}


/*----------------------------------------------------
	.case	省エネが期待できるスマートハウスの要となる「太陽光発電」
----------------------------------------------------*/
.case_wrap{
	margin-top: 60px;
}
.case_wrap h3{
	text-align: center;
}
.case_wrap .case_read{
	display: table;
	width: 977px;
	margin: 35px auto auto auto;
}
.case_wrap .case_read .read_left{
	display: table-cell;
	width: 510px;
	vertical-align: top;
}
.case_wrap .case_read .read_right{
	display: table-cell;
	vertical-align: top;
	line-height: 2;
}
.case_wrap .case_read .read_right a{
	color: #18a396;
	text-decoration: underline;
}
.case_inner{
	width: 977px;
	margin: 45px auto auto auto;
	padding: 35px 30px;
	background: #fff;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
}
.case_inner .case_inner_ttl{
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 1px solid #cdcdcd;
}
.case_inner .case{
	display: table;
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cdcdcd;
}
.case_inner .case:last-child{
	border-bottom: none;
}
.case_inner .case .case_image{
	display: table-cell;
	width: 370px;
	vertical-align: top;
}
.case_inner .case .case_image h4{
	margin-bottom: 20px;
}
.case_inner .case .case_table{
	display: table-cell;
	vertical-align: top;
	padding-top: 47px;
}
.case_inner .case .case_table table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
.case_inner .case .case_table table th{
	text-align: center;
	padding: 14px 0;
	font-size: 12px;
	color: #4f4f4f;
	font-weight: normal;
	background: #f4f4f4;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.case_inner .case .case_table table th:last-child{
	border-right: none;
}
.case_inner .case .case_table table td{
	text-align: center;
	padding: 14px 0;
	font-size: 12px;
	color: #4f4f4f;
	border-right: 1px solid #cdcdcd;
}
.case_inner .case .case_table table td:last-child{
	border-right: none;
}
