@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 */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.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{
		margin-bottom: 30px;              
	}
	.titleBox>h3{
		font-size: 1.3em;                 
	}
}

/* others */
.others>.ttlBox,
.others>.contentBox{
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 50px;                       
}
.others>.ttlBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.others>.ttlBox>p.em{
	font-size: 1.3em;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	text-align: center; 
}
.others>.contentBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	font-weight: 500;
	color: #1c2857;
	margin-bottom: 30px;
	text-align: center;
}
.others>.contentBox>.txtBox{
	margin-bottom: 30px;
}
.others>.contentBox>.txtBox>h5{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #1c2857;
	text-align: center;
	padding: 0.75em 1em;
	box-sizing: border-box;
	background-color: #dfd7c2;
	margin-bottom: 10px;
}
.others>.contentBox>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.others>.contentBox>.contentRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.others>.contentBox>.contentRow>.txtBox{
	width: 78%;
}
.others>.contentBox>.contentRow>.imgBox{
	width: 18%;
}
.others>.contentBox>.contentRow>.txtBox>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.others>.contentBox>.contentRow>.txtBox>ul>li{
	width: 32%;
	padding: 30px 20px 20px 20px;
	border: 2px solid #dfd7c2;
	box-sizing: border-box;
	position: relative;
}
.others>.contentBox>.contentRow>.txtBox>ul>li>h6{
	width: 80%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #f39800;
	padding: 0.5em 0;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 5px;
}
.others>.contentBox>.contentRow>.txtBox>ul>li>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.others>.contentBox>.contentRow>.txtBox>ul>li>p.em{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	color: #1c2857;
	margin-bottom: 10px;
}
.imgNotice{
	font-size: 0.75em;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
.others>.contentBox>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.others>.contentBox>.contentRow>ul>li{
	width: 48%;
}
.others>.contentBox>.contentRow>ul>li.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 20px;
}
.others>.contentBox>.contentRow>ul>li.txtBox>p.noticeTxt{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
	line-height: 1.8;
	margin-bottom: 0px;
}
.others>.contentBox>.contentRow>ul>li.imgBox>h6{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 400;
}
.others>.contentBox>.contentRow>ul>li.imgBox>h6>span.square{
	display: inline-flex;
	width: 10px;
	height: 10px;
	background-color: #000;
	margin-right: 0.5em;
}
.others>.contentBox>.contentRow>ul>li.imgBox>h6>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
}
.others>.contentBox>.contentRow>ul>li.imgBox>p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	line-height: 1.8;
}
@media (max-width:1024px){
	.others>.contentBox>.contentRow>.txtBox{
		width: 50%;
	}
	.others>.contentBox>.contentRow>.imgBox{
		width: 48%;
	}
	.others>.contentBox>.contentRow>.txtBox>ul>li{
		width: 100%;
		margin-bottom: 30px;
	}
	.others>.contentBox>.contentRow>.txtBox>ul>li:last-child{
		margin-bottom: 0px;
	}
}
@media (max-width:768px){
	.others>.ttlBox,
	.others>.contentBox{
		width: 90%;
		margin-bottom: 30px;                       
	}
	.others>.contentBox>.contentRow>.txtBox,
	.others>.contentBox>.contentRow>.imgBox{
		width: 100%;
	}
	.others>.contentBox>.contentRow>.txtBox{
		margin-bottom: 30px;
	}
	.others>.contentBox>.contentRow>.imgBox>p{
		max-width: 300px;
		width: 50%;
		margin: 0 auto;
	}
	.others>.contentBox>.contentRow>ul>li{
		width: 100%;
	}
	.others>.contentBox>.contentRow>ul>li:first-child{
		margin-bottom: 20px;
	}
}

/* qnet */
.qnet{
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
	border: 2px solid #1c2857;
	box-sizing: border-box;
	padding: 30px;
}
.qnetWrap>.ttlBox,
.qnetWrap>.txtBox{
	text-align: center;
	margin-bottom: 30px;
}
.qnetWrap>.ttlBox>h4{
	max-width: 350px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.qnetWrap>.ttlBox>p{
	font-size: 1.25em;
}
.qnetWrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.8;
}
.qnetWrap>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qnetWrap>.contentRow>ul>li{
	width: 48%;
	margin-bottom: 30px;
}
.qnetWrap>.contentRow>ul>li:nth-last-child(-n+2){
	margin-bottom: 0px;
}
.qnetWrap>.contentRow>ul>li>.txtBox{
	margin-bottom: 20px;
}
.qnetWrap>.contentRow>ul>li>.txtBox>h5{
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #036eb7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #036eb7;
}
.qnetWrap>.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.qnetWrap>.contentRow>ul>li>.imgBox>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.8;
	margin-top: 5px;
}
@media (max-width:768px){
	.qnet{
		width: 90%;
		margin-bottom: 50px;
		padding: 20px;
	}
	.qnetWrap>.contentRow>ul>li{
		width: 100%;
	}
	.qnetWrap>.contentRow>ul>li:nth-last-child(-n+2){
		margin-bottom: 20px;
	}
	.qnetWrap>.contentRow>ul>li:last-child{
		margin-bottom: 0px;
	}
}

/* gas */
.gas{
	max-width: 1000px;
	width: 80%;
	margin: 0 auto;
	border: 2px solid #1c2857;
	box-sizing: border-box;
	padding: 30px;
}
.gasWrap>.ttlBox,
.gasWrap>.txtBox{
	text-align: center;
	margin-bottom: 30px;
}
.gasWrap>.ttlBox>h4{
	max-width: 350px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.gasWrap>.ttlBox>p{
	font-size: 1.25em;
}
.gasWrap>.txtBox>p{
	font-size: 1em;
	line-height: 1.8;
}
.gasWrap>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gasWrap>.contentRow>ul>li{
	width: 48%;
	margin-bottom: 30px;
}
.gasWrap>.contentRow>ul>li:last-child{
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gasWrap>.contentRow>ul>li:last-child>.txtBox,
.gasWrap>.contentRow>ul>li:last-child>.imgBox{
	width: 48%;
}
.gasWrap>.contentRow>ul>li>.txtBox{
	margin-bottom: 20px;
}
.gasWrap>.contentRow>ul>li>.txtBox>h5{
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: 400;
	color: #e73828;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e73828;
}
.gasWrap>.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.gasWrap>.contentRow>ul>li>.txtBox>p.noticeTxt,
.gasWrap>.contentRow>ul>li>.imgBox>p.noticeTxt{
	font-size: 0.75em;
	line-height: 1.8;
	margin-top: 5px;
}
.under500{
	display:none;
}
@media (max-width:768px){
	.gas{
		width: 90%;
		padding: 20px;
	}
	.gasWrap>.contentRow>ul>li,
	.gasWrap>.contentRow>ul>li:last-child>.txtBox,
	.gasWrap>.contentRow>ul>li:last-child>.imgBox{
		width: 100%;
	}
}
@media (max-width:500px){
	.under500{
		display:block;
	}
}