@charset "UTF-8";

.main_wrap {
	background-image: url("../csr/img/img-compliance-back.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
}

.comp {
	max-width: 1020px;
	margin: 0 auto;
	border: 2px solid #f00;
	padding: 60px 60px 60px 70px;
	font-size: 16px;
	background: #fff;
}

.comp_list {
	list-style-type: decimal;
}

.comp_list > li {
	margin-top: 30px;
}

.comp_list > li:first-child {
	margin-top: 0px;
}

.comp_list_text {
}

.comp_sublist {
}

.comp_sublist > li {
	margin-top: 20px;
}

.comp_sublist > li h4 {
	font-weight: bold;
	color: #F00;
}

.comp_sublist > li p {
	padding-left: 2em;
}

.comp_group {
	text-align: right;
	margin-top: 30px;
}

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

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

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

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

	.comp {
		padding: 20px 15px 20px 35px;
		font-size: 14px;
		line-height: 1.7;
	}

	.comp_list {
	}

	.comp_list > li {
	}

	.comp_list > li:first-child {
	}

	.comp_list_text {
	}

	.comp_sublist {
	}

	.comp_sublist > li {
	}

	.comp_sublist > li h4 {
		font-weight: normal;
	}

	.comp_sublist > li p {
		padding-left: 0;
		margin-top: 5px;
	}

	.comp_group {
	}

}
