@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{
		margin-bottom: 30px;              
	}
	.titleBox>h3{
		font-size: 1.3em;                 
	}
}

/* comfort */
.comfort>.txtBox{
	text-align: center;
	margin-bottom: 50px;
}                    
.comfort>.txtBox>p{
	font-size: 0.9em;
	line-height: 2.5;
}
.comfort>.txtBox>p.em{
	font-size: 1.25em;
	line-height: 1.8;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
@media (max-width:1024px){
	.comfort>.txtBox>p{
		font-size: 0.8em;
	}
	.comfort>.txtBox>p.em{
		font-size: 1.15em;
	}                       
}
@media (max-width:768px){
	.comfort>.txtBox{
		margin-bottom: 30px;
	}
}

/* ventilationSystem */
.ventilationSystem{
	margin-bottom: 80px;
}
.ventilationSystem_wrap>.imgBox{
	margin-bottom: 10px;
}
.ventilationSystem_wrap>.txtBox{
	text-align: center;
	margin-bottom: 30px;
}
.ventilationSystem_wrap>.txtBox>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	color: #1c2857;
	margin-bottom: 5px;
}
.ventilationSystem_wrap>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
@media (max-width:1024px){
	.ventilationSystem_wrap>.txtBox>h3{
		font-size: 1.05em;
	}
	.ventilationSystem_wrap>.txtBox>p{
		font-size: 0.8em;
	}                      
}
@media (max-width:768px){
	.ventilationSystem{
		margin-bottom: 50px;
	}
}

