/*common*/
img {
	max-width: 100%;
}
/*company_01*/
#company_01 .imgwrp {
	padding: 50px 0;
}
#company_01 h1 {
	font-size: 21px;
    font-weight: 600;
    color: #f7660e;
    line-height: 25px;
}
#company_01 p {
	font-size: 15px;
	color: #444;
}
#company_01 h3 {
	font-size: 16px;
    font-weight: 600;
    color: #292929;
    line-height: 25px;
}
#company_01 .sign {
	font-size: 16px;
    color: #292929;
}
#company_01 .sign strong{
	font-size: 1.5em;
	font-weight: 500; 
	font-style: italic;
	letter-spacing: 0.2em;
}
@media (max-width:768px) {
	#company_01 h1 {
		font-size: 15px;
	}
	#company_01 p {
		font-size: 13px;
		line-height: 20px;
	}
	#company_01 h3 {
		font-size: 13px;
		line-height: 21px;
	}
	#company_01 .sign {
		font-size: 13px;
	}
}