@charset "utf-8";
/* CSS Document */

/* 省エネ補助金申請支援設定 */

#contents #title h1 {
	background-image: url(../img/energy/subsidysup/title_ph.jpg);
}
#contents #title h1::before {
	content: "\f51e";
}

@media print,screen and (min-width: 768px){

/* PC用設定 */

#contents #title h1 {
	height: 190px;/* 160px */
	padding-top:90px;/* 120px */
	line-height: 1.3em;
	background-position: right -180px;
}
#contents #title h1 span {
	display:block;
	padding-left:1.5em;
}

#contents #subsidysup {
	padding:60px 0px;
}
#contents .achievements {}
#contents .achievements h5 {
	text-align:center;
	margin:40px 0px;
}
#contents .achievements h5 img {
	width:auto;
	padding: 25px;
	border: 1px solid #CCC;
}
#contents .achievements ul {
}
#contents .achievements li {
	float:left;
	width:25%;
	margin-top:1em;
}
#contents .achievements li h6 {
	font-size: 21px;
	line-height: 1em;
	margin-bottom: 0.5em;
	color:#CC3C34;
	margin-right:1em;
	padding-bottom:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#contents .achievements li:nth-child(5) {
	clear:both;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */
#contents #subsidysup {
	padding:20px 0px;
}
#contents .achievements {}
#contents .achievements h5 {
	text-align:center;
	margin:20px 0px;
}
#contents .achievements h5 img {
	width:95%;
	padding: 15px 2%;
	border: 1px solid #CCC;
}
#contents .achievements ul {
}
#contents .achievements li {
	float:left;
	width:48%;
	margin-top:1em;
}
#contents .achievements li h6 {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 0.5em;
	color:#CC3C34;
	margin-right:1em;
	padding-bottom:0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#contents .achievements li:nth-child(even) {
	float:right;
}
#contents .achievements li:nth-child(odd) {
	clear:both;
}
}
