.offme-static-main {
	box-sizing: border-box;
	width: min(100% - 32px, 940px);
	margin: 28px auto 64px;
	padding: 0;
	color: #222;
	font-family: "Noto Sans JP", sans-serif;
}

.offme-static-breadcrumb {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
	color: #666;
	font-size: 13px;
}

.offme-static-breadcrumb a {
	color: #0969a8;
}

.offme-static-heading {
	margin-bottom: 26px;
	padding: 32px 38px 0;
	background:
		radial-gradient(circle at 72% 70%, rgba(247, 63, 229, .68) 0 10%, transparent 11%),
		radial-gradient(circle at 58% -10%, rgba(241, 190, 153, .85) 0 32%, transparent 33%),
		linear-gradient(125deg, rgba(236, 41, 202, .74), rgba(83, 174, 137, .72) 36%, rgba(136, 22, 116, .76) 66%, rgba(214, 224, 32, .72));
	background-color: #f3f3f3;
	overflow: hidden;
}

.offme-static-heading .offme-mock-archive-title {
	margin: 0;
	padding: 0;
	color: #111;
	font-size: clamp(28px, 5vw, 42px);
	font-weight: 900;
	line-height: 1.25;
}

.offme-static-heading p {
	margin: 8px 0 24px;
	font-size: 15px;
	font-weight: 700;
}

.offme-static-heading .offme-mock-rainbow-line {
	margin-inline: -38px;
}

.offme-static-summary,
.offme-static-history,
.offme-static-contact-note {
	margin: 0 0 28px;
	padding: 20px 22px;
	background: #f7f7f7;
	line-height: 1.9;
}

.offme-static-main .offme-mock-band {
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0 20px;
	padding: 13px 18px;
	background: #333;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
}

.offme-static-metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 0;
}

.offme-static-metrics > div {
	padding: 22px 14px;
	border: 1px solid #ddd;
	border-top: 5px solid #ef3aa4;
	background: #fff;
	text-align: center;
}

.offme-static-metrics dt {
	margin-bottom: 8px;
	color: #555;
	font-size: 14px;
	font-weight: 700;
}

.offme-static-metrics dd {
	margin: 0;
	font-size: clamp(27px, 4vw, 40px);
	font-weight: 900;
	line-height: 1.2;
}

.offme-static-metrics dd span {
	margin-left: 4px;
	font-size: 14px;
}

.offme-static-company {
	margin: 0;
	border-top: 1px solid #ddd;
}

.offme-static-company > div {
	display: grid;
	grid-template-columns: minmax(130px, 28%) 1fr;
	border-bottom: 1px solid #ddd;
}

.offme-static-company dt,
.offme-static-company dd {
	margin: 0;
	padding: 16px 18px;
}

.offme-static-company dt {
	background: #f4f4f4;
	font-weight: 700;
}

.offme-static-content {
	margin-top: 32px;
	font-size: 15px;
	line-height: 1.85;
	overflow-wrap: anywhere;
}

.offme-static-content h2:not(.offme-mock-band),
.offme-static-content h3 {
	margin: 30px 0 14px;
	line-height: 1.5;
}

.offme-static-content img,
.offme-static-content iframe {
	max-width: 100%;
	height: auto;
}

.offme-static-content table {
	width: 100%;
	border-collapse: collapse;
}

.offme-static-content th,
.offme-static-content td {
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	vertical-align: top;
}

.offme-static-content th {
	width: 28%;
	background: #f4f4f4;
	text-align: left;
}

.offme-search-form {
	margin: 28px 0;
	padding: 22px;
	background: #f4f4f4;
}

.offme-search-form label {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.offme-search-form > div {
	display: flex;
	gap: 10px;
}

.offme-search-form input {
	box-sizing: border-box;
	min-width: 0;
	flex: 1;
	padding: 12px 14px;
	border: 1px solid #999;
	background: #fff;
	font-size: 16px;
}

.offme-search-form button {
	padding: 10px 24px;
	border: 0;
	background: #333;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.offme-search-count {
	margin: 24px 0 14px;
	font-weight: 700;
}

.offme-search-results {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ddd;
}

.offme-search-results li {
	padding: 22px 4px;
	border-bottom: 1px solid #ddd;
}

.offme-search-results h2 {
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 1.5;
}

.offme-search-results p {
	margin: 0;
	color: #555;
	line-height: 1.75;
}

.offme-static-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.offme-static-pagination a,
.offme-static-pagination span {
	display: block;
	padding: 8px 12px;
	border: 1px solid #ccc;
}

.offme-static-pagination .current {
	border-color: #333;
	background: #333;
	color: #fff;
}

.offme-static-empty {
	padding: 28px;
	border: 1px solid #ddd;
	text-align: center;
}

.offme-static-link-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offme-static-link-grid a {
	display: block;
	padding: 16px 12px;
	border: 1px solid #ddd;
	background: #fff;
	color: #0969a8;
	font-weight: 700;
	text-align: center;
}

@media (max-width: 700px) {
	.offme-static-main {
		width: min(100% - 20px, 940px);
		margin-top: 18px;
	}

	.offme-static-heading {
		padding: 24px 20px 0;
	}

	.offme-static-heading .offme-mock-rainbow-line {
		margin-inline: -20px;
	}

	.offme-static-metrics,
	.offme-static-link-grid {
		grid-template-columns: 1fr;
	}

	.offme-static-company > div {
		grid-template-columns: 1fr;
	}

	.offme-static-company dt {
		padding-bottom: 8px;
	}

	.offme-static-company dd {
		padding-top: 8px;
	}

	.offme-search-form > div {
		align-items: stretch;
		flex-direction: column;
	}

	.offme-static-content table,
	.offme-static-content tbody,
	.offme-static-content tr,
	.offme-static-content th,
	.offme-static-content td {
		display: block;
		width: auto;
	}
}
