/*company_01*/
#company_01 .present-ment p{
	font-size: 17px;
	line-height: 28px;
	word-break: keep-all;
	font-weight: 400;
}
#company_01 h3 strong {
	font-size: 35px;
}
#company_01  .company01_img_wrp{
	position: relative;
	width: 400px;
	height: 461px;
	display: inline-block;
	top: 30px;
    left: 30px;
	background: url(../img/company01_img_wrp_pt.png);
	background-color: #fcfcfc
}
#company_01  .company01_img_wrp > img{
	position: absolute;
	left: -15px;
	top: -15px;
}
@media only screen and (max-width:479px){
	#company_01  .company01_img_wrp{
		background-color: #ddd;
		top: 15px;
    	left: 15px;
		width: initial;
		height: initial;
	}
	#company_01  .company01_img_wrp > img{
		position: relative;
		width: 100%;
	}
}