
#product_links{
	background-color:#DAE8F5;
	display:flex;
	justify-content:center;
}

#product_links .w1000{
	width:100rem;
	margin: 7.2rem auto !important;
}

#product_links h3{
	font-size:1.8rem;
	line-height:1;
	margin-bottom:3rem;
	text-align:center;
}
#product_links p{
	line-height:1.4rem;
	margin-bottom:5rem;
	text-align:center;
}
#product_links .linkset{
	display:flex;
	justify-content: center;
	/*align-items:center;*/
}
#product_links .linkset_child{
	width:auto;
}
#product_links .linkset_child figure{
	margin-bottom:3rem;
}
#product_links .linkset_child figure:last-child{
	margin-bottom:0;
}

#product_links figure{
	display:flex;
	justify-content: center;
	margin: 0 3rem;
	/*flex-wrap:wrap;*/
}
#product_links figure.nodisp{
	display:none;
}
#product_links figure p{
	text-align:left;
	line-height:1.4;
	margin-bottom:2.4rem;
}
#product_links figure a{
	font-size:1.4rem;
	text-decoration:none;
	transition:0.3s;
	margin:0;
	width:21rem;
	height:5.6rem;
	display:flex;
	justify-content: center;
	align-items:center;
}
#product_links figure a:nth-of-type(2){
	margin-top:1.2rem;
}
#product_links figure a span{
	display:block;
	position:relative;
	padding-right:2rem;
}
#product_links figure a.catalog{
	background-color:rgba(0,94,184,1.0);
	color:#fff;
}
#product_links figure a.page{
	background-color:rgba(0,94,184,0.0);
	color:rgba(0,94,184,1.0);
	border:1px solid rgba(0,94,184,1.0);;
}
#product_links figure a.catalog:hover{
	background-color:rgba(0,94,184,0.85);
}
#product_links figure a.page:hover{
	background-color:rgba(0,94,184,0.05);
}
#product_links figure a.catalog span:after{
	content: "";
	/*display: block;*/
	position: absolute;
	right: 0rem;
	top: calc(50% - 7px);
	width: 14px;
	height: 14px;
	background:url(/html2014/images/e2ew_2021/icon_download_w_re.png);
	background-size: 14px;
}
#product_links figure a.page span:after{
	content: "";
	/*display: block;*/
	position: absolute;
	right: 0.5rem;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	border-top: rgba(0,94,184,1.0) solid 1px;
	border-right: rgba(0,94,184,1.0) solid 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#product_links figure img{
	display:block;
	margin:0;
	height:22rem;
	width:auto;
}
#product_links figure img.product{
	height:15.6rem;
	width:22rem;
}

#product_links figure img.download{
	height:1.4rem;
}
#product_links figure figcaption{
	margin-left:3rem;
}
/*--------------------------------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1080px) {
	#product_links figure a {
		width: 18rem;
	}
	#product_links figure img.product {
		height: max-content;
		width: 16rem;
	}
}
/*===================================================================================================*/
/*===================================================================================================*/
@media screen and (max-width:768px) {
	#product_links .w1000{
		/*width:calc(100% - 40px);*/
		margin: 7.2rem auto !important;
		padding:0 20px;
	}
	#product_links p{
		margin-bottom:3rem;
		text-align:left;
	}
	#product_links .linkset{
		/**/
	}
	#product_links.type2 .linkset{
		display:block;
	}
	#product_links.type2 .linkset_child{
		display:flex;
		justify-content: center;
		margin-top:6rem;
	}
	#product_links.type2 .linkset figure:nth-of-type(1){
		margin:auto;
	}
	#product_links .linkset_child figure{
		margin-bottom:0;
	}
	
	
	#product_links figure{
		display:block;
		margin: 0rem;
		width:calc(50% - 0.75rem);
	}
	#product_links figure:nth-of-type(2){
		margin-left:1.5rem;
	}
	
	#product_links figure p{
		text-align:center;
		margin-bottom:1.2rem;
		font-size:1.2rem;
		
	}
	#product_links figure img{
		margin:0 auto 1.2rem;
		height:auto;
		width:100%;
	}
	#product_links figure img.product{
	    height: auto;
	    width: 100%;
	}
	
	#product_links figure figcaption {
		margin-left: 0rem;
	}
	#product_links figure a{
		width:100%;
	}
}

