#SmartHouse h3 {
	background: #5dc705;
	text-align: center;
}

@media(min-width:1024px) {
	#SmartHouse h3 {
		text-align: left;
		padding: 0.5rem;
	}
}

#SmartHouse .h3Inner {
	padding: rem 0 1rem 1rem;
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: .2rem;
	background: url(../img/icon/Icon-h3W.png) no-repeat 0% 50%;
	background-size: 16px;
	color: #fff;
	text-shadow: 0 0 .4rem #075006;
}

@media(min-width:1024px) {}

#SmartHouse h4 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: normal;
	color: #40AD49;
	line-height: 1.5;
	text-shadow: 1px 1px 0 #d6f9cc;
}

@media(min-width:1024px) {
	#SmartHouse h4 {
		margin: 0;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.5;
	}
}

#SmartHouse .h3Down {
	margin: 1rem 0;
	overflow: hidden;
}

@media(min-width:1024px) {}

#SmartHouse .h3Down h5 {
	font-size: 1.2rem;
	font-weight: normal;
	color: #40AD49;
}

@media(min-width:1024px) {}

#SmartHouse .h3Down .h3DownLeft {
	width: 100%;
	float: none;
}

@media(min-width:1024px) {
	#SmartHouse .h3Down .h3DownLeft {
		width: 48%;
		float: left;
	}
}

#SmartHouse .h3Down .h3DownRight {
	width: 100%;
	float: none;
}

@media(min-width:1024px) {
	#SmartHouse .h3Down .h3DownRight {
		width: 48%;
		float: right;
	}
}

#SmartHouse .h3Down .h3DownRight img {
	margin: 1rem 0;
	box-shadow: .2rem .2rem .4rem #333;
}

@media(min-width:1024px) {
	#SmartHouse .h3Down .h3DownRight img {
		margin: 0 0 1rem 0;
	}
}

#SmartHouse .InArea {
	margin-bottom: 2rem;
}

@media(min-width:1024px) {
	#SmartHouse .InArea {
		margin-bottom: 4rem;
	}
}

#SmartHouse .InArea .BtnSyousai {
	padding: .5rem 1rem;
	text-align: center;
	border-radius: .5rem;
	box-shadow: 0 0 0 #999;
	transition: all .2s linear;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
	/* IE6-9 */
}

@media(min-width:1024px) {}

#SmartHouse .InArea .BtnSyousai:hover {
	box-shadow: 0 0 .4rem #999;
}

@media(min-width:1024px) {}

#SmartHouse .InArea .BtnSyousai a {
	width: 100%;
	height: 100%;
	display: block;
	color: #0F69AC;
	text-decoration: none;
}

@media(min-width:1024px) {}

#SmartHouse .InArea h4 {
	margin: 0 0 .5rem 0;
	padding: 1rem 1rem .6rem 1rem;
	color: #0F69AC;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: .1rem;
	background: url(../img/DotLine.png) repeat-x 0% 100%;
}

@media(min-width:1024px) {}

#SmartHouse .InArea .FontB {
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
}

@media(min-width:1024px) {
	#SmartHouse .InArea .FontB {
		font-size: 1.2rem;
		text-align: left;
	}
}

#SmartHouse .InArea ol {
	padding: .5rem 1rem .5rem 2rem;
	list-style-type: decimal;
	background: #fdffe3;
}

@media(min-width:1024px) {}

#SmartHouse .InArea ul {
	list-style: none;
	padding: 1rem;
}

@media(min-width:1024px) {
	#SmartHouse .InArea ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		/* Safari */
		justify-content: space-between;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse .InArea ul li {
	width: 100%;
	margin: .7rem 0;
	padding: 1rem;
	box-shadow: 0 0 .6rem #999;
}

@media(min-width:1024px) {
	#SmartHouse .InArea ul li {
		width: -webkit-calc(100%/2.05);
		width: calc(100%/2.05);
	}
}

#SmartHouse .InArea .Area1Column {
	padding: 0 1.5rem 1.5rem 0;
	overflow: hidden;
}

@media(min-width:1024px) {}

#SmartHouse .InArea .Area1Column .A1CLeft {
	width: 100%;
}

@media(min-width:1024px) {}

#SmartHouse .H6Title {
	margin: 1rem 0 0 0;
	font-size: 1.2rem !important;
	font-weight: bold !important;
	color: #E44C5E;
}

@media(min-width:1024px) {}

#SmartHouse .InArea .Area2Column {
	padding: 0;
	overflow: hidden;
}

