/*common*/
img {
	max-width: 100%;
}
/*company_03*/
#company_03 h1 {
	font-size: 21px;
    font-weight: 600;
    color: #f7660e;
    line-height: 25px;
}
#company_03 p {
	font-size: 15px;
	color: #444;
}
#company_03 h3 {
	font-size: 16px;
    font-weight: 600;
    color: #292929;
    line-height: 25px;
}
@media (max-width:768px) {
	#company_03 h1 {
		font-size: 15px;
	}
	#company_03 p {
		font-size: 13px;
		line-height: 20px;
	}
	#company_03 h3 {
		font-size: 13px;
		line-height: 21px;
	}
}