@charset "UTF-8";

/*通報範囲4つ*/
.illust-item {
	width: calc(100% / 4 - 10px);
}

@media screen and (max-width: 1079px) {
	.illust-item {
		width: calc(100% / 2 - 10px);
	}

	/*通報相談方法3つ*/
	.means-item:last-child {
		margin: 0 auto;
	}
}

@media screen and (max-width: 650px) {
	.illust-item {
		width: calc(100% / 2 - 5px);
	}
}
