/* The home page uses the exact article-index list markup on narrow screens. */
.hogoken-home-article-list-mobile { display: none; }
@media (max-width:700px) {
	.hogoken-home-article-grid { display: none; }
	.hogoken-home-article-list-mobile { display: block; }
	.hogoken-home-more { margin-top: 16px; }
	.hogoken-home-article-list-mobile .hogoken-article-list-item:nth-child(n+4) { display:none; }
	.hogoken-home-article-list-mobile .hogoken-article-list-item h3 { font-weight: 500; }
}