@media(min-width:1024px) {
	#SmartHouse .InArea .Area2Column {
		padding: 0 1.5rem 1.5rem 0;
	}
}

#SmartHouse .InArea .Area2Column .A2CLeft {
	width: 100%;
	float: none;
}

@media(min-width:1024px) {
	#SmartHouse .InArea .Area2Column .A2CLeft {
		width: calc(100% - 30%);
		float: left;
	}
}

#SmartHouse .InArea .Area2Column .A2CLeft h6 {
	margin: .5rem 0;
	padding: .5rem 1rem;
	color: #40AD49;
	font-weight: bold;
	text-align: center;
	background: #eafbd1;
	clear: both;
}

@media(min-width:1024px) {
	#SmartHouse .InArea .Area2Column .A2CLeft h6 {
		font-size: 1rem;
		text-align: left;
	}
}

#SmartHouse .StarList ul {
	list-style: none;
}

@media(min-width:1024px) {}

#SmartHouse .StarList ul li {
	width: 100% !important;
	margin: .5rem 0 !important;
	padding: 0 0 0 2rem !important;
	border-bottom: 1px solid #ddd !important;
	background: url(../img/icon/icon-Star.png) no-repeat 0% 50% !important;
	background-size: 16px !important;
	box-shadow: none !important;
	color: #E44F17 !important;
}

@media(min-width:1024px) {}


#SmartHouse .GreenSquereColumn1SP2 {
	background: #fdffe3;
	padding: 1rem !important;
}

@media(min-width:1024px) {}

#SmartHouse .GreenSquereColumn1SP2 ul {
	list-style: none;
	padding: 0rem !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP2 ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse .GreenSquereColumn1SP2 ul li {
	margin: 0 0 .5rem 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100% !important;
	color: #333 !important;
	background: url(../img/icon/Icon-SquareGreen.png) no-repeat 0% 50% !important;
	background-size: 16px !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP2 ul li {
		width: 100% !important;
		line-height: 1.5rem;
	}
}

#SmartHouse .GreenSquereColumn1SP2 ul li:last-child {
	margin: 0 !important;
}

@media(min-width:1024px) {}

#SmartHouse .GreenSquereColumn1SP3 {
	background: #fdffe3;
	padding: 1rem !important;
}

@media(min-width:1024px) {}

#SmartHouse .GreenSquereColumn1SP3 ul {
	list-style: none;
	padding: 0rem !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP3 ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse .GreenSquereColumn1SP3 ul li {
	margin: 0 0 .5rem 0 !important;
	padding: 0 0 0 1.5rem !important;
	box-shadow: none !important;
	width: 100% !important;
	color: #333 !important;
	background: url(../img/icon/Icon-SquareGreen.png) no-repeat 0% 5% !important;
	background-size: 16px !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP3 ul li {
		width: 100% !important;
		line-height: 1.5rem;
	}
}

#SmartHouse .GreenSquereColumn1SP3 ul li {
	margin: 0 !important;
}

@media(min-width:1024px) {}

#SmartHouse .GreenSquereColumn1SP3 ul li>ul {
	list-style: disc;
	padding: 0rem !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP3 ul li>ul {
		width: 100% !important;
		padding: 0 0 0 1.5rem !important;
		line-height: 1.5rem;
	}
}

#SmartHouse .GreenSquereColumn1SP3 ul li>ul li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media(min-width:1024px) {
	#SmartHouse .GreenSquereColumn1SP3 ul li>ul li {}
}

#SmartHouse .Area2Column .A2CRight {
	width: 100%;
	float: none;
}

@media(min-width:1024px) {
	#SmartHouse .Area2Column .A2CRight {
		width: calc(100% - 72%);
		float: right;
	}
}

#SmartHouse .RBtnArea {
	overflow: hidden;
}

@media(min-width:1024px) {}

#SmartHouse .RBtnArea h5 {
	width: 100%;
	margin: 0 0 .5rem 0;
	padding: .5rem 1rem .5rem 1rem;
	color: #40AD49;
	font-size: 1rem;
	font-weight: bold;
	float: left;
	line-height: 1.3;
	text-shadow: 1px 1px 0 #fff;
	background: url(../img/HTitleBg3-2.png) no-repeat 0% 100%;
}

@media(min-width:1024px) {
	#SmartHouse .RBtnArea h5 {
		padding: .5rem 1rem .5rem 1rem;
		font-size: 1.2rem;
		font-weight: normal;
		float: left;
		background: url(../img/HTitleBg3-2.png) no-repeat 0% 100%;
	}
}

