/*common*/
img {
	max-width: 100%;
}
/*company_01*/
#company_01 .sub_box h2 {
	font-size: 22px;
    line-height: 1.4em;
    color: #ed1c24;
    margin-bottom: 5px;
    position: relative;
    vertical-align: middle;
    font-weight: 400;
}
#company_01 .sub_box h1 {
	font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    color: #1e1e1e;
    margin-bottom: 25px;
    position: relative;
    vertical-align: middle;
}
#company_01 p {
	font-size: 17px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 300;
}
#company_01 span.impot_st {
	font-weight: 400;
}
#company_01 span.impot_big {
	font-size: 1.2em;
	font-style: italic;
    color: #26333c;
    font-weight: 600;
    padding-bottom: 5px;
}
#company_01 .si_up {
	font-size:23px;
	margin-left:10px;
}
@media (min-width:991px){
    #company_01 .img_wrp {
		margin-top: -50px;
    }
}
@media (max-width:768px){
	#company_01 .sub_box h2 {
		font-size: 15px;
	}
	#company_01 .si_up {
		font-size:20px;
		margin-left:10px;
	}
    #company_01 .sub_box h1 {
        font-size: 17px;
        margin-bottom: 10px;
        word-break: keep-all;
    }
	#company_01 p {
		font-size: 13px;
	}
    #company_01 .img_wrp img {
        max-width: 200px;
    }
    #company_01 .com_ment img {
		max-width: 70%;
    }
}