/* Shared advertising placeholder used only where the page context supports it. */
.hogoken-ad-placeholder {
	display: grid;
	min-height: 76px;
	margin: 42px auto;
	place-items: center;
	border-radius: 8px;
	background: #f4f5f4;
	color: #777d79;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .04em;
}

.hogoken-article-ad-placeholder { max-width: 760px; }
.hogoken-event-ad-placeholder { margin: 26px 0; }
.hogoken-products__ad { margin: 34px 0 42px; }

@media (max-width: 560px) {
	.hogoken-ad-placeholder { min-height: 62px; margin: 32px auto; }
	.hogoken-products__ad { margin: 28px 0 34px; }
	.hogoken-event-ad-placeholder { margin: 22px 0; }
}