.align-items-center{
	align-items:center;
}


#components .page-product-mv .kv-txt{
	position: absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
}
#components .page-product-mv .kv-txt .txt-cont{
	margin-left: auto;
    margin-right: auto;
	padding-left:4rem;
	padding-right:4rem;
    width: 100%;
    max-width: 108rem;
}
#components .page-product-mv .kv-txt .txt-cont h1{
	font-size:2.8rem;
	line-height:3.2rem;
	font-weight:bold;
}
#components .page-product-mv .kv-txt .txt-cont h2{
	font-size:2rem;
	line-height:2.8rem;
	color:#000;
	margin-bottom:1.5rem;
}
#components .page-product-mv .kv-txt .txt-cont a{
	margin-top:1rem;
	display:inline-block;
	height:54px;
	box-sizing: border-box;
	padding:6px 0;
	background-color:#005eb8;
	border-radius:50px;
}
#components .page-product-mv .kv-txt .txt-cont a::before{
	content:"";
	width:56px;
	height:42px;
	float:left;
	background:url(../img/product/a_before.png) no-repeat center;;
}
#components .page-product-mv .kv-txt .txt-cont a em{
	display:inline-block;
	padding:0 25px 0 20px;
	border-left:1px solid #337ec6;
	height:42px;
	line-height:42px;
	color:#fff;
	font-weight:500;
	font-size:16px;
}

#components .page-product-info-section{
	margin-left: auto;
    margin-right: auto;
	padding-left:4rem;
	padding-right:4rem;
    width: 100%;
    max-width: 108rem;
}
#components .page-product-info-section .product-info{
	margin-bottom:6rem;
}
#components .page-product-info-section .product-info h3{
	font-size:2.8rem;
	line-height:3.6rem;
	color:#333;
	margin-bottom:2rem;
}
#components .page-product-info-section  .product-info h4{
	font-size:1.6rem; 
	line-height:3rem;
	color:#666;
}
#components .page-product-info-section .info-flex{
	display:flex;
	justify-content:space-between;
}
#components .page-product-info-section .info-flex .picture{
	width:390px;
}
#components .page-product-info-section .info-flex .text{
	width:460px;
}
#components .page-product-info-section .info-flex .text ul li{
	padding-left:20px;
	margin-bottom:3rem;
}
#components .page-product-info-section .info-flex .text ul li h4{
	font-size:2rem;
	line-height:3rem;
	color:#333;
	margin-bottom:10px;
	position: relative;
}
#components .page-product-info-section .info-flex .text ul li h4::after{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background:#333;
	border-radius:50%;
	position: absolute;
	left:-20px;
	top:12px;
}
#components .page-product-info-section .info-flex .text ul li p{
	font-size:1.6rem;
	line-height:3rem;
	color:#666;
}
#components .page-product-info-section .info-flex .text ul li:last-child{
	margin-bottom:0;
}

#components .page-core-cont{
	margin-bottom:8.7rem;
}

#components .product-points{
	margin-left: auto;
    margin-right: auto;
	padding-left:4rem;
	padding-right:4rem;
    width: 100%;
    max-width: 108rem;
}
#components .product-points h3{
	font-size:2.8rem;
	line-height:3.6rem;
	color:#333;
	font-weight:bold;
	margin-bottom:1.5rem;
}
#components .product-points h4{
	font-size:1.6rem;
	line-height:3rem;
	position: relative;
	color:#666;
	font-weight:bold;
	padding-left:25px;
	margin-bottom:1rem;
}
#components .product-points h4::before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	background-color:#333;
	border-radius:50%;
	position: absolute;
	left:0;
	top:12px;
}
#components .product-points p{
	font-size:1.6rem;
	line-height:3rem;
	color:#666;
}
#components .product-points .product-relative{
	position: relative;
}
#components .product-points .txt{
	width:420px;
}
#components .product-points .product-cp1h-1 .txt{
	margin-bottom:13rem;
}
#components .product-points .product-cp1h-1 .pic-1{
	position: absolute;
	right:0;
	top:100px;
	width:370px;
}
#components .product-points .product-cp1h-1 .pic-2{
	width:510px;
}

