@charset "UTF-8";
.rulesBox {}
.rulesBox_leftCol {
	width: calc(100% - 530px);
}
.rule {}
.rule_title {}
.rule_text {}
.rule_text > a {}
.rule_text > a::before {
	content: "";
}
.rule_text > a::after {
	content: "";
}
.rulesBox_rightCol {
	width: 490px;
}
.rulesBox_rightCol > img {
	display: block;
	max-width: 489px;
	margin: 0 auto;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:989px) {
	.rulesBox {}
	.rulesBox_leftCol {
		width: 50%;
	}
	.rule {}
	.rule_title {}
	.rule_text {}
	.rule_text > a {}
	.rule_text > a::before {}
	.rule_text > a::after {}
	.rulesBox_rightCol {
		width: 45.8%;
	}
	.rulesBox_rightCol > img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width:699px) {
	.rulesBox {}
	.rulesBox_leftCol {
		width: 100%;
	}
	.rule {}
	.rule_title {}
	.rule_text {}
	.rule_text > a {}
	.rule_text > a::before {}
	.rule_text > a::after {}
	.rulesBox_rightCol {
		width: 100%;
	}
	.rulesBox_rightCol > img {}
}
