@charset "UTF-8";

.main_wrap {
	padding-bottom: 27%;
	background: url("../company/img/img-compliance.jpg") bottom no-repeat;
	background-size: 100% auto;
}

.compliance {
	text-align: center;
}

.compliance_ttl {
	margin-bottom: 40px;
	color: #F00;
	font-size: 18px;
}

.compliance_catch {

	/* margin-bottom: 40px; */
	color: #F00;
	font-size: 30px;
}

.compliance_text {
	margin-top: 40px;
	font-size: 14px;
	line-height: 2.5;
}

@media screen and (max-width:1230px) {
}

@media screen and (max-width:1030px) {
	.compliance {
	}

	.compliance_ttl {
	}

	.compliance_catch {
	}

	.compliance_text {
	}

}

@media screen and (min-width:641px) {
}

@media screen and (max-width:640px) {
	.compliance {
	}

	.compliance_ttl {
		margin-bottom: 20px;
	}

	.compliance_catch {
		font-size: 20px;
	}

	.compliance_text {
		margin-top: 20px;
		line-height: 1.8;
	}

}
