@charset "UTF-8";

.p-news {
	width: var(--width-contents);
	margin-inline: auto;
	margin-top: 100px;
}

.p-news > section + section {
	margin-top: 80px;
}

.p-news .c-heading2 {
	margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
	.p-news {
		margin-top: calc(6 * var(--base-unit));
	}
	.p-news > section + section {
		margin-top: calc(4 * var(--base-unit));
	}
	.p-news .c-heading2 {
		margin-bottom: 0;
	}
}