@charset "utf-8";

/* pageWrap */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.pageWrap{
	padding: 50px 0 0 0;
}
.pageWrap_inner{
	position: relative;
}
@media (max-width:768px){
	.pageWrap{
		padding: 30px 0;
	}
}

/* title */
.title{
	padding: 80px 0 50px 0;
	position: relative;
}
.title:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(../images/smartlife/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ttlWrap h2{
	font-family: "Marcellus", serif;
	font-size: 2.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #65b0d4;
	text-align: center;
	margin-bottom: 10px;
}
.ttlWrap h2 span.logo{
	display: inline-block;
	width: 100px;
	margin-left: 5em;
}
.ttlWrap p{
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.ttlWrap h2{
		font-size: 2.25em;
	}
	.ttlWrap h2 span.logo{
		width: 90px;
	}
}
@media (max-width:1024px){
	.ttlWrap h2{
		font-size: 2em;
	}
	.ttlWrap h2 span.logo{
		width: 80px;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
	.ttlWrap h2 span.logo{
		margin-top:0.5em;
		margin-left: 0em;
	}
}

/* contentTitle */
.contentTitle{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.contentTitle_wrap h3{
	font-family: "Marcellus", serif;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #76b5d5;
	padding: 5px 0;
	margin-bottom: 20px;
}
.contentTxt_wrap h4{
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 20px;
}
.contentTxt_wrap p{
	font-size: 1em;
	line-height: 1.8;
}
.contentTxt_wrap>.notice{
	font-size: 0.75em;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.contentTitle{
		width: 90%;
	}
}
@media (max-width:1024px){
	.contentTitle{
		margin-bottom: 30px;
	}
}
@media (max-width:1024px){
	.under500{
		display: block;
	}
}

/* homeLink */
.homeLink{
	width: 1100px;
	margin: 0 auto;
}
.homeLink_wrap{
	text-align: center;
	margin-bottom: 30px;
}
.homeLink_wrap>.titleWrap>h3{
	width: 250px;
	margin: 0 auto;
}
.homeLink_wrap>.titleWrap>p{
	font-family: "Noto Sans JP", serif;                
	font-size: 1em;
	line-height: 1.6;
	font-weight: 500;
	color: #09b2a5;
}
.contentRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.homeLink>.contentRow>.imgBox{
	background-image: url(../images/smartlife/bg02.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.homeLink>.contentRow>.imgBox,
.homeLink>.contentRow>.txtBox{
	width: 48%;
	margin-bottom: 0;
}
.homeLink>.contentRow>.txtBox>h4{
	font-size: 1.15em;
	font-weight: 400;
	margin-bottom: 10px;
}
.homeLink>.contentRow>.txtBox>ul>li{
	font-size: 1em;
	padding: 0.25em 0.75em;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-left:5px solid #09b2a5;
}
.conclusionBox{
	text-align: center;
	border-top: 1px solid #09b2a5;
	border-bottom: 1px solid #09b2a5;
	padding: 1em 0;
	margin-top: 20px;                
}
.conclusionBox h5{
	font-size: 1.25em;
	font-weight: 400;
	margin-bottom: 5px;
	color:#09b2a5;
}
.conclusionBox p{
	font-size: 1em;
	line-height: 1.6;
}
.txtBox p.notice{
	font-size: 0.75em;
	padding-top: 5px;
}
.imgNotice{
	font-size: 0.6em;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.imgNotice.white{
	color: #fff;
}
@media (max-width:1200px){
	.homeLink{
		width: 90%;
	}
	.contentRow{
		flex-direction: column;
	}
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 520px;
	}
	.homeLink>.contentRow>.imgBox{
		margin-bottom: 20px;
	}
}
@media (max-width:768px){
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 90%;
	}
}
@media (max-width:500px){
	.homeLink_wrap>.titleWrap>h3{
		width: 50%;
		margin: 0 auto;
	}
	.homeLink>.contentRow>.imgBox,
	.homeLink>.contentRow>.txtBox{
		width: 100%;
	}
}

/* elife */
.elife{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.elife_wrap>.titleWrap{
	width:400px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	border: 2px solid #09b2a5;
}
.elife_wrap>.titleWrap>h3{
	margin-bottom: 5px;
}
.elife_wrap>.titleWrap>p{
	font-size: 1em;
	text-align: center;
}
.elifeMap_pointRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pointBox{
	width: 48%;
	margin-bottom: 20px;
}
.pointBox:nth-of-type(3),
.pointBox:last-of-type{
	margin-bottom: 0px;
}
.pointBox .txtBox h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.1em;
	font-weight: 500;
	color: #09b2a5;
	padding-bottom: 0.25em;
	border-bottom: 1px solid #09b2a5;
	margin-bottom: 0.25em;
}
.pointBox .txtBox p{
	font-size: 1em;
	line-height: 1.6;
}
.pointBox .imgRow{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.pointBox .imgRow p{
	width: 48%;
}
@media (max-width:1200px){
	.elife{
		width: 90%;
	}
}
@media (max-width:768px){
	.elife{
		margin-bottom: 50px;
	}
}
@media (max-width:500px){
	.elife_wrap>.titleWrap{
		width:80%;
	}
	.pointBox{
		width: 100%;
	}
	.pointBox:nth-of-type(3){
		margin-bottom: 20px;
	}
	.js-scrollable>img{
		width: 150%;
	}
}

/* facialSystem */
.facialSystem{
	width:1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.facialSystem_wrap{
	text-align: center;
	margin-bottom: 30px;
}
.facialSystem_wrap>.titleWrap>h3{
	width: 250px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.facialSystem>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.facialSystem>.contentRow>.contentBox{
	width:48%;
}
.facialSystem>.contentRow>.contentBox>.imgBox{
	margin-bottom: 10px;
}
.facialSystem>.contentRow>.contentBox>.txtBox>h4{
	font-family: "Noto Sans JP", serif;                
	font-size: 1.1em;
	font-weight: 500;
	color: #65b0d4;
	margin-bottom: 5px;
}
.contentBox02{
	padding: 50px;
	box-sizing: border-box;
	border: 2px solid #65b0d4;
}
.contentBox02>.txtBox{
	margin-bottom: 20px;
}
.contentBox02>.imgBox{
	margin-bottom: 0px;
}
.contentBox02>.txtBox>h4{
	display: flex;
	align-items: center;
}
.contentBox02>.txtBox>h4>span{
	display: inline-block;
	width: 50px;
	margin-right: 1em;
}
.facialSecurity_wrap{
	text-align: center;
	padding: 50px;
	background-color: #cce7f6;
}
.facialSecurity_wrap>p{
	font-size: 1.25em;
	color: #449ac9;
	margin-bottom: 20px;
}
.facialSecurity_innerWrap>p{
	font-size: 1.15em;
	color: #449ac9;
	margin-bottom: 20px;
}
.facialSecurity_wrap>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 20px;
}
.facialSecurity_wrap>.contentRow>.contentBox{
	width: 48%;
	text-align: left;
}
.facialSecurity_wrap>.contentRow>.contentBox>.imgBox{
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow>.contentBox>.txtBox{
	margin-bottom: 10px;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox{
	width: 48%;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox>.txtBox>h4{
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	font-weight: 300;
	text-align: center;
	color: #fff;
	padding: 0.25em 0;
	background-color: #449ac9;
	margin-bottom: 10px;
	border-radius: 50px;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox>.imgBox{
	margin-bottom: 0;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox>.imgBox>p:first-of-type{                
	background-color: #fff;
	margin-bottom: 10px;
	border-radius: 20px;
	border: 2px solid #449ac9;
}
.facialSecurity_wrap>.contentRow>.contentBox.contentRow>.contentBox>.imgBox>p:last-of-type{
	font-family: "Noto Sans JP", serif;                
	font-size: 0.9em;
	font-weight: 300;
	text-align: center;
}
.facialSecurity_innerWrap{
	background-color: #fff;
	padding: 30px 100px;
	box-sizing: border-box;
}
.facialSecurity_innerWrap>.contentRow{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
.facialSecurity_innerWrap>.contentRow>.txtBox,
.facialSecurity_innerWrap>.contentRow>.imgBox{
	width: 48%;
	text-align: left;
	margin-bottom: 0;
}
@media (max-width:1200px){
	.facialSystem{
		width: 90%;
	}
	.contentBox02,
	.facialSecurity_wrap{
		padding: 30px;
	}
}
@media (max-width:900px){
	.facialSystem>.contentRow{
		flex-direction: column;
		align-items: center;
		margin-bottom: 0px;
	}
	.facialSystem>.contentRow>.contentBox{
		width:520px;
		margin-bottom: 20px;
	}
	.facialSecurity_wrap>.contentRow,
	.facialSecurity_innerWrap>.contentRow{
		flex-direction: column;
	}
	.facialSecurity_innerWrap{
		padding: 30px 0px;
	}
	.facialSecurity_wrap>.contentRow>.contentBox,
	.facialSecurity_innerWrap>.contentRow>.txtBox,
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		width: 520px;
		margin-bottom: 20px;
	}
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		margin-bottom: 0;
	}
}
@media (max-width:768px){
	.facialSystem{
		margin-bottom: 50px;
	}
	.facialSystem>.contentRow>.contentBox,
	.facialSecurity_wrap>.contentRow>.contentBox,
	.facialSecurity_innerWrap>.contentRow>.txtBox,
	.facialSecurity_innerWrap>.contentRow>.imgBox{
		width: 90%;
	}
}
@media (max-width:500px){
	.facialSystem_wrap>.titleWrap>h3{
		width: 50%;
	}
	.facialSystem>.contentRow>.contentBox,                
	.facialSecurity_wrap>.contentRow>.contentBox{
		width:100%;
	}
	.contentBox02,
	.facialSecurity_wrap{
		padding: 20px;
	}
}

/* parkingMerit */
.parkingMerit{
	margin-bottom: 80px;
}
.parkingMerit_wrap{
	width:900px;
	margin: 0 auto;
}
.parkingMerit_wrap>h4{
	font-family: "Noto Sans JP", serif; 
	font-size: 1.15em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	background-color: #76b5d5;
	padding: 0.25em 0;
	border: 2px solid #76b5d5;
}
.meritPoint_wrap{
	padding: 50px;
	box-sizing: border-box;
	border: 2px solid #76b5d5;
}
.meritPoint_wrap>.contentRow{
	flex-direction: row;
}
.meritPoint_wrap>.contentRow,
.meritPoint_wrap>.contentRow>.imgBox{
	margin-bottom: 0;
}
.meritPoint_wrap>.contentRow>.imgBox,
.meritPoint_wrap>.contentRow>.txtBox{
	width: 48%;
}
.meritPoint_wrap>.contentRow>.txtBox>ul>li{
	font-family: "Noto Sans JP", serif; 
	font-size: 1em;
	font-weight: 400;
	background-color: #fbd375;
	text-align: center;
	padding: 0.25em 0;
	margin-bottom: 5px;
	border-radius: 50px;
}
.meritPoint_wrap>.contentRow>.txtBox>ul>li:last-of-type{
	margin-bottom: 0px;
}
@media (max-width:1200px){
	.parkingMerit_wrap{
		width:75%;
	}
}
@media (max-width:900px){
	.parkingMerit_wrap{
		width:85%;
	}
	.meritPoint_wrap{
		padding: 30px;
	}
	.meritPoint_wrap>.contentRow{
		flex-direction: column;
	}
	.meritPoint_wrap>.contentRow>.imgBox,
	.meritPoint_wrap>.contentRow>.txtBox{
		width: 520px;
	}
	.meritPoint_wrap>.contentRow>.imgBox{
		margin-bottom: 10px;
	}
}
@media (max-width:768px){
	.parkingMerit {
		margin-bottom: 50px;
	}
	.parkingMerit_wrap{
		width:90%;
	}
	.meritPoint_wrap>.contentRow>.imgBox,
	.meritPoint_wrap>.contentRow>.txtBox{
		width: 80%;
	}
	.meritPoint_wrap>.contentRow>.imgBox{
		margin-bottom: 10px;
	}
}
@media (max-width:500px){
	.meritPoint_wrap>.contentRow>.imgBox,
	.meritPoint_wrap>.contentRow>.txtBox{
		width: 90%;
	}
	.meritPoint_wrap{
		padding: 20px;
	}
}

/* shareItem */
.shareItem{
	position: relative;
	padding-bottom: 80px;
}
.shareItem:before{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url(../images/smartlife/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.shareItem>.imgRow{
	width:700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shareItem>.imgRow>.imgBox{
	border: 2px solid #636155;
	margin-bottom: 20px;
}
.shareItem>.imgRow>.imgBox:first-of-type{
	border: none;
}
.shareItem>.imgRow>.imgBox:nth-of-type(odd){
	width:38%;
}
.shareItem>.imgRow>.imgBox:nth-of-type(even){
	width:58%;
}
.shareItem>.imgRow>.imgBox>p.notice{
	font-size: 0.75em;
	text-align: center;
}
@media (max-width:1200px){
	.shareItem>.imgRow{
		width:60%;
	}
}
@media (max-width:900px){
	.shareItem>.imgRow{
		width:520px;
	}
}
@media (max-width:768px){
	.shareItem{
		padding-bottom: 50px;
	}
	.shareItem>.imgRow{
		width:80%;
	}
}
@media (max-width:500px){
	.shareItem>.imgRow{
		width:90%;
	}
}