@charset "Shift_JIS";
/*---------------
2022.10.31
------------------*/
.caution.justify::after {
	content: '';
	display: block;
	clear: both;
}
.caution.justify > li {
	float: left;
	width: 20%;
}
.caution.justify > li:not(:nth-child(4n)) {
	margin-right: 10px;
}