/* ventilationSystem */
.multiply{
	mix-blend-mode: multiply;
}
.ventilationSystem{
	margin-bottom: 80px;
}
.ventilationSystem>.ventilationSystem_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li{
	width: 30%;
	margin-bottom: 30px;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li:last-child{
	margin-bottom: 0px;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.imgBox{
	margin-bottom: 10px;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8;
	color: #1c2857;
	margin-bottom: 5px;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>p.noticeTxt{
	font-size: 0.75em;
	margin-top: 5px;
}
.imgNotice.jp{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
}
@media (max-width:1024px){
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>h4{
		font-size: 0.9em;
	}
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>p{
		font-size: 0.8em;
	}
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li>.txtBox>p.noticeTxt,
	.imgNotice.jp{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.ventilationSystem{
		margin-bottom: 50px;
	}
	.ventilationSystem>.ventilationSystem_wrap{
		width: 90%;
	}
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li{
		width: 48%;
		margin-bottom: 20px;
	}
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li:last-child{
		margin-bottom: 20px;
	}
	.ventilationSystem>.ventilationSystem_wrap>.contentRow>ul>li:nth-last-child(-n+2){
		margin-bottom: 0px;
	}
}

/* homeDeliverySystem */
.homeDeliverySystem{
	margin-bottom: 80px;
}
.homeDeliverySystem_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #1c2857;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.ttlBox{
	text-align: center;
	margin-bottom: 30px;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.ttlBox>h3{
	display: inline-block;
	max-width:350px;
	width: 40%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.ttlBox>p.em{
	font-size: 1.25em;
	color: #1c2857;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow{
	margin-bottom: 30px;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul,
.homeDeliverySystem>.homeDeliverySystem_wrap>.subRow>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li{
	width: 48%;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li>.txtBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	font-weight: 600;
	line-height: 1.8;
	color: #1c2857;
	margin-bottom: 5px;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.subRow{
	margin-bottom: 30px;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.subRow>ul>li{
	width: 30%;
}
.homeDeliverySystem>.homeDeliverySystem_wrap>.noticeTxt>p{
	font-size: 0.75em;
	line-height: 1.4;
}
@media (max-width:1024px){
	.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li>.txtBox>h4{
		font-size: 1.05em;
	}
	.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li>.txtBox>p{
		font-size: 0.8em;
	}
	.homeDeliverySystem>.homeDeliverySystem_wrap>.noticeTxt>p{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.homeDeliverySystem{
		margin-bottom: 50px;
	}
	.homeDeliverySystem_wrap{
		width: 90%;
		padding: 20px;
	}
	.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow{
		margin-bottom: 20px;
	}
	.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li{
		width: 100%;
		margin-bottom: 20px;
	}
	.homeDeliverySystem>.homeDeliverySystem_wrap>.mainRow>ul>li:nth-child(2){
		margin-bottom: 0px;
	}
}

/* insurance */
.insurance{
	margin-bottom: 80px;
}
.insurance>.insuranceWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #1c2857;
}
.insurance>.insuranceWrap>.ttlBox{
	text-align: center;
}
.insurance>.insuranceWrap>.ttlBox>h3{
	display: inline-block;
	max-width:400px;
	width: 50%;                        
	margin-bottom: 20px;
}
.insurance>.insuranceWrap>.txtBox{
	margin-bottom: 20px;
}
.insurance>.insuranceWrap>.txtBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #1c2857;
	text-align: center;
	margin-bottom: 10px;
}
.insurance>.insuranceWrap>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.insurance>.insuranceWrap>.txtBox>p.noticeTxt01{
	font-size: 0.75em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.insurance>.insuranceWrap>.txtBox>p.noticeTxt02{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
	line-height: 1.8;
	margin-bottom: 0px;
}
.insurance>.insuranceWrap>.txtRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insurance>.insuranceWrap>.txtRow>ul>li{
	width: 32%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.8;                        
	text-align: center;
	background-color: #d0daeb;
	padding: 20px 0;
	border-radius: 10px;
}
@media (max-width:1024px){
	.insurance>.insuranceWrap>.txtBox>h4{
		font-size: 1.05em;
	}
	.insurance>.insuranceWrap>.txtBox>p,
	.insurance>.insuranceWrap>.txtRow>ul>li{
		font-size: 0.8em;
	}
	.insurance>.insuranceWrap>.txtBox>p.noticeTxt01,
	.insurance>.insuranceWrap>.txtBox>p.noticeTxt02{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.insurance{
		margin-bottom: 50px;
	}
	.insurance>.insuranceWrap{
		width: 90%;
		padding: 20px;
	}
	.insurance>.insuranceWrap>.txtRow>ul>li{
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		text-align: left;
	}
	.insurance>.insuranceWrap>.txtRow>ul>li:nth-last-child(1){
		margin-bottom: 0px;
	}
}

/* supportService */
.supportService{
	margin-bottom: 80px;
}
.supportService>.supportService_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	background-color: #d3daec;
}
.supportService_wrap>.mainBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	/*margin-bottom: 30px;*/
}
.supportService_wrap>.mainBox>.imgBox{
	width: 20%;
}
.supportService_wrap>.mainBox>.txtBox{
	width: 76%;
}
.supportService_wrap>.mainBox>.txtBox>.txtBox_inner{
	margin-bottom: 20px;
}
.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>h3{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	font-weight: 600;
	color: #1c2857;
	margin-bottom: 10px;
}
.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>h3>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
}
.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.supportService_wrap>.subBox>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.supportService_wrap>.subBox>ul>li{
	width: 30%;
	margin-bottom: 20px;
}
.supportService_wrap>.subBox>ul>li:nth-last-child(-n+3){
	margin-bottom: 0px;
}
.supportService_wrap>.subBox>ul>li>.txtBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #1c2857;
	padding: 0.5em 0;
	box-sizing: border-box;
}
@media (max-width:1024px){
	.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>h3{
		font-size: 1.05em;
	}
	.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>h3>span{
		font-size: 0.65em;
	}
	.supportService_wrap>.mainBox>.txtBox>.txtBox_inner>p{
		font-size: 0.8em;
	}
	.supportService_wrap>.subBox>ul>li>.txtBox>h4{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	.supportService{
		margin-bottom: 50px;
	}
	.supportService>.supportService_wrap{
		width: 90%;
		padding: 20px;
	}
	.supportService_wrap>.mainBox{
		margin-bottom: 20px;
	}
	.supportService_wrap>.mainBox>.imgBox{
		width: 40%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.supportService_wrap>.mainBox>.txtBox{
		width: 100%;
	}
	.supportService_wrap>.mainBox>.txtBox>.txtBox_inner{
		margin-bottom: 10px;
	}
	.supportService_wrap>.subBox>ul>li{
		width: 48%;
		margin-bottom: 10px;
	}
	.supportService_wrap>.subBox>ul>li:nth-last-child(-n+3){
		margin-bottom: 10px;
	}
	.supportService_wrap>.subBox>ul>li:nth-last-child(-n+2){
		margin-bottom: 0px;
	}
}

/* guarantee */
.guarantee{
	margin-bottom: 80px;
}
.guaranteeWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #005858;
}
.guaranteeWrap>.ttlBox{
	padding: 15px 0;
	text-align: center;
	background-color: #005858;
}
.guaranteeWrap>.ttlBox>h3{
	display: inline-block;
	max-width:350px;
	width: 40%;
}
.guaranteeWrap>.txtBox{
	padding: 30px;
	box-sizing: border-box;
	background-color: #efeaba;
}
.guaranteeWrap>.txtBox>.imgRow>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.guaranteeWrap>.txtBox>.imgRow>ul>li:nth-child(1){
	width: 60%;
}
.guaranteeWrap>.txtBox>.imgRow>ul>li:nth-child(2){
	width: 36%;
}
.guaranteeWrap>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.relative{
	position: relative;
}
.absolute{
	position: absolute;
	top: 0;
	left: 0;
}
.imgNotice{
	font-size: 0.75em;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
.imgNotice.white{
	color: #fff;
}
@media (max-width:1024px){
	.guaranteeWrap>.txtBox>p{
		font-size: 0.8em;
	}
	.imgNotice{
		font-size: 0.65em;
	}
}
@media (max-width:768px){
	.guarantee{
		margin-bottom: 50px;
	}                      
	.guaranteeWrap{
		width: 90%;
	}
	.guaranteeWrap>.txtBox>.imgRow>ul{
		justify-content: center;
	}
	.guaranteeWrap>.txtBox>.imgRow>ul>li:nth-child(1){
		max-width: 400px;
		width: 90%;
	}
	.guaranteeWrap>.txtBox>.imgRow>ul>li:nth-child(2){
		max-width: 350px;
		width: 70%;
	}
	.guaranteeWrap>.txtBox{
		padding: 20px;
	}
}

/* supportSystem */
.supportSystem{
	margin-bottom: 80px;
}
.supportSystem>.supportSystem_wrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	border: 1px solid #1d2087;
}
.supportSystem>.supportSystem_wrap>.ttlBox{
	padding: 15px 0;
	text-align: center;
	background-color: #1d2087;
}
.supportSystem>.supportSystem_wrap>.ttlBox>h4>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.8;
	color: #fff; 
}
.supportSystem>.supportSystem_wrap>.ttlBox>h4>span:nth-child(2){
	font-size: 1.25em;
}
.supportSystem>.supportSystem_wrap>.ttlBox>h4>span:nth-child(2)>span{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #ed7700;
}
.supportSystem>.supportSystem_wrap>.txtBox{
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.supportSystem>.supportSystem_wrap>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
}
.supportSystem>.supportSystem_wrap>.txtBox>.pointBox{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: inline-block;
	padding: 0.5em 2em;
	color: #1d2087;
	background-color: #d0daeb;
	margin-bottom: 10px;
}
@media (max-width:1024px){
	.supportSystem>.supportSystem_wrap>.ttlBox>h4>span,
	.supportSystem>.supportSystem_wrap>.ttlBox>h4>span:nth-child(2)>span{
		font-size: 0.9em;
	}
	.supportSystem>.supportSystem_wrap>.ttlBox>h4>span:nth-child(2),
	.supportSystem>.supportSystem_wrap>.txtBox>.pointBox{
		font-size: 1.15em;
	}
	.supportSystem>.supportSystem_wrap>.txtBox{
		padding: 10px;
	}
	.supportSystem>.supportSystem_wrap>.txtBox>p{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.supportSystem{
		margin-bottom: 50px;
	}
	.supportSystem>.supportSystem_wrap{
		width: 90%;
	}
	.supportSystem>.supportSystem_wrap>.txtBox>p{
		text-align: left;
	}
}

/* internet */
/*.internet{
	margin-bottom: 80px;
}*/
.internetWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	background-color: #ece7da;
}
.internetWrap>.ttlBox>h3{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.internetWrap>.ttlBox>h3>span:nth-child(1){
	max-width: 180px;
	width: 25%;
	margin-right: 10px;
}
.internetWrap>.ttlBox>h3>span:nth-child(2){
	font-size: 1.5em;
	line-height: 1;
	color: #1c2857;
	display: flex;
	align-items: center;
}
.internetWrap>.ttlBox>h3>span:nth-child(2)>span{
	font-size: 0.5em;
}
.internetWrap>.contentBox{
	margin-bottom: 50px;
}
.internetWrap>.contentBox:last-child{
	margin-bottom: 0px;
}
.internetWrap>.contentBox>.txtBox{
	margin-bottom: 30px;
}
.internetWrap>.contentBox>.txtBox>h4{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.15em;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #1c2857;
	text-align: center;
	margin-bottom: 20px;
}
.internetWrap>.contentBox>.txtBox>p{
	font-size: 0.9em;
	line-height: 1.8;
	margin-bottom: 10px;
}
.internetWrap>.contentBox>.txtBox>p.noticeTxt{
	font-size: 0.75em;
	margin-bottom: 0px;
}
.internetWrap>.contentBox>.imgRow{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.internetWrap>.contentBox>.imgRow>.leftBox,
.internetWrap>.contentBox>.imgRow>.rightBox{
	width: 48%;
}
.internetWrap>.contentBox>.imgRow>.leftBox>ul>li{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #1c2857;
	padding: 0.5em 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.internetWrap>.contentBox>.contentRow>ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.internetWrap>.contentBox>.contentRow>ul>li{
	width: 48%;
	margin-bottom: 20px;
}
.internetWrap>.contentBox>.contentRow>ul>li:nth-last-child(-n+2){
	margin-bottom: 0px;
}
.internetWrap>.contentBox>.contentRow>ul>li>p:nth-child(2){
	max-width: 380px;
	width: 80%;
	margin: 0 auto;
}
.internetWrap>.contentBox>.contentRow>ul>li>h5{
	font-family: "Jost", sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-align: center;
	color: #fff;                        
	background-color: #1c2857;
	padding: 0.25em 0;
	box-sizing: border-box;
	margin-bottom: 10px;                      
}
.internetWrap>.contentBox>p.noticeTxt,
.internetWrap>.contentBox>.contentRow>ul>li>p.noticeTxt{
	font-size: 0.75em;
	margin-top: 10px;                      
}
@media (max-width:1024px){
	.internetWrap>.ttlBox>h3>span:nth-child(2){
		font-size: 1.4em;
	}
	.internetWrap>.contentBox>.txtBox>h4,
	.internetWrap>.contentBox>.contentRow>ul>li>h5{
		font-size: 1.05em;
	}
	.internetWrap>.contentBox>.txtBox>p{
		font-size: 0.8em;
	}
	.internetWrap>.contentBox>.txtBox>p.noticeTxt,
	.internetWrap>.contentBox>p.noticeTxt,
	.internetWrap>.contentBox>.contentRow>ul>li>p.noticeTxt{
		font-size: 0.65em;
	}
	.internetWrap>.contentBox>.imgRow>.leftBox>ul>li{
		font-size: 0.9em;
	}
}
@media (max-width:768px){
	/*.internet{
		margin-bottom: 50px;
	}*/
	.internetWrap{
		width: 90%;
		padding: 30px;
	}
	.internetWrap>.ttlBox>h3{
		flex-direction: column;
		margin-bottom: 20px;
	}
	.internetWrap>.ttlBox>h3>span:nth-child(1){
		margin-bottom: 10px;
	}
	.internetWrap>.contentBox{
		margin-bottom: 30px;
	}
	.internetWrap>.contentBox>.imgRow>.leftBox,
	.internetWrap>.contentBox>.imgRow>.rightBox{
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
	}
	.internetWrap>.contentBox>.txtBox>h4{
		margin-bottom: 10px;
	}
	.internetWrap>.contentBox>.txtBox>h4:last-child{
		margin-bottom: 0px;
	}
	.internetWrap>.contentBox>.txtBox{
		margin-bottom: 20px;
	}
}
@media (max-width:500px){
	.internetWrap{
		padding: 20px;
	}
}