#components .product-points .flex-justify-end{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-end
	
}
#components .product-points .product-cp1h-2{
	margin-top:13rem;
}
#components .product-points .product-cp1h-2 .txt{
	margin-bottom:7rem;
}
#components .product-points .product-cp1h-2 .pic-1{
	width:510px;
}
#components .product-points .product-cp1h-2 .pic-2{
	width:370px;
	position: absolute;
	left:0;
	top:135px;
}
@media (max-width: 768px){
	#components .page-feature-mv{
		position: relative;
		height:280px;
	}
	#components .page-feature-mv img{
		height:100%;
		width:100%;
		object-fit:cover;;
	}
	#components .page-product-mv .kv-txt .txt-cont h2{
		font-size:1.6rem;
		line-height:2.6rem;
	}
	#components .page-product-mv .kv-txt .txt-cont h1{
		font-size:2.2rem;
		line-height:2.8rem;
	}
	#components .page-product-info-section{
		padding-left:2rem;
		padding-right:2rem;
		max-width:100%;
	}
	#components .page-product-info-section .product-info{
		margin-bottom:3rem;
	}
	#components .page-product-info-section .product-info h3{
		font-size:2.2rem;
		line-height:3rem;
		margin-bottom:1rem;
	}
	#components .page-product-info-section .product-info h4{
		font-size:1.4rem;
		line-height:2.4rem;
	}
	#components .page-product-info-section .info-flex{
		flex-direction:column;
	}
	
	#components .page-product-info-section .info-flex .text{
		order:0;
		width:100%;
	}
	#components .page-product-info-section .info-flex .text ul li{
		margin-bottom:2rem;
	}
	#components .page-product-info-section .info-flex .text ul li h4{
		font-size:1.8rem;
	}
	#components .page-product-info-section .info-flex .text ul li p{
		font-size:1.4rem;
		line-height:2.4rem;
	}
	#components .page-product-info-section .info-flex .picture{
		order:1;
		width:100%;
		margin-top:2rem;
	}
	#components .page-core-cont{
		margin-bottom:4rem;
	}
	#components .product-points{
		padding-left:2rem;
		padding-right:2rem;
		max-width:100%;
	}
	#components .product-points .txt{
		width:100%;
	}
	#components .product-points h3{
		font-size:2rem;
		line-height:3rem;
		margin-bottom:1rem;
	}
	#components .product-points h4{
		font-size:1.4rem;
		line-height:2.4rem;
		padding-left:15px;
	}
	#components .product-points h4::before{
		width:6px;
		height:6px;
		top:10px;
	}
	#components .product-points p{
		font-size:1.4rem;
		line-height:2rem;
	}
	#components .product-points .product-cp1h-1 .txt{
		margin-bottom:6rem;
	}
	#components .product-points .product-cp1h-1 .pic-1{
		position: inherit;
		top:inherit;
		left:inherit;
		width:100%
	}
	#components .product-points .product-cp1h-1 .pic-2{
		width:100%;
		margin-top:2rem;
	}
	#components .product-points .product-cp1h-2{
		margin-top:6rem;
	}
	#components .product-points .product-cp1h-2 .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-cp1h-2 .pic-1{
		width:100%;
	}
	#components .product-points .product-cp1h-2 .pic-2{
		position: inherit;
		top:inherit;
		left:inherit;
		width:100%;
		margin-top:2rem;
	}
}




