
 /* TABLET Device */
@media all and (max-width:1200px){
	
	.sub01-01 p:nth-child(2) {font-size: 27px;}
	.sub01-01 p {font-size: 16px;}
	

	
}


 /* Mobile Device */
@media all and (max-width:640px){
	
	.sub01-01 {background-size: 70% auto;}
	.sub01-01 p {font-size: 14px;line-height: 1.6;font-weight: 400;margin-bottom: 12px;}
	
	

}