#SmartHouse .SmBtnArea {}

@media(min-width:1024px) {}

#SmartHouse .SmBtnArea h5 {
	width: 100%;
	margin: 0 0 .5rem 0;
	padding: .5rem 1rem .5rem 1rem;
	color: #40AD49;
	font-size: 1rem;
	font-weight: bold;
	float: none;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	background: url(../img/HTitleBg3-2.png) no-repeat 0% 100%;
}

@media(min-width:1024px) {
	#SmartHouse .SmBtnArea h5 {
		width: 70%;
		margin: 0 0 .5rem 0;
		padding: .5rem 1rem .5rem 1rem;
		font-weight: normal;
		font-size: 1.2rem;
		float: left;
		text-align: left;
		background: url(../img/HTitleBg3.png) no-repeat 0% 100%;
	}
}

#SmartHouse .BtnArea {
	overflow: hidden;
}

@media(min-width:1024px) {}


#SmartHouse .PriceBtn {
	width: 45%;
	margin: 1rem 0;
	overflow: hidden;
	padding: .3rem 4rem;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	border: 1px solid #999;
	box-shadow: .1rem .1rem .4rem #666;
}

@media(min-width:1024px) {}

#SmartHouse .PriceBtn a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
	color: #e44c5e;
	transition: all .3s linear;
}

@media(min-width:1024px) {}

#SmartHouse .PriceBtn a:hover {
	color: #27a712;
}

@media(min-width:1024px) {}

#SmartHouse .SmBtnArea .ResultBtn {
	width: 100%;
	float: none;
	margin: 0 0 .5rem 0;
	padding: .3rem 1rem;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	border: 1px solid #999;
}

@media(min-width:1024px) {
	#SmartHouse .SmBtnArea .ResultBtn {
		width: 30%;
		float: right;
		margin: 0;
		padding: .3rem 4rem;
		box-shadow: .1rem .1rem .4rem #666;
	}
}

#SmartHouse .ResultBtn a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #27a712;
	transition: all .3s linear;
}

@media(min-width:1024px) {}