#components .page-product-mv.cp1w-mv .kv-txt .txt-cont h2{
	color:#fff;
}
#components .page-product-mv.cp1w-mv .kv-txt .txt-cont h1{
	color:#fff;
}
#components .page-product-mv.cp1w-mv .kv-txt .txt-cont a{
	color:#fff;
}
#components .product-points .product-cp1w-1 .pic-1{
	width:510px;
}
#components .product-points .product-cp1w-1 .txt{
	margin-bottom:8rem;
}
#components .product-points .product-cp1w-1 .txt-2{
	position: absolute;
	right:0;
	top:7rem;
	width:370px;
}
#components .product-points .product-cp1w-1 .txt-2 .pic-2{
	width:370px;
	margin-bottom:7rem;
	
}
#components .product-points .product-cp1w-2{
	display:flex;
	justify-content:space-between;
	margin-top:190px;
}
#components .product-points .product-cp1w-2 .txt{
	width:370px;
}

@media (max-width: 768px){

	#components .product-points .product-cp1w-1 .txt{
		margin-bottom:4rem;
	}
	#components .product-points .product-cp1w-1 .pic-1{
		width:100%;
	}
	#components .product-points .product-cp1w-1 .txt-2{
		width:100%;
		position: inherit;
		top:inherit;
		right:inherit;
	}
	#components .product-points .product-cp1w-1 .txt-2 .pic-2{
		width:100%;
		margin-bottom:0;
	}
	#components .product-points .product-cp1w-1 .txt-2{
		display:flex;
		flex-direction: column;
		margin-top:3rem;
	}
	#components .product-points .product-cp1w-1 .txt-2 .txt{
		order:0;
	}
	#components .product-points .product-cp1w-1 .txt-2 .picture{
		order:1;
	}
	#components .product-points .product-cp1w-2{
		margin-top:4rem;
		flex-direction: column;
		justify-content: flex-start;
	}
	#components .product-points .product-cp1w-2 .txt{
		width:100%;
		margin-bottom:2rem;
	}
}

#components .page-product-mv.product-mv-cp2e .kv-txt .txt-cont{
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items:flex-end;
}


#components .page-product-mv.product-mv-cp2e .kv-txt .txt-cont h2{
	color:#fff;
}
#components .page-product-mv.product-mv-cp2e .kv-txt .txt-cont h1{
	color:#fff;
}
#components .page-product-mv.product-mv-cp2e .kv-txt .txt-cont a{
	color:#fff;
}
#components .product-points .product-cp2e-1 h4{
	margin-bottom:0;
}
#components .product-points .product-cp2e-1 p{
	margin-bottom:15px;
}
#components .product-points .product-cp2e-2 h4{
	margin-bottom:0;
}
#components .product-points .product-cp2e-2 p{
	margin-bottom:15px;
}
@media (max-width: 768px){
	#components .product-points .product-cp2e-1 p{
		margin-bottom:10px;
	}
	#components .product-points .product-cp2e-2 p{
		margin-bottom:10px;
	}
}


#components .page-product-mv.product-mv-e2b .kv-txt{
	transform: translateY(0);
	top:20%;
}

#components .page-product-mv.product-mv-e2b .kv-txt .txt-cont h2{
	color:#fff;
	text-align:center;
}
#components .page-product-mv.product-mv-e2b .kv-txt .txt-cont h1{
	color:#fff;
	text-align:center;
}
#components .page-product-mv.product-mv-e2b .kv-txt .txt-cont a{
	color:#fff;
}
#components .product-points .product-e2b-1 .txt{
	width:100%;
	margin-bottom:6rem;
}

#components .product-points .product-e2b-2{
	margin-top:9rem;
}
#components .product-points .product-e2b-2 .txt{
	width:100%;
}
#components .product-points .product-e2b-2 ul{
	font-size:0;
	margin-bottom:5rem;
}
#components .product-points .product-e2b-2 ul li{
	display:inline-block;
	margin-right:35px;
	width:420px;
	vertical-align: top;
}
#components .product-points .product-e2b-2 ul li:first-child{
	width:340px;
}
#components .product-points .product-e2b-2 ul li:last-child{
	margin-right:0;
}

