@charset "UTF-8";
.rulesBox {}

.rulesBox_leftCol {
	float: left;
}

.rule {
	margin-bottom: 20px;
}

.rule_title {
	margin-bottom: 0.2em;
}

.rule_text {}

.rulesBox_rightCol {
	float: right;
}

.rulesBox_rightCol > img {}

.rule_list {
	margin: 1em 0 0;
}

.rule_list > li {}

.rule_list > li:first-child {}

.rule_list > li:nth-child(2n) {}


/* タブレット以下設定 */

@media screen and (max-width:989px) {
	.rulesBox {}
	.rulesBox_leftCol {}
	.rule {}
	.rule_title {}
	.rule_text {}
	.rulesBox_rightCol {}
	.rulesBox_rightCol > img {}
	.rule_list {}
	.rule_list > li {}
	.rule_list > li:first-child {}
	.rule_list > li:nth-child(2n) {}
}


/* スマホ設定 */

@media screen and (max-width:699px) {
	.rulesBox {
		margin-bottom: 15px;
	}
	.rulesBox_leftCol {}
	.rule {}
	.rule_title {}
	.rule_text {}
	.rulesBox_rightCol {
		text-align: center;
	}
	.rulesBox_rightCol > img {}
	.rule_list {}
	.rule_list > li {}
	.rule_list > li:first-child {}
	.rule_list > li:nth-child(2n) {}
}