@charset "UTF-8";
.img{
	height: auto;
}
.safetyCont{
	font-weight: 400;
	}
.sub-section .sub-title {
	font-weight: 400;
}
.link{
	cursor: pointer;
	color: #000099;
	display: inline-block;
	text-decoration: underline;
}
.link:hover{
	text-decoration: none;
	color: #FF6633;
}
.linkArrowText{
	display: inline-block;
	background: url(/support/images/ico_arrow_r.gif) no-repeat 10px 8px;
	color: #000099;
	margin-bottom: 5px;
	padding-left: 25px;
	text-decoration: underline;
}
.linkArrowText:hover {
	color: #FF6633;
	text-decoration: none;
}
.btnLinkList .eco01 a {
	background: url(/support/lineup/images/av_aquos.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco02 a {
	background: url(/support/lineup/images/av_bd4k.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco03 a {
	background: url(/support/lineup/images/kitchen_reizo.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco04 a {
	background: url(/support/lineup/images/ha_sentaku.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco05 a {
	background: url(/support/lineup/images/ha_souji.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco06 a {
	background: url(/support/lineup/images/air_aircon.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco07 a {
	background: url(/support/lineup/images/hjr30g.gif) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList .eco08 a {
	background: url(/support/lineup/images/led_ceiling.jpg) no-repeat 10px center;
	background-size: 70px;
}
.btnLinkList li.iconNew a::before {
	background: url(/support/images/ico_new2.gif) no-repeat center;
	content: "";
	display: block;
	width: 35px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 90px;
}
.sub-title {
	font-size: 2.6rem;
	padding: 0.2em 0.5em;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.sub-title.icon_eco {
	background: #f8f8f8 url(/support/images/eco_icon1.png) no-repeat 5px center;
	background-size: 60px;
	padding-left: 75px;
}

.imgCol2{
	justify-content: space-between;
}
.imgCol2 .text{
	width: 70%;	
}
.imgCol2 .img {
	margin: 0;
}
.imgCol2 .imgBox{
	width: 29%;
	margin-left: 1%;
}
.imgCol2 .imgBox.eco_aircon_img01 {
	width: 18%;
}
.imgCol2 .imgBox.eco_aircon_img04 {
	width: 16%;
}
.imgCol2 .imgBox.eco_aircon_img06 {
	width: 20%;
}
@media only screen and (max-width: 767px){
	.btnLinkList._spCol1 li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 1em;
	}
	.btnLinkList._spCol1 li a {
		display: flex;
    text-align: left;
		padding-right: 25px;
	}
	.imgCol2 .text{
		width: auto;	
	}
	.imgCol2 .imgBox{
		width: 100%;
		padding: 0 30px;
		margin-top: 20px;
		margin-left: 0;
	}
	.imgCol2 .imgBox.eco_aircon_img01,
	.imgCol2 .imgBox.eco_aircon_img04,
	.imgCol2 .imgBox.eco_aircon_img06 {
		width: 75%;
		padding-right: 50px;
		margin-left: auto;
		margin-right: auto;
	}
}