 
.kv{  
	background-image: url(../images/csr_sale/CSR.jpg); 
} 

.csr-sale p{margin-bottom:1.5rem}
.csr-sale .ol,.csr-sale .ol-2,.csr-sale .ul{padding:0 0 0 1.4rem;}
.csr-sale .ol > li{list-style: decimal;margin-bottom: 1.5rem;}
.csr-sale .ul > li{list-style: disc}
.csr-sale .ol-2{counter-reset: list;}
.csr-sale .ol-2 > li {
    list-style: none;
    position: relative;
    
}
.csr-sale .ol-2 > li > h4{
    font-size: 100%; 
} 
.csr-sale .ol-2 > li:before {
	counter-increment: list;
	content: counter(list, decimal) ") ";
	position: absolute;
	left: -2.5rem;
	width: 2rem;
	display: inline-block;
	text-align: right;
}
.csr-sale .icon-pdf{
	color: #367eb3;
	background-image: url(/global_common/common/images/icon/pdf-icon.png);
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: center right;
	padding-right: 1.8rem;
	padding-top: 0.3rem;
	padding-bottom: 0.4rem; 	
}
@media screen and (max-width:640px) {
	
	.kv{   
		background-image: url(../images/csr_sale/CSR-sp.jpg); 
	}  
}
 