@charset "utf-8";

.c-speclist {
	display: flex;
	justify-content: space-between;
}

.c-speclist__inner {
	width: 47.8%;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.c-speclist__inner-head {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-size: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}

.c-speclist__inner-list {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.c-speclist__inner-list-item {
	padding: 3px 6px 2px;
	font-size: 28px;
	text-align: center;
}

.c-speclist__inner-list-item--black {
	background-color: #000;
	color: #FFF;
}

.c-boldletter {
	margin: 8px 0 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.c-linkWithImage__image {
	aspect-ratio: auto;
}

@media screen and (max-width: 600px) {
	.c-boldletter br {
		display: none;
	}
}
