/* シードコムス通信 バックナンバー ― 2026-09-01 BRIDGE */

.tsushin-wrap {
	/* Avadaの見出し帯の直後に置くため、上に余白を必ず取る */
	padding-top: 56px;
	padding-bottom: 72px;
}

.tsushin-lead {
	max-width: 44em;
	margin: 0 auto 40px;
	line-height: 1.9;
	text-align: center;
}

.tsushin-lead p {
	margin: 0 0 0.8em;
}

/* ===== 続きの読み込み ===== */

.tsushin-more {
	margin: 44px 0 0;
	text-align: center;
	min-height: 3em; /* 読み込み中の文言が出ても位置が跳ねないように */
}

.tsushin-more__button {
	display: inline-block;
	padding: 12px 32px;
	border: 1px solid #333;
	border-radius: 3px;
	background: transparent;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
}

.tsushin-more__button:hover,
.tsushin-more__button:focus-visible {
	background: #333;
	color: #fff;
	text-decoration: none;
}

.tsushin-more__button[aria-busy="true"] {
	opacity: .55;
	cursor: progress;
}

.tsushin-more__status {
	margin: 12px 0 0;
	color: #777;
	font-size: 13px;
	min-height: 1.4em;
}

/* ===== 一覧 ===== */

.tsushin-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 32px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tsushin-card {
	margin: 0;
}

.tsushin-card a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.tsushin-card__shot {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 210 / 297;
	object-fit: cover;
	object-position: top center;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
	transition: box-shadow .2s ease, transform .2s ease;
}

.tsushin-card a:hover .tsushin-card__shot,
.tsushin-card a:focus-visible .tsushin-card__shot {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.16);
	transform: translateY(-2px);
}

.tsushin-card__shot--none {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 210 / 297;
	background: #f3f3f3;
	border: 1px dashed #c9c9c9;
	color: #999;
	font-size: 13px;
}

.tsushin-card__no {
	display: inline-block;
	margin: 12px 0 4px;
	font-weight: 700;
	letter-spacing: .02em;
}

.tsushin-card__ym {
	margin-left: .6em;
	color: #777;
	font-size: 13px;
	font-weight: 400;
}

.tsushin-card__title {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
}

/* ===== 各号のページ ===== */

.tsushin-single__head {
	margin-bottom: 28px;
	text-align: center;
}

.tsushin-single__no {
	display: inline-block;
	padding: 4px 14px;
	border-radius: 999px;
	background: #333;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
}

.tsushin-single__title {
	margin: 14px 0 6px;
	font-size: 24px;
	line-height: 1.5;
}

.tsushin-single__ym {
	margin: 0;
	color: #777;
	font-size: 14px;
}

.tsushin-pages {
	display: grid;
	gap: 28px;
	max-width: 900px;
	margin: 0 auto;
}

.tsushin-page {
	margin: 0;
}

.tsushin-page img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.tsushin-page figcaption {
	margin-top: 8px;
	color: #777;
	font-size: 13px;
	text-align: center;
}

.tsushin-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 36px 0 0;
}

.tsushin-btn {
	display: inline-block;
	padding: 12px 24px;
	border: 1px solid #333;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}

.tsushin-btn:hover,
.tsushin-btn:focus-visible {
	background: #000;
	border-color: #000;
	color: #fff;
	text-decoration: none;
}

.tsushin-btn--ghost {
	background: transparent;
	color: #333;
}

.tsushin-btn--ghost:hover,
.tsushin-btn--ghost:focus-visible {
	background: #333;
	color: #fff;
}

.tsushin-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	max-width: 900px;
	margin: 48px auto 0;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
}

.tsushin-nav a {
	text-decoration: none;
}

.tsushin-nav__spacer {
	flex: 1;
}

.tsushin-notice {
	max-width: 44em;
	margin: 0 auto;
	padding: 18px 20px;
	background: #f6f6f6;
	border-left: 4px solid #bbb;
	line-height: 1.8;
}

/* ===== 画面が狭いとき ===== */

@media (max-width: 640px) {
	.tsushin-wrap {
		padding-top: 36px;
		padding-bottom: 48px;
	}

	.tsushin-grid {
		grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
		gap: 24px 16px;
	}

	.tsushin-single__title {
		font-size: 20px;
	}

	.tsushin-actions .tsushin-btn {
		flex: 1 1 100%;
		text-align: center;
	}
}

/* この号の内容。見出しの下に置き、検索結果の説明文と同じ文を見せる */
.tsushin-single__desc {
	max-width: 40em;
	margin: 14px auto 0;
	color: #444;
	font-size: 15px;
	line-height: 1.9;
	text-align: left;
}
@media (max-width: 640px) {
	.tsushin-single__desc { font-size: 14px; line-height: 1.85; }
}


/* ---- 発行年の絞り込み ---------------------------------------------------- */

.tsushin-years {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin: 0 0 28px;
	padding: 16px 18px;
	background: #f6f7f6;
	border-radius: 8px;
}

.tsushin-years__label {
	font-size: 0.9rem;
	font-weight: 700;
	color: #333;
	white-space: nowrap;
}

.tsushin-years__list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tsushin-years__list li {
	margin: 0;
}

/* テーマのリンク色に負けないよう、詳細度で勝たせている（!important は使わない）。
   .tsushin-years .tsushin-years__item は 0-2-0 で、.elementor-kit-6 a（0-1-1）より強い。 */
.tsushin-years .tsushin-years__item {
	display: inline-block;
	padding: 7px 15px;
	border: 1px solid #d3d7d3;
	border-radius: 999px;
	background: #fff;
	color: #333;
	font-size: 0.88rem;
	line-height: 1.4;
	text-decoration: none;
}

.tsushin-years .tsushin-years__item:hover,
.tsushin-years .tsushin-years__item:focus-visible {
	border-color: #65bc7b;
	color: #2f7d47;
	text-decoration: none;
}

.tsushin-years .tsushin-years__item.is-current {
	border-color: #65bc7b;
	background: #65bc7b;
	color: #fff;
	font-weight: 700;
}

/* 指で触る端末では hover が残るため、押せることが分かる大きさを確保する */
@media (max-width: 640px) {
	.tsushin-years {
		padding: 14px;
	}

	.tsushin-years .tsushin-years__item {
		padding: 9px 14px;
	}
}