#SmartHouse .ResultBtn a:hover {
	color: #0F69AC;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea {
	margin: 3rem .5rem 0 0;
	position: relative;
	box-shadow: 0 0 .4rem #989898;
	border-radius: .4rem;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea p {
	margin: .5rem 1rem 0 1rem;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea h5 {
	padding: .2rem .5rem;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2c4ca+51,f2c4ca+53,f3d8dc+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 196, 202, 1) 51%, rgba(242, 196, 202, 1) 53%, rgba(243, 216, 220, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 196, 202, 1) 51%, rgba(242, 196, 202, 1) 53%, rgba(243, 216, 220, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 196, 202, 1) 51%, rgba(242, 196, 202, 1) 53%, rgba(243, 216, 220, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3d8dc', GradientType=0);
	/* IE6-9 */
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea h5 .h5Inner {
	margin: .5rem 0 .5rem 1rem;
	padding: 0 0 0 1rem;
	letter-spacing: .1rem;
	color: #E44C5E;
	border-left: 2px solid #E44C5E;
	font-weight: normal;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea h6 {
	padding: .2rem .5rem;
	color: #fff;
	font-weight: normal;
	background: #E44C5E;
	text-align: center;
	border-radius: 0 0 .4rem .4rem;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea ul {
	list-style: disc !important;
	list-style-position: outside !important;
	padding: .5rem 10rem 1rem 2rem !important;
	display: -webkit-flex !important;
	/* Safari */
	display: flex !important;
	-webkit-flex-wrap: wrap !important;
	/* Safari */
	flex-wrap: wrap !important;
	-webkit-justify-content: flex-start !important;
	/* Safari */
	justify-content: flex-start !important;
	-webkit-align-items: flex-start !important;
	/* Safari */
	align-items: flex-start !important;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea ul li {
	width: -webkit-calc(100%/3.29) !important;
	width: calc(100%/3.29) !important;
	margin: 0 .2rem !important;
	padding: 0 !important;
	box-shadow: none !important;
	font-size: .8rem !important;
}

@media(min-width:1024px) {}

#SmartHouse .CpdArea .JMap {
	position: absolute;
	top: -20%;
	right: -10%;
	opacity: .7;
}

#SmartHouse .CpdArea .JMap img {
	box-shadow: none;
}

#SmartHouse .CheckPoint {}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint ul {
	padding: 0 !important;
	list-style: none !important;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint ul li {
	width: 100% !important;
	box-shadow: none !important;
	padding: 0rem !important;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint ul li h6 {
	font-size: 1.4rem !important;
	padding: 35px 0 0 210px !important;
	margin: 0 0 .5rem 0 !important;
	line-height: 1.2;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint .BgH601 {
	background: url(../img/CheckPoint01.png) no-repeat;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint .BgH602 {
	background: url(../img/CheckPoint02.png) no-repeat;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint .BgH603 {
	background: url(../img/CheckPoint03.png) no-repeat;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint .BgH604 {
	background: url(../img/CheckPoint04.png) no-repeat;
}

@media(min-width:1024px) {}

#SmartHouse .CheckPoint .BgH605 {
	background: url(../img/CheckPoint05.png) no-repeat;
}

@media(min-width:1024px) {}

#SmartHouse .InArea ul li h5 {
	margin: 0 0 1rem 0;
	padding: 0 0 .5rem 0;
	text-align: center;
	color: #62b31e;
	font-size: 1.2rem;
	letter-spacing: .2rem;
	background: url(../img/SMDotLine.png) repeat-x 0% 100%;
}

@media(min-width:1024px) {}

#SmartHouse .InArea ul li .DtBtn {
	margin: 1rem 0 0 0;
	padding: .1rem;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	border: 1px solid #999;
	box-shadow: .1rem .1rem .2rem #999;

}

@media(min-width:1024px) {}

#SmartHouse .InArea ul li .DtBtn a:before {
	content: '> ';
}

@media(min-width:1024px) {}


#SmartHouse .InArea ul li .DtBtn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #5a9e36;
	transition: all .3s linear;
}

@media(min-width:1024px) {}

#SmartHouse .InArea ul li .DtBtn a:hover {
	color: #2e527d;
}

@media(min-width:1024px) {}


#SmartHouse .PBtnArea {
	padding: 1rem 0;
	text-align: center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

@media(min-width:1024px) {}

#SmartHouse .PBtnArea ul {
	list-style: none;
}

@media(min-width:1024px) {
	#SmartHouse .PBtnArea ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		/* Safari */
		justify-content: space-between;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse .PBtnArea ul li {
	padding: .5rem;
	width: 100%;
	text-align: center;
}

@media(min-width:1024px) {
	#SmartHouse .PBtnArea ul li {
		margin: .5rem 1rem;
		width: -webkit-calc(100%/3.4);
		width: calc(100%/3.4);
		box-shadow: 0.1rem 0.1rem 0.4rem #666;
		border-radius: .4rem;
	}
}

#SmartHouse .PBtnArea ul li h6 {
	margin: 0 0 .5rem 0;
	padding: .5rem;
	color: #ff9900;
	border-radius: .4rem;
	border: 1px solid #ff9900;
}

@media(min-width:1024px) {}

#SmartHouse .PBtnArea ul li p {
	margin-bottom: .5rem;
	line-height: 1.2rem;
}

@media(min-width:1024px) {}

#SmartHouse .PBtnArea ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #e44c5e;
	text-decoration: none;
	transition: all .3s linear;
}

@media(min-width:1024px) {}

#SmartHouse .PBtnArea ul li a:after {
	content: ' ➡︎';
}

@media(min-width:1024px) {}

#SmartHouse .PBtnArea ul li a:hover {
	color: #27a712;
}

@media(min-width:1024px) {}

#SmartHouse .AreaFlow {
	width: 100%;
	clear: both;
}

@media(min-width:1024px) {}

#SmartHouse .AreaFlow .FlowTitle {
	margin: 1rem 0;
	padding: .5rem 3rem .5rem 1rem;
	color: #ff8601;
	background: url(../img/icon/Icon-UpDownArrow.png) no-repeat 97% 50%, #fff3d8;
	letter-spacing: .2rem;
	border-radius: .4rem;
	box-shadow: 0 0 .4rem #ccc;
	cursor: pointer;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowTitle {
		padding: .5rem 2rem;
		background: url(../img/icon/Icon-UpDownArrow.png) no-repeat 97% 50%, #fff3d8;
		letter-spacing: .2rem;
		border-radius: 2rem;
		box-shadow: 0 0 .4rem #ccc;
	}
}

#SmartHouse .AreaFlow .FlowIn {
	display: none;
}

@media(min-width:1024px) {}

