/*
Theme Name: Kuifes Nishiki Child
Description: kuifes.com用のNishiki子テーマです。
Template: nishiki
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nishiki-kuifes
*/

.topBanner {
	display: flex;
	justify-content: space-between;
	gap: 6.25rem;
	list-style-type: none;
}

.topBanner li {
	width: 50%;
}

.topBanner li a {
	display: block;
}

.topBanner li img {
	display: block;
	width: 100%;
	height: auto;
}

.kuifes-topic-list__more {
	text-align: end;
}

@media screen and (max-width: 40rem) {
	.topBanner {
		gap: 3.125rem;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.topBanner li {
		width: 100%;
	}
}
