@charset "UTF-8";
#content:after, #content .smart ul:after,.inquiry_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* -------------------------- */
/* what/
/* -------------------------- */

.inquiry_box{ margin: 40px auto 0 auto; text-align: center;}



.inquiry_box p.btn_link:nth-of-type(2){ float: left;width: 50%; padding-right: 10px; margin-top: 20px}
.inquiry_box p.btn_link:nth-of-type(3){ float: right;width: 50%; padding-left: 10px; margin-top: 20px}

.inquiry_box p.btn_link a {
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background: url(../images/common/arrow_right_w.png) 90% 19px #76a93f no-repeat;
    color: #ffffff;
    text-align: center;
    width: 235px;
    height: 50px;
    line-height: 50px;
}
.inquiry_box p.btn_link:nth-of-type(2) a{ float: right;}
.inquiry_box p.btn_link:nth-of-type(3) a{ float: left;}

#content .what {
	padding: 80px 0;
	background: url(../images/solar/what_bg.png) center 100px no-repeat;
	text-align: center;
}
#content .what h3 {
	color: #0575ad;
	font-size: 1.6em;
	display: block;
	font-weight: bold;
	padding-left: 60px;
	margin: 0 auto 15px auto;
	background: url(../images/solar/what_sttl.png) no-repeat left;
	height: 50px;
	line-height: 50px;
	width: 350px;
}
#content .what p strong {
	color: #f3a001;
}
#content .what h4 {
	color: #76a93f;
	font-size: 1.2em;
	font-weight: bold;
	margin: 50px 0 10px 0;
}

@media screen and (max-width: 1034px) {
	
.inquiry_box{ margin: 20px auto 0 auto;}

.inquiry_box p.btn_link:nth-of-type(2){ float:none;width: 100%; padding-right: 0px; margin-top: 10px}
.inquiry_box p.btn_link:nth-of-type(3){ float:none;width: 100%; padding-right: 0px; margin-top: 10px}

.inquiry_box p.btn_link a {
    width: 100%;
}
.inquiry_box p.btn_link:nth-of-type(2) a{ float:none;}
.inquiry_box p.btn_link:nth-of-type(3) a{float:none;}
#content .what {
	padding: 20px 0;
	background: none;
}
#content .what h3 {
	font-size: 1.4em;
	padding-left: 0px;
	background: none;
	height: auto;
	line-height: 1.6;
	width: 100%;
}
#content .what p {
	text-align: left;
}
#content .what p br {
	display: none;
}
#content .what h4 {
	margin: 25px 0 5px 0;
}
}
/* -------------------------- */
/* smart/
/* -------------------------- */
#content .smart {
	padding: 80px 0 0 0;
	background: #fcfbee;
	text-align: center;
}
#content .smart h3 {
	color: #76a93f;
	font-size: 1.6em;
	display: block;
	font-weight: bold;
	padding-right: 60px;
	margin: 0 auto 15px auto;
	background: url(../images/solar/smart_sttl.png) no-repeat left;
	height: 50px;
	line-height: 50px;
	width: 730px;
}
#content .smart p strong {
	color: #f3a001;
}
#content .smart figure {
	padding: 40px 0 20px 0;
}
#content .smart ul {
	padding-bottom: 80px;
}
#content .smart ul li a {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	width: 195px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	background: url(../images/common/arrow_bottom_w.png) no-repeat 22px 22px #f39800;
	display: block;
	float: left;
	margin-right: 15px;
}
#content .smart ul li:nth-of-type(5) a {
	margin-right: 0px;
}
#content .smart .smart_box {
	padding: 0 0 60px 0;
	text-align: left;
}
#content .smart .smart_box h4 {
	color: #76a93f;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
#content .smart .smart_box .smart_box_small {
	border: solid 1px #76a93f;
	padding: 30px;
	background: #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 30px;
}
#content .smart .smart_box .smart_box_small h5 {
	color: #76a93f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 1034px) {
#content .smart {
	padding: 20px 0 0 0;
}
#content .smart h3 {
	font-size: 1.4em;
	padding-right: 0px;
	background: none;
	height: auto;
	line-height: 1.6em;
	width: 100%;
}
#content .smart p {
	text-align: left;
}
#content .smart p br {
	display: none;
}
#content .smart figure {
	padding: 20px 0 10px 0;
}
#content .smart ul {
	padding-bottom: 40px;
}
#content .smart ul li a {
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url(../images/common/arrow_bottom_w.png) no-repeat 11px 8px #f39800;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
#content .smart .smart_box {
	padding: 0 0 40px 0;
}
#content .smart .smart_box h4 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
#content .smart .smart_box .smart_box_small {
	padding: 15px;
	margin-bottom: 15px;
}
#content .smart .smart_box .smart_box_small h5 {
	color: #76a93f;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
}
/* -------------------------- */
/* smart/
/* -------------------------- */
#content .under_bnr {
	padding: 55px;
}
#content .under_bnr ul li a {
	display: block;
	width: 235px;
	margin-right: 30px;
	float: left;
}
#content .under_bnr ul li:nth-of-type(4) a {
	margin-right: 0px;
}
#content .under_bnr ul li a span {
	background: url(../images/common/arrow_right_b.png) no-repeat left;
	padding-left: 25px;
	margin-top: 15px;
	display: block;
	font-size: 0.9em;
}

@media screen and (max-width: 1034px) {
#content .under_bnr {
	padding: 20px;
}
#content .under_bnr ul li a {
	width: 235px;
	float: none;
	margin: 0 auto 20px auto !important;
}
#content .under_bnr ul li a span {
	height: 15px;
}
}
