/* ---------- TOPページ・鉄道パスの基礎知識 ---------- */
.pass-h4 {
	font-weight: bold;
}
.pass-country-list {
	display: grid;
}
.pass-country-link {
	display: block;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #558FC9;
	text-align: center;
	text-decoration: underline;
	padding-block-end: 5px;
}
.pass-country-image {
	display: block;
}
.pass-buttons {
	display: grid;
}
.pass-button {
	background-color: #156A9A;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.pass-button-accent-text {
	color: #FFDF03;
}
.pass-button-bottom-text {
	text-indent: -1em;
	padding-inline-start: 1em;
	&::before {
		content: "■";
	}
}
.pass-button-bottom-text-link {
	color: #558FC9;
	text-decoration: underline;
}
@media (width < 768px) {
	.pass-h4 {
		line-height: 24px;
		margin-block-start: 20px;
		margin-block-end: 10px;
	}
	.pass-text {
		line-height: 24px;
	}
	.pass-country-list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 22px;
		row-gap: 28px;
		margin-block-start: 30px;
	}
	.pass-country-link {
		font-size: 18px;
	}
	.pass-country-image {
		margin-block-end: 10px;
	}
	.pass-buttons {
		gap: 38px;
		margin-block: 38px;
	}
	.pass-button {
		block-size: 75px;
		margin-inline: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	.pass-button-bottom-text {
		font-size: 14px;
		line-height: 22px;
		margin-block-start: 15px;
	}
	.pass-button-bottom-text-link {
		color: #558FC9;
		text-decoration: underline;
	}
}
@media (width >= 768px) {
	.pass-h4 {
		font-size: 18px;
		line-height: 27px;
		margin-block-start: 25px;
		margin-block-end: 8px;
	}
	.pass-text {
		font-size: 18px;
		line-height: 27px;
	}
	.pass-country-list {
		grid-template-columns: repeat(5, 214px);
		justify-content: center;
		column-gap: 24px;
		row-gap: 65px;
		margin-block-start: 54px;
	}
	.pass-country-link {
		font-size: 18px;
	}
	.pass-country-image {
		margin-block-end: 15px;
	}
	.pass-buttons {
		grid-template-columns: auto auto;
		justify-content: center;
		gap: 58px;
		margin-block: 80px;
	}
	.pass-button {
		inline-size: 460px;
		block-size: 130px;
		font-size: 20px;
		line-height: 31px;
	}
	.pass-button-bottom-text {
		inline-size: fit-content;
		margin-inline: auto;
		font-size: 14px;
		line-height: 24px;
		margin-block-start: 20px;
	}
}