@charset "utf-8";
/* responsiveulrc400103 */

@media only screen and (min-width: 768px) and (max-width: 991px){

	.ulrc400103 .text-content {
    	font-size: 15px !important;
		text-align: center;	
	}
	.ulrc400103 .image {
		width: 500px;
}
	.ulrc400103 .design-content {
		text-align: center;
		
}
}

@media only screen and (max-width: 768px){
	.ulrc400103 .text-content {
		text-align: center !important;
	}
	
	.ulrc400103 .design-content {
    padding: 15px 10px !important;
	}
	.ulrc400103 .head-line {
		font-size: 20px;
}
}

@media only screen and (min-width: 531px) and (max-width: 767px){
	.ulrc400103 .image {
		width: 400px;
}
	.ulrc400103 .design-content {
		text-align: center;
}	
}

@media only screen and (min-width: 480px) and (max-width: 530px) {
	.ulrc400103 .image {
		width: 400px;
}
	.ulrc400103 .design-content {
		text-align: center;
}	
}

@media only screen and (max-width: 479px){
	.ulrc400103 .image {
		width: 100%;	
}
	.ulrc400103 .design-content {
		padding: 15px 30px !important;
}
	.ulrc400103 .head-line {
		padding: 10px 0 0;
}
}