#SmartHouse .AreaFlow .FlowIn h6 {
	margin: 1rem 1rem 0 1rem;
	padding: .5rem 3rem .5rem 1rem;
	color: #3fad49;
	background: #ebfbd2;
	letter-spacing: .2rem;
}

@media(min-width:1024px) {}

#SmartHouse .AreaFlow .FlowIn ul {
	list-style: none;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: start;
		/* Safari */
		justify-content: start;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li {
	margin: 0 0 1rem 0;
	padding: .1rem .1rem 2.5rem .1rem !important;
	background: url(../img/FlowArrowDown.png) no-repeat 50% 100%;
	box-shadow: none;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li {
		width: calc(100% / 3.15);
		margin: 0 1rem 2rem 0;
		background: url(../img/FlowArrow.png) no-repeat 100% 40%;
		padding: .1rem 3rem .5rem .1rem !important;
		box-shadow: none;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li img {
	padding: .1rem;
	box-shadow: 0 0 .4rem #999;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li img {
		padding: .1rem;
		box-shadow: 0 0 .4rem #999;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:nth-child(3) {
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li:nth-child(3) {
		margin: 0 0 2rem 0;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:nth-child(6) {
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li:nth-child(6) {
		margin: 0 0 2rem 0;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:nth-child(9) {
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li:nth-child(9) {
		margin: 0 0 2rem 0;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:nth-child(12) {
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li:nth-child(12) {
		margin: 0 0 2rem 0;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:nth-child(15) {
	margin: 0 0 1rem 0;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li:nth-child(15) {
		margin: 0 0 2rem 0;
	}
}

#SmartHouse .AreaFlow .FlowIn ul li:last-child {
	background: none;
}

@media(min-width:1024px) {}

#SmartHouse .AreaFlow .FlowIn ul li p {
	margin: .5rem 0 0 0;
	padding: 0 0 .5rem 0;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

@media(min-width:1024px) {
	#SmartHouse .AreaFlow .FlowIn ul li p {}
}

#SmartHouse .DownP {
	clear: both;
	padding: .5rem 0 0 0;
}

@media(min-width:1024px) {}

.Result .InArea ul {
	list-style: none;
}

@media(min-width: 1024px) {
	.Result .InArea ul {
		display: -webkit-flex;
		/* Safari */
		display: flex;
		-webkit-flex-wrap: wrap;
		/* Safari */
		flex-wrap: wrap;
		-webkit-align-items: stretch;
		/* Safari */
		align-items: stretch;
	}
}

#SmartHouse #SmResultArea .InArea ul li {
	width: 100%;
	margin: 0 0 1rem 0;
	box-shadow: none;
}

@media(min-width: 1024px) {
	#SmartHouse #SmResultArea .InArea ul li {
		margin: 0;
		padding: .5rem;
		width: -webkit-calc(100%/4);
		width: calc(100%/4);
	}
}

#SmartHouse #SmResultArea .InArea ul li img {
	width: 100%;
}

@media(min-width: 1024px) {
	#SmartHouse #SmResultArea .InArea ul li img {
		width: 100%;
	}
}

#SmartHouse #SmResultArea .InArea ul li .SH5 {
	margin: .5rem 0;
	padding: .5rem;
	font-size: .9rem;
	color: #5dc705;
	letter-spacing: 0rem;
	text-align: center;
	font-weight: normal;
	background: #f1ffe6;
}

@media(min-width: 1024px) {
	#SmartHouse #SmResultArea .InArea ul li .SH5 {
		margin: 0 0 .5rem 0;
		font-size: .9rem;
	}
}

#SmartHouse #SmResultArea .InArea ul li p {
	margin: .5rem 0;
	font-size: .9rem;
	line-height: 1.5;
	text-align: center;
}

@media(min-width: 1024px) {}

#SmartHouse #SmResultArea .ResultBtnS {
	padding: .3rem .5rem;
	border-radius: .4rem;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e8e8e8+100 */
	background: rgb(255, 255, 255);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
	/* IE6-9 */
	border: 1px solid #999;
	box-shadow: .1rem .1rem .2rem #666;
}

@media(min-width:1024px) {}

#SmartHouse #SmResultArea .ResultBtnS a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #27a712;
	font-size: .9rem;
	transition: all .3s linear;
}

@media(min-width:1024px) {}

#SmartHouse #SmResultArea .ResultBtnS a:before {
	content: '> ';
}

@media(min-width:1024px) {}

#SmartHouse #SmResultArea .ResultBtnS a:hover {
	color: #0F69AC;
}

@media(min-width:1024px) {}