@charset "UTF-8";
/* ------------------------------
 数字でわかるソミック石川（PC）
------------------------------ */
.cms_block.fast-factsImg {
	margin-bottom: 48px;
}
.cms_block.fast-factsBlock {
	display: flex;
	margin-bottom: 10px;
}
.fast-factsBlock::after {
	content: none;
}
.fast-factsBlock .cms_image {
	margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
	.fast-factsBlock {
		flex-wrap: wrap;
		gap: 45px;
	}
}
/* ------------------------------
 数字でわかるソミック石川（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading h1 {
		font-size: 3rem;
		letter-spacing: -0.01em;
	}
	.cms_block.fast-factsImg {
		margin-bottom: 30px;
	}
	.fast-factsImg .cms_image {
		margin-bottom: 30px;
	}
	.fast-factsBlock {
		flex-direction: column;
		row-gap: 30px;
	}
}