@charset "utf-8";

.kifu-detail-list {
	display: flex;
	margin-bottom: .5rem
}
.kifu-detail-list>dt {
	width: 8em;
}
.kifu-detail-list>dd {
	width: calc(100% - 9em);
}

/* 寄付方法の選択カード */
.kifu2026-select {
	display: flex;
	gap: 1.5rem;
	margin: 1.5rem 0 2.5rem;
}
.kifu2026-card {
	display: flex;
	flex-direction: column;
	width: 50%;
	padding: 2rem 1.8rem;
	border: 2px solid #343434;
	border-radius: 1rem;
	background-color: #fff;
	text-decoration: none;
	color: #343434;
	transition: box-shadow .2s ease, transform .2s ease;
}
.kifu2026-card:hover, .kifu2026-card:focus-visible {
	box-shadow: 0 8px 20px rgba(52, 52, 52, .15);
	transform: translateY(-2px);
}
.kifu2026-card-label {
	font-size: 1.3rem;
	font-weight: 900;
	color: #802341;
	margin-bottom: .2rem;
}
.kifu2026-card-label-en {
	font-size: .85rem;
	letter-spacing: .05em;
	color: #a6768a;
	margin-bottom: 1rem;
}
.kifu2026-card-txt {
	flex: 1;
	font-size: .92rem;
	line-height: 1.8;
	margin-bottom: 1.5rem;
}
.kifu2026-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	border-radius: 999px;
	background-color: #802341;
	color: #fff;
	font-weight: 700;
	margin: 0;
}

/* 米国向け案内ページ */
.kifu2026-us-contents {
	max-width: 780px;
}
.kifu2026-us-lead {
	font-size: 1rem;
	line-height: 2;
	margin-bottom: 2rem;
}
.kifu2026-us-list {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}
.kifu2026-us-list > li {
	padding: 1.1rem 0;
	border-top: 1px solid #d8d1ce;
	line-height: 1.9;
	font-size: .95rem;
}
.kifu2026-us-list > li:last-child {
	border-bottom: 1px solid #d8d1ce;
}
.kifu2026-us-list a {
	color: #802341;
	text-decoration: underline;
	word-break: break-all;
}
.kifu2026-us-divider {
	margin: 3rem 0;
	border: none;
	border-top: 2px dashed #d8d1ce;
}
.kifu2026-us-link {
	color: #802341;
	text-decoration: underline;
	word-break: break-all;
}
.kifu2026-us-back {
	margin-top: 3rem;
	text-align: center;
}

@media screen and (max-width: 600px) {
	.kifu2026-select {
		flex-direction: column;
	}
	.kifu2026-card {
		width: 100%;
	}
}
