@charset "utf-8";

/* qualityBtn */
.qualityBtn{
	max-width: 1100px;
	width:90%;
	margin: 0 auto;
	padding: 50px 0;
}
.qualityBtn>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qualityBtn>ul>li{
	width: 18%;
	text-align: center;
	margin-bottom: 10px;
}
.qualityBtn>ul>li:nth-last-child(-n+5){
	margin-bottom: 0px;
}
.qualityBtn>ul>li>a{
	display: block;
	font-family: "Jost", sans-serif;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #0d102c;
	background-color: #dfd7c2;
	border: 1px solid #dfd7c2;
	padding: 0.75em 0em;
	box-sizing: border-box;
	transition: 1s all;
}
.qualityBtn>ul>li>a:hover,
.qualityBtn>ul>li>a:active,
.qualityBtn>ul>li>a.current{
	color: #dfd7c2;
	background-color: #0d102c;
	border: 1px solid #0d102c;
	transition: 1s all;
}
@media (max-width:1024px){
	.qualityBtn>ul>li{
		width: 19%;
	}
	.qualityBtn>ul>li>a{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.qualityBtn>ul>li{
		width: 48%;
	}
	.qualityBtn>ul>li>a{
		font-size: 0.8em;
	}
	.qualityBtn>ul>li:nth-last-child(-n+5){
		margin-bottom: 10px;
	}
	.qualityBtn>ul>li:nth-last-child(-n+2){
		margin-bottom: 0px;
	}
}

/* titleBox */
.titleBox{
	background-image: url(../images/smartLife/bg01.jpg);
	text-align: center;
	background-size: cover;
	background-position: center center;
	margin-bottom: 50px;              
}
.titleBox>h3{
	font-family: "Jost", sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0.5em 3em;
	box-sizing: border-box;
	height: 100%;
	color: #fff;
	display: inline-block;
	background-image: url(../images/smartLife/bg02.jpg);
	background-size: cover;
	background-position: center center;                  
}
@media (max-width:1024px){
	.titleBox>h3{
		font-size: 1.4em;                 
	}
}
@media (max-width:768px){
	.titleBox>h3{
		font-size: 1.3em;                 
	}
}

/* ttlBox */
.ttlBox{
	text-align: center;
	margin-bottom: 50px;
}
.ttlBox>h4{
	font-family: "Jost", sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	letter-spacing: 0.2em;
	padding: 0.25em 2em;
	box-sizing: border-box;
	display: inline-block;
	color: #1c2857;
	position: relative;
	margin-bottom: 30px;
}
.ttlBox>h4:before,
.ttlBox>h4:after{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #1c2857;
}
.ttlBox>h4:before{
	top: 0;
	left: 0;
}
.ttlBox>h4:after{
	top: 0;
	right: 0;
}
.ttlBox>p{
	font-size: 0.9em;
	line-height: 2.5;
}
.ttlBox>p.em{
	font-size: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
@media (max-width:1024px){
	.ttlBox>h4{
		font-size: 1.55em;
	}
	.ttlBox>p.em{
		font-size: 1.2em;
	}
	.ttlBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.ttlBox>h4{
		font-size: 1.35em;
	}
	.ttlBox>p.em{
		font-size: 1.1em;
	}
}

/* homeLink */
.homeLink{
	margin-bottom: 80px;
}
.homeLink>.ttlBox>h5{
	max-width: 300px;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.homeLink>.ttlBox>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	line-height: 1.6;
	color: #1c2857;
}
.homeLink>.imgBox{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.homeLink>.pointRow{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.homeLink>.pointRow>h5{
	font-size: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}
.homeLink>.pointRow>ul{
	margin-bottom: 10px;
}
.homeLink>.pointRow>ul>li{
	font-size: 0.9em;
	margin-bottom: 15px;
	padding-left: 1em;
	box-sizing: border-box;
	border-left: 1px solid #1c2857;
}
.homeLink>.pointRow>ul>li:last-child{
	margin-bottom: 0px;
}
.homeLink>.pointRow>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.4;
}
.homeLink>.conclusionBox{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #1c2857;
	border-bottom: 1px solid #1c2857;
}
.homeLink>.conclusionBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: #1c2857;                           
	margin-bottom: 5px;
}
.homeLink>.conclusionBox>p{
	font-size: 0.9em;
	line-height: 2;
}
@media (max-width:1024px){
	.homeLink>.ttlBox>p{
		font-size: 1.05em;
	}
	.homeLink>.pointRow>h5{
		font-size: 1.15em;
	}
	.homeLink>.pointRow>ul>li{
		font-size: 0.8em;
	}
	.homeLink>.pointRow>p.noticeTxt{
		font-size: 0.65em;
	}
	.homeLink>.conclusionBox>h6{
		font-size: 1.15em;
	}
	.homeLink>.conclusionBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.homeLink{
		margin-bottom: 50px;
	}
	.homeLink>.imgBox{
		width: 90%;
		margin-bottom: 20px;
	}
	.homeLink>.pointRow{
		width: 90%;
		margin-bottom: 20px;
	}
	.homeLink>.conclusionBox{
		width: 90%;
		margin-bottom: 20px;
	}
}

/* elife */
.elife{
	margin-bottom: 80px;
}
.elife>.ttlBox{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #1c2857;
}
.elife>.ttlBox>.leftBox{
	max-width: 320px;
	width: 60%;
}
.elife>.ttlBox>.leftBox>h5{
	margin-bottom: 5px;
}
.elife>.ttlBox>.leftBox>p{
	font-size: 1em;
}
.elife>.ttlBox>.rightBox{
	max-width: 90px;
	width: 20%;
}
.elife>.pointRow{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.elife>.pointRow>ul{                            
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.elife>.pointRow>ul>li{
	width: 48%;
	margin-bottom: 30px;
}
.elife>.pointRow>ul>li:nth-last-child(-n+2){
	margin-bottom: 0px;
}
.elife>.pointRow>ul>li>.imgRow{
	margin-bottom: 10px;
}
.elife>.pointRow>ul>li>.imgRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.elife>.pointRow>ul>li>.imgRow>ul>li{
	width: 48%;
}
.elife>.pointRow>ul>li>.txtBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #1c2857;
	padding-bottom: 5px;
	border-bottom: 1px solid #1c2857;                           
	margin-bottom: 5px;
}
.elife>.pointRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.elife>.pointRow>ul>li>.txtBox>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 10px;
}
.elife>.imgBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.elife>.imgBox>p{
	margin-bottom: 20px;
}
.elife>.imgBox>p.noticeTxt{
	font-size: 0.75em;
}
@media (max-width:1024px){
	.elife>.ttlBox>.leftBox>p{
		font-size: 0.9em;
	}
	.elife>.pointRow>ul>li>.txtBox>h6{
		font-size: 0.9em;
	}
	.elife>.pointRow>ul>li>.txtBox>p{
		font-size: 0.8em;
	}
	.elife>.pointRow>ul>li>.txtBox>p.noticeTxt{
		font-size: 0.65em;
	}
	.elife>.imgBox>p.noticeTxt{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.elife>.ttlBox{
		width: 90%;
		margin-bottom: 20px;
	}
	.elife>.pointRow{
		width: 90%;
		margin-bottom: 50px;
	}
	.elife>.pointRow>ul>li{
		width: 100%;
		margin-bottom: 30px;
	}
	.elife>.pointRow>ul>li:nth-last-child(-n+2){
		margin-bottom: 30px;
	}
	.elife>.pointRow>ul>li:last-child{
		margin-bottom: 0px;
	}
	.elife>.imgBox{
		width: 90%;
	}
	.elife>.imgBox>.js-scrollable>img{
		width: 125%;
	}
}
@media (max-width:500px){
	.elife>.imgBox>.js-scrollable>img{
		width: 150%;
	}
}

/* handsFree */
.handsFree>.imgBox{
	max-width: 800px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.handsFree>.pointRow{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;
}
.handsFree>.pointRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.handsFree>.pointRow>ul>li{
	width: 48%;
}
.handsFree>.pointRow>ul>li>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 400;
	color: #1c2857;
	text-align: center;
	margin-bottom: 20px;
	padding: 0.5em 1em;
	background-color: #dfd7c2;
}
.handsFree>.pointRow>ul>li>.contentBox{
	margin-bottom: 30px;
}
.handsFree>.pointRow>ul>li>.contentBox:last-child{
	margin-bottom: 0px;
}
.handsFree>.pointRow>ul>li>.contentBox>.imgBox{
	margin-bottom: 10px;
}
.handsFree>.pointRow>ul>li>.contentBox>.txtBox>h6{
	font-size: 1.1em;
	font-weight: 400;
	color: #1c2857;
	margin-bottom: 5px;
}
.handsFree>.pointRow>ul>li>.contentBox>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.handsFree>.optionBox{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	border: 2px solid #1c2857;
}
.handsFree>.optionBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #1c2857;
}
.handsFree>.optionBox>h4>span{
	display: inline-block;
	max-width: 320px;
	width: 40%;
}
.handsFree>.optionBox>.contentRow{
	padding: 30px;
	box-sizing: border-box;
}
.handsFree>.optionBox>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.handsFree>.optionBox>.contentRow>ul>li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.handsFree>.optionBox>.contentRow>ul>li>.txtBox{
	margin-bottom: 30px;
}
.handsFree>.optionBox>.contentRow>ul>li>.txtBox>h5{
	font-size: 1em;
	line-height: 1.8;
	color: #1c2857;
	margin-bottom: 5px;                        
}
.handsFree>.optionBox>.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.handsFree>.optionBox>.contentRow>ul>li>.txtBox>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.4;
	margin-top: 5px;
}
.handsFree>.optionBox>.contentRow>ul>li>.imgRow>ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.imgCircle{
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	max-width: 80px;
	width: 50%;
}
@media (max-width:1024px){
	.handsFree>.pointRow>ul>li>h5{
		font-size: 0.9em;
	}
	.handsFree>.pointRow>ul>li>.contentBox:last-child>.txtBox>h6{
		font-size: 1em;
		font-weight: 400;
		color: #1c2857;
		margin-bottom: 5px;
	}
	.handsFree>.pointRow>ul>li>.contentBox:last-child>.txtBox>p{
		font-size: 0.8em;
		line-height: 1.8;
	}
	.handsFree>.optionBox>h4,
	.handsFree>.optionBox>.contentRow>ul>li>.txtBox>h5{
		font-size: 0.9em;
	}
	.handsFree>.optionBox>.contentRow>ul>li>.txtBox>p{
		font-size: 0.8em;
	}
	.handsFree>.optionBox>.contentRow>ul>li>.txtBox>p.noticeTxt{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.handsFree>.pointRow{
		width: 90%;
		margin-bottom: 30px;
	}
	.handsFree>.pointRow>ul>li{
		width: 100%;
		margin-bottom: 20px;
	}
	.handsFree>.pointRow>ul>li:last-child{
		margin-bottom: 0px;
	}
	.handsFree>.optionBox{
		width: 90%;
		margin-bottom: 50px;
	}
	.handsFree>.optionBox>.contentRow>ul>li{
		width: 100%;
	}
	.handsFree>.optionBox>.contentRow>ul>li:nth-child(1){
		margin-bottom: 30px;
	}
}

/* share */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.imgNotice{
	font-size: 0.75em;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
}
.imgNotice.white{
	color: #fff;
}
.share>.ttlBox{
	position: relative;
}
.share>.ttlBox>h4{
	position: relative;
}
.share>.ttlBox>h4>.circleTxt{
	position: absolute;
	top: 50%;
	right: -25px;
	max-width: 80px;
	width: 20%;
	transform: translate(0,-75%);
	z-index: 2;
}
.ttlBox>p.noticeTxt{
	font-size: 0.75em;
	margin-bottom: 5px;
}
.share>.pointRow{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.share>.pointRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.share>.pointRow>ul>li{
	width: 23%;
	margin-bottom: 30px;
}
.share>.pointRow>ul>li:nth-last-child(-n+4){
	margin-bottom: 0px;
}
.share>.pointRow>ul>li:nth-child(1){
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #dfd7c2;
}
.share>.pointRow>ul>li:nth-child(1)>h5{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #dfd7c2;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 1.65em;
	line-height: 1.2;
	font-weight: 400;
	color: #1c2857;
}
.share>.pointRow>ul>li:nth-child(1)>h5>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.5em;
	color: #1c2857;
}
.share>.pointRow>ul>li>h6{
	font-family: "Jost", sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	color: #1c2857;
	text-align: center;
	padding: 0.25em 0;
	box-sizing: border-box;
	background-color: #dfd7c2;
}
@media (max-width:1024px){
	.imgNotice,
	.ttlBox>p.noticeTxt{
		font-size: 0.65em;
	}
	.share>.pointRow>ul>li:nth-child(1)>h5{
		font-size: 1.55em;
	}
	.share>.pointRow>ul>li>h6{
		font-size: 1.05em;
	}
}
@media (max-width:768px){
	.share>.pointRow{
		width: 90%;
	}
	.handsFree>.optionBox>.contentRow>ul>li{
		width: 100%;
	}
	.handsFree>.optionBox>.contentRow>ul>li:nth-child(1){
		margin-bottom: 30px;
	}
	.share>.pointRow>ul>li{
		width: 48%;
		margin-bottom: 30px;
	}
	.share>.pointRow>ul>li:nth-last-child(-n+4){
		margin-bottom: 30px;
	}
	.share>.pointRow>ul>li:nth-last-child(-n+2){
		margin-bottom: 0px;
	}
	.share>.pointRow>ul>li:nth-child(1)>h5{
		font-size: 1.45em;
	}
	.share>.pointRow>ul>li>h6{
		font-size: 0.95em;
	}
}