@media (max-width: 768px){
	#components .product-points .product-e2b-1 .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-e2b-2{
		margin-top:4rem;
	}
	#components .product-points .product-e2b-2 ul{
		margin-bottom:3rem;
	}
	#components .product-points .product-e2b-2 ul li{
		width:100%!important;
		margin-right:0;margin-bottom:10px;
	}
}

#components .page-product-mv.product-mv-e2e .kv-txt .txt-cont span{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	color:#fff;
	padding:4px 10px;
	background-color:#d60c0c;
	margin-bottom:1rem;
}
#components .page-product-mv.product-mv-e2e .kv-txt .txt-cont h2{
	color:#fff;
}
#components .page-product-mv.product-mv-e2e .kv-txt .txt-cont h1{
	color:#fff;
	margin-bottom:1.5rem;
}
#components .page-product-mv.product-mv-e2e .kv-txt .txt-cont a{
	color:#fff;
}

#components .product-points .product-e2e-3{
	margin-top:7rem;
}
#components .page-video-cont{
	margin-top:7rem;
	margin-bottom:8rem;
}

#components .page-video-cont .product-video{
	margin-left: auto;
    margin-right: auto;
	padding-left:4rem;
	padding-right:4rem;
    width: 100%;
    max-width: 108rem;
}
#components .page-video-cont .product-video video{
	width:100%;
}

@media (max-width: 768px){
	#components .product-points .product-e2e-3{
		margin-top:3rem;
	}
	#components .page-video-cont{
		margin-top:3rem;
		margin-bottom:4rem;
	}

	#components .page-video-cont .product-video{
		padding-left:2rem;
		padding-right:2rem;
		max-width: 100%;
	}
}


#components .page-product-mv.product-mv-e3x-zv .kv-txt .txt-cont h2{
	color:#fff;
}
#components .page-product-mv.product-mv-e3x-zv .kv-txt .txt-cont h1{
	color:#fff;
	margin-bottom:1.5rem;
}
#components .page-product-mv.product-mv-e3x-zv .kv-txt .txt-cont a{
	color:#fff;
}


#components .product-e3x-zv-1{
	display:flex;
	justify-content: space-between;
}

#components .product-e3x-zv-1 .left .txt{
	width:410px;
	margin-bottom:7rem;
}
#components .product-e3x-zv-1 .left .picture{
	width:510px;
}
#components .product-e3x-zv-1 .right{
	display:flex;
	flex-direction: column;
	margin-top:10rem;
}
#components .product-e3x-zv-1 .right .txt{
	order:1;
	width:370px;
}
#components .product-e3x-zv-1 .right .picture{
	order:0;
	margin-bottom:6rem;
	width:370px;
}
#components .product-e3x-zv-2{
	display:flex;
	justify-content: space-between;
	margin-top:7rem;
}
#components .product-e3x-zv-2 .txt{
	margin-top:6rem;
}
#components .product-e3x-zv-2 .picture{
	width:510px;
}
#components .product-e3x-zv-3{
	display:flex;
	justify-content: space-between;
	margin-top:-8rem;
	align-items:center;
}
#components .product-e3x-zv-3 .txt{
	order:1;
}
#components .product-e3x-zv-3 .picture{
	width:370px;
	order:0;
}
#components .product-e3x-zv-4{
	display:flex;
	justify-content: space-between;
	margin-top:-3rem;
	align-items:center;
}
#components .product-e3x-zv-4 .txt{

}
#components .product-e3x-zv-4 .picture{
	width:510px;
}

