@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{
	margin-bottom: 20px;
}
.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;
}
.title>.txtWrap>p{
	font-size: 1em;
	line-height: 1.8;
	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:768px){
	.title{
		padding: 80px 0 30px 0;
	}
	.js-scrollable img{
		width: 125%;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
	.ttlWrap h2 span.logo{
		margin-top:0.5em;
		margin-left: 0em;
	}
	.js-scrollable img{
		width: 150%;
	}
}

/* contentTitle */
.contentTitle{
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}
.contentTitle_wrap{
	margin-bottom: 20px;
}
.contentTitle_wrap h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #76b5d5;
	margin-bottom: 30px;
}
.contentTitle_wrap p{
	font-size: 1.15em;
	line-height: 1.6;
}
.contentImg_wrap{
	width: 800px;
	margin: 0 auto;
}
.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 p:first-of-type{
	margin-bottom: 20px;
}
.imgNotice{
	font-size: 0.6em;
	position: absolute;
	right: 3px;
	bottom: 3px;
}
.imgNotice.white{
	color: #fff;
}
.under500{
	display: none;
}
@media (max-width:1200px){
	.contentTitle{
		width: 90%;
	}
	.contentImg_wrap{
		width: 70%;
	}
}
@media (max-width:1024px){
	.contentTitle{
		margin-bottom: 30px;
	}
	.contentImg_wrap{
		width: 80%;
	}
}
@media (max-width:768px){
	.contentImg_wrap{
		width: 90%;
	}
}
@media (max-width:500px){
	.under500{
		display: block;
	}
}

/* pointRow_inner */
.pointRow_inner{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.pointRow_inner ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.pointRow_inner ul li{
	width: 31%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #76b5d5;
	box-sizing: border-box;
}
.pointRow_inner ul li:nth-of-type(3),
.pointRow_inner ul li:last-of-type{
	margin-right: 0%;
}
.pointRow_inner ul li:nth-of-type(4),
.pointRow_inner ul li:last-of-type{
	margin-bottom: 0px;
}
.pointRow_inner ul li h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background-color: #76b5d5;
	text-align: center;
	padding: 0.5em 0;
}
.pointRow_inner ul li h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #76b5d5;
	background-color: #fff;
	display: inline-block;
	margin-right: 1em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50px;
}
.pointRow_inner ul li .contentBox{
	padding: 1em;
}
.pointRow_inner ul li .contentBox .txtBox{
	margin-bottom: 20px;
}
.pointRow_inner ul li .contentBox .txtBox p{
	font-size: 0.9em;
	line-height: 1.6;
}
@media (max-width:1200px){
	.pointRow_inner{
		width: 90%;
	}
}
@media (max-width:1024px){
	.pointRow_inner ul li{
		width: 48%;
		margin-right: 4%;
	}
	.pointRow_inner ul li:nth-of-type(3){
		margin-right: 4%;
	}
	.pointRow_inner ul li:nth-of-type(2),
	.pointRow_inner ul li:nth-of-type(4){
		margin-right: 0%;
		margin-bottom: 20px;
	}
}
@media (max-width:768px){
	.pointRow_inner{
		margin-bottom: 50px;
	}
}
@media (max-width:500px){
	.pointRow_inner ul li{
		width: 100%;
		margin-right: 0;
	}
	.pointRow_inner ul li:nth-of-type(3){
		margin-right: 0;
	}
}

/* pointRow02 */
.pointRow02{
	padding-bottom: 80px;
	position: relative;
}
.pointRow02: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;

}
.pointRow_inner02{
	width: 1100px;
	margin: 0 auto;
}
.pointRow_inner02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pointRow_inner02 ul li{
	width: 48%;
	margin-bottom: 20px;
	border: 1px solid #76b5d5;
	box-sizing: border-box;
}
.pointRow_inner02 ul li:nth-of-type(3),
.pointRow_inner02 ul li:last-of-type{
	margin-bottom: 0px;
}
.pointRow_inner02 ul li h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	background-color: #76b5d5;
	text-align: center;
	padding: 0.5em 0;
}
.pointRow_inner02 ul li .contentBox{
	padding: 1em;
}
.pointRow_inner02 ul li .contentBox .txtBox{
	margin-bottom: 20px;
}
.pointRow_inner02 ul li .contentBox .txtBox p{
	font-size: 0.9em;
	line-height: 1.6;
}
.pointRow_inner02 ul li .contentBox .imgBox p{
	font-size: 0.9em;
	margin-top: 20px;
}
.pointRow_inner02 ul li .contentBox .imgBox p.notice{
	font-size: 0.75em;
	margin-top: 20px;
}
@media (max-width:1200px){
	.pointRow_inner02{
		width: 90%;
	}
}
@media (max-width:500px){
	.pointRow_inner02 ul li{
		width: 100%;
	}
	.pointRow_inner02 ul li:nth-of-type(3){
		margin-bottom: 20px;
	}
}