/*common*/
img {
	max-width: 100%;
}
@media (max-width:992px) {
	.mobile-none {
		display: none;
	}
}
/*company_01*/
#company_01 {
	background: url(../img/com1_bg.png) right bottom no-repeat;
}
#company_01 h1 {
	font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
	text-align: center;
}
#company_01 p {
	font-size: 13px;
    color: #333;
    line-height: 22px;
}
#company_01 p strong {
	color: #c90808;
}
#company_01 p strong.blue {
	color: #2b3481;
}
#company_01 p i {
	font-size: 16px;
    color: #333;
    font-weight: 600;
}
@media (min-width:992px){	
	#company_01 h1 {
		background: url(../img/tit-deco1.png) center top no-repeat;
		margin-bottom: 50px;
	}
}
@media (max-width:992px){	
	#company_01 {
		position: relative;
	}
	#company_01 .content_in {
		position: relative;
		z-index: 5;
	}
	#company_01 > span {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.9);
		left: 0;
		top: 0;
		z-index: 1;
	}
}