@media (max-width: 768px){
	#components .product-e3x-zv-1{
		display:block;
	}
	#components .product-e3x-zv-1 .left .txt{
		width:100%;
		margin-bottom:3rem;
	}
	#components .product-e3x-zv-1 .left .picture{
		width:100%;
	}
	#components .product-e3x-zv-1 .right{
		margin-top:4rem;
		display:block;
	}
	#components .product-e3x-zv-1 .right .txt{
		width:100%;
		margin-bottom:3rem;
	}
	#components .product-e3x-zv-1 .right .picture{
		width:100%;
		margin-bottom:0;
	}
	#components .product-e3x-zv-2{
		display:block;
		margin-top:4rem;
	}
	#components .product-e3x-zv-2 .txt{
		width:100%;
		margin-top:0;
		margin-bottom:3rem;
	}
	#components .product-e3x-zv-2 .picture{
		width:100%;
	}
	#components .product-e3x-zv-3{
		margin-top:4rem;
		display:block;
	}
	#components .product-e3x-zv-3 .txt{
		width:100%;
		margin-bottom:3rem;
	}
	#components .product-e3x-zv-3 .picture{
		width:100%;
	}
	#components .product-e3x-zv-4{
		margin-top:4rem;
		display:block;
	}
	#components .product-e3x-zv-4 .txt{
		width:100%;
		margin-bottom:3rem;
	}
	#components .product-e3x-zv-4 .picture{
		width:100%;
	}
}


#components .page-product-mv.product-mv-e3z .kv-txt{
	transform: translateY(0);
	top:inherit;
	bottom:30%;
}
#components .page-product-mv.product-mv-e3z .kv-txt .txt-cont h1{
	margin-bottom:.5rem;
}
#components .page-product-mv.product-mv-e3z .kv-txt .txt-cont h2{
	margin-bottom:0;
}

#components .page-product-info-section.info-e3z .info-flex .text{
	width:500px;
}
#components .product-points .product-e3z-1{
	margin-bottom:10rem;
}
#components .product-points .product-e3z-1 .txt{
	width:100%;
	margin-bottom:5rem;
}
#components .product-points .product-e3z-1 h4{
	font-weight:400;
}
#components .product-points .product-e3z-2 .txt{
	margin-bottom:13rem;
	width:530px;
}
#components .product-points .product-e3z-2 .pic-1{
	position: absolute;
	right:0;
	top:100px;
	width:370px;
}
#components .product-points .product-e3z-2 .pic-2{
	width:510px;
}

#components .product-points .product-e3z-3{
	display:flex;
	justify-content:space-between;
	margin-top:7rem;
}
#components .product-points .product-e3z-3 .left{
	display:flex;
	flex-direction:column; 
	margin-top:6rem;
}
#components .product-points .product-e3z-3 .left .txt{
	order:1;
	margin-top:4rem;
}
#components .product-points .product-e3z-3 .left .picture{
	width:370px;
}
#components .product-points .product-e3z-3 .right{
	display:flex;
	flex-direction: column;
	align-items: flex-end;
}
#components .product-points .product-e3z-3 .right .txt{
	width:480px;
}
#components .product-points .product-e3z-3 .right .txt-1{
	margin-bottom:12rem;
}
#components .product-points .product-e3z-3 .right .picture{
	width:510px;
}
#components .product-points .product-e3z-3 .right .txt-2{
	margin-top:5rem;
}
@media (max-width: 768px){
	#components .page-product-mv.product-mv-e3z .kv-txt{
		bottom:15%;
	}
	#components .page-product-info-section.info-e3z .info-flex .text{
		width:100%;
	}
	#components .product-points .product-e3z-1{
		margin-bottom:5rem;
	}
	#components .product-points .product-e3z-1 .txt p br{
		display:none;
	}
	#components .product-points .product-e3z-2 .txt{
		margin-bottom:3rem;
		width:100%;
	}
	#components .product-points .product-e3z-2 .pic-1{
		position: inherit;
		top:inherit;
		right:inherit;
	}
	#components .product-points .product-e3z-2 .pic-2{
		width:100%;
		margin-top:3rem;
	}
	#components .product-points .product-e3z-3{
		margin-top:4rem;
		display:block;
	}
	#components .product-points .product-e3z-3 .left{
		margin-top:0;
		display:block;
	}
	#components .product-points .product-e3z-3 .left .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-e3z-3 .right{
		margin-top:4rem;
	}
	#components .product-points .product-e3z-3 .right .txt-1{
		margin-bottom:3rem;
		width:100%;
	}
	#components .product-points .product-e3z-3 .right .picture{
		width:100%;
	}
	#components .product-points .product-e3z-3 .right .txt-2{
		width:100%;
		margin-top:3rem;
	}
}

#components .page-product-mv.product-mv-e3zg .kv-txt{
	transform: translateY(0);
	top:16%;
}
#components .page-product-mv.product-mv-e3zg .kv-txt span{
    display: block;
	font-size:2rem;
	line-height:2.8rem;
	color:#000;
	margin-bottom:1.5rem;
}
#components .page-product-mv.product-mv-e3zg .kv-txt span em{
	display:inline-block;
	font-size:1.8rem;
	line-height:2.8rem;
	color:#fff;
	background-color:#d60c0c;
	padding:0 10px;
	margin-right:10px;
}
#components .product-points .product-e3zg-2 .txt{
	width:460px;
}

@media (max-width: 768px){
	#components .page-product-mv.product-mv-e3zg .kv-txt{
		top:14%;
	}
	#components .page-product-mv.product-mv-e3zg .kv-txt span{
		font-size:1.6rem;
	}
	#components .page-product-mv.product-mv-e3zg .kv-txt span em{
		font-size:1.4rem;
	}
	#components .product-points .product-e3zg-2 .txt{
		width:100%;
	}
}

#components .mb0{
	margin-bottom:0!important;
}


#components .page-product-mv.product-mv-e5csl .kv-txt .txt-cont h1{
	margin-bottom:1rem;
}
#components .page-product-mv.product-mv-e5csl .kv-txt .txt-cont h2{
	margin-bottom:0;
}
#components .product-e5cls-info .product-info{
	margin-bottom:4rem;
}
#components .product-e5cls-info .info-list ul{
	display:flex;
	justify-content:space-between;
}
#components .product-points .product-e5csl-1{
	display:flex;
	justify-content: space-between;
}
#components .product-points .product-e5csl-1 h4{
	font-weight:400;
}
#components .product-points .product-e5csl-1 .picture{
	width:370px;
}
#components .product-points .product-e5csl-2{
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top:-24rem;
}
#components .product-points .product-e5csl-2 .picture{
	width:510px;
	order:0;
}
#components .product-points .product-e5csl-2 .txt{
	order:1;
	width:370px;
}
#components .product-points .product-e5csl-3{
	display:flex;
	justify-content: space-between;
	margin-top:13rem;
}
#components .product-points .product-e5csl-3 .picture{
	width:510px;
}

@media (max-width: 768px){
	#components .page-product-mv.product-mv-e5csl .kv-txt{
		top:inherit;
		transform: translateY(0);
		bottom:25%;
	}
	#components .page-product-mv.product-mv-e5csl .kv-txt .txt-cont h1{
		margin-bottom:.5rem;
	}
	
	#components .product-e5cls-info .product-info{
		margin-bottom:2rem;
	}
	#components .product-e5cls-info .info-list ul{
		display:block;
	}
	#components .product-e5cls-info .info-list ul li{
		margin-bottom:2rem;
	}
	#components .product-e5cls-info .info-list ul li:last-child{
		margin-bottom:0rem;
	}
	#components .product-points .product-e5csl-1{
		display:block;
	}
	#components .product-points .product-e5csl-1 .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-e5csl-1 .picture{
		width:100%;
	}
	#components .product-points .product-e5csl-2{
		display:block;
		margin-top:5rem;
	}
	#components .product-points .product-e5csl-2 .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-e5csl-2 .picture{
		width:100%;
	}
	#components .product-points .product-e5csl-3{
		display:block;
		margin-top:5rem;
	}
	#components .product-points .product-e5csl-3 .txt{
		margin-bottom:3rem;
	}
	#components .product-points .product-e5csl-3 .picture{
		width:100%;
	}
	
}
