/* ===== RESET & BASE ===== */
.rob {
	line-height: 1.8;
	color: #333;
}

.rob *,
.rob *::before,
.rob *::after {
	box-sizing: border-box;
}

.rob img {
	max-width: 100%;
	height: auto;
	display: block;
}

.rob a {
	color: inherit;
	text-decoration: none;
}

/* テーマ側の共通CSS（#contRight > article 配下の h3/section/table 等）が
   IDセレクタで優先度が高く、無指定だと打ち消されるため、
   このパーシャル内で明示的に使うプロパティは !important で確定させる。 */

/* テーマの section p img { margin: 20px 3px } を打ち消す */
.rob p img:not(.rob-dept-icon) {
	margin: 0 !important;
}

/* ===== SECTION ===== */
.rob-section {
	padding: 40px 0 !important;
	margin: 0 !important;
	line-height: inherit !important;
	width: auto !important;
}

.rob-section + .rob-section {
	border-top: 1px solid #e0e4e8;
}

.rob-section > *:last-child {
	margin-bottom: 0 !important;
}

.rob-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #1a95d7;
	margin-bottom: 8px;
	line-height: 1.5 !important;
}

.rob-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #0d2340 !important;
	line-height: 1.4 !important;
	margin-bottom: 12px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.rob-title em {
	color: #1a8fe3;
	font-style: normal;
}

.rob-divider {
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #00c8e0, #1a8fe3);
	border-radius: 2px;
	margin-bottom: 16px;
}

.rob-highlight {
	color: #00c8e0;
	font-weight: 700;
}

.rob-body {
	font-size: 14px;
	color: #555;
	line-height: 1.85 !important;
	margin-bottom: 16px !important;
}

.rob-note {
	font-size: 12px;
	color: #888;
	margin-top: 20px;
	margin-bottom: 0 !important;
	line-height: 1.6 !important;
}

/* ===== OVERVIEW ===== */
.rob-overview {
	background: linear-gradient(rgba(10, 22, 40, 0.82), rgba(10, 22, 40, 0.88)), url('../parts/images/hero-bg.jpeg') center/cover no-repeat;
	color: #fff;
	border-radius: 8px;
	padding: 32px 28px;
}

.rob-overview-tag {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
	color: #00c8e0;
	margin-bottom: 12px !important;
	line-height: 1.5 !important;
}

.rob-overview-heading {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	line-height: 1.5 !important;
	margin-bottom: 16px !important;
}

.rob-overview-lead {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.85 !important;
	margin-bottom: 24px !important;
}

.rob-overview-lead strong {
	color: #00c8e0;
}

.rob-overview-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #1a8fe3;
	color: #fff !important;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 18px;
	border-radius: 6px;
	margin-bottom: 24px;
	text-decoration: none !important;
}

.rob-overview-cta:hover {
	background: #1580b8;
}

.rob-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.rob-stat {
	flex: 1 1 140px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 16px;
	text-align: center;
}

.rob-stat-num {
	font-size: 36px;
	font-weight: 700;
	color: #00c8e0;
	line-height: 1.1;
}

.rob-stat-sub {
	font-size: 16px;
	vertical-align: baseline;
	margin-left: 2px;
}

.rob-stat-unit {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.45);
	letter-spacing: 0.04em;
	margin-top: 2px;
}

.rob-stat-desc {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
	margin-top: 4px;
}

/* ===== ABOUT / FEATURES ===== */
.rob-features {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

.rob-feature {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	background: #f5f7fa;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	padding: 16px;
}

.rob-feature-icon {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1a8fe3, #00c8e0);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.rob-feature-icon img {
	width: 24px !important;
	height: 24px !important;
	display: block !important;
}

.rob-feature-name {
	font-size: 14px;
	font-weight: 700;
	color: #0d2340;
	margin-bottom: 4px;
	line-height: 1.4 !important;
}

.rob-feature-text {
	font-size: 13px;
	color: #555;
	line-height: 1.75 !important;
	margin-bottom: 0 !important;
}

.rob-about-image {
	width: fit-content;
	margin: 0 auto 20px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.rob-about-badge {
	position: absolute;
	bottom: 16px;
	right: 16px;
	background: rgba(10, 22, 40, 0.85);
	color: #fff;
	padding: 12px 16px;
	border-radius: 8px;
	text-align: center;
	border: 1px solid rgba(0, 200, 224, 0.3);
}

.rob-about-badge-num {
	font-size: 2rem;
	font-weight: 700;
	color: #00c8e0;
	line-height: 1.1;
}

.rob-about-badge-text {
	font-size: 0.75rem;
	margin-top: 4px;
	opacity: 0.8;
}

/* ===== LEADERS VOICE / DIRECTOR ===== */
.rob-director {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 0;
	border: 1px solid #e0e4e8;
	border-radius: 10px;
	overflow: hidden;
}

.rob-director-photo {
	background: #0a1628;
	padding: 28px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.rob-director-photo img {
	width: 140px;
	height: 170px;
	object-fit: cover;
	object-position: top center;
	border-radius: 8px;
	border: 2px solid rgba(0, 200, 224, 0.3);
	margin-bottom: 14px;
}

.rob-director-tag {
	background: #00c8e0;
	color: #0a1628;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 3px 10px;
	border-radius: 2px;
	margin-bottom: 8px;
	line-height: 1.5 !important;
}

.rob-director-name {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1.4 !important;
}

.rob-director-titles {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.8 !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 10px;
}

.rob-director-message {
	padding: 24px;
	background: #f9fafb;
}

.rob-director-sublabel {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #00c8e0;
	margin-bottom: 14px;
	line-height: 1.4 !important;
}

.rob-director-quote {
	font-size: 15px;
	font-weight: 700;
	color: #0d2340;
	line-height: 1.6 !important;
	margin-bottom: 16px !important;
	padding-bottom: 14px;
	border-bottom: 1px solid #e0e4e8;
}

.rob-director-text {
	font-size: 13px;
	color: #555;
	line-height: 1.95 !important;
	margin-bottom: 12px !important;
}

.rob-director-stats {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #e0e4e8;
	flex-wrap: wrap;
	justify-content: center;
}

.rob-dstat {
	text-align: center;
}

.rob-dstat-num {
	font-size: 28px;
	font-weight: 700;
	color: #1a8fe3;
	line-height: 1.1;
}

.rob-dstat-num span {
	font-size: 14px;
}

.rob-dstat-label {
	font-size: 11px;
	color: #888;
	margin-top: 2px;
}

/* ===== GALLERY ===== */
.rob-gallery {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.rob-gallery-wide {
	border-radius: 8px;
	overflow: hidden;
}

.rob-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}

.rob-gallery-item {
	border-radius: 6px;
	overflow: hidden;
}

.rob-gallery-item img {
	width: 100%;
	height: 120px !important;
	object-fit: cover;
}

/* ===== SYSTEM ===== */
.rob-system-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.rob-sys-card {
	background: #f5f7fa;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	overflow: hidden;
}

.rob-sys-img {
	width: 100%;
	height: 140px !important;
	object-fit: contain;
	background-color: white;
}

.rob-sys-body {
	padding: 16px;
}

.rob-sys-name {
	font-size: 14px;
	font-weight: 700;
	color: #0d2340;
	margin-bottom: 6px;
	line-height: 1.4 !important;
}

.rob-sys-text {
	font-size: 13px;
	color: #555;
	line-height: 1.75 !important;
	margin-bottom: 0 !important;
}

/* ===== DISEASES ===== */
.rob-disease-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.rob-disease-dept {
	background: #f5f7fa;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	padding: 16px;
}

.rob-disease-wide {
	grid-column: span 2;
}

.rob-dept-icon {
	width: 20px !important;
	height: 20px !important;
	display: inline-block !important;
	vertical-align: text-bottom;
	margin: 0!important;
	margin-right: 10px !important;
	margin-bottom: 0 !important;
}

.rob-disease-dept {
	position: relative;
	padding-left: 16px;
}

.rob-dept-name {
	font-size: 14px;
	font-weight: 700;
	color: #0d2340;
	margin-bottom: 10px;
	line-height: 1.4 !important;
}

.rob-dept-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.rob-dept-tag {
	font-size: 12px;
	background: #e8f2fa;
	color: #0e4b8f;
	padding: 4px 10px;
	border-radius: 12px;
	white-space: nowrap;
}

/* ===== RESULTS ===== */
.rob-year-tabs {
	display: flex;
	gap: 4px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.rob-year-tab {
	font-size: 12px;
	font-weight: 600;
	padding: 6px 14px;
	border-radius: 6px;
	border: 1px solid #e0e4e8 !important;
	background: #fff !important;
	color: #555 !important;
	cursor: pointer;
	text-decoration: none !important;
	line-height: 1.4 !important;
}

.rob-year-tab.active {
	background: #0d2340 !important;
	color: #fff !important;
	border-color: #0d2340 !important;
}

.rob-year-panel {
	display: none;
}

.rob-year-panel.active {
	display: block;
}

.rob-year-total {
	text-align: center;
	margin-bottom: 20px;
	padding: 16px;
	background: #f5f7fa;
	border-radius: 8px;
}

.rob-big {
	font-size: 40px;
	font-weight: 700;
	color: #0d2340;
	line-height: 1;
}

.rob-unit {
	font-size: 18px;
	font-weight: 700;
	color: #0d2340;
	margin-left: 2px;
}

.rob-total-label {
	font-size: 12px;
	color: #888;
	margin-left: 8px;
}

.rob-dept-results {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.rob-dept-result {
	background: #f9fafb;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	padding: 14px;
}

.rob-dept-result-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 10px;
}

.rob-dept-rname {
	font-size: 13px;
	font-weight: 700;
	color: #0d2340;
}

.rob-dept-rtotal {
	font-size: 20px;
	font-weight: 700;
	color: #1a8fe3;
}

.rob-dept-rtotal span {
	font-size: 12px;
	font-weight: 400;
	color: #888;
}

.rob-proc-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rob-proc-row {
	display: flex;
	align-items: baseline;
	gap: 4px;
}

.rob-proc-name {
	font-size: 12px;
	color: #555;
	flex: 1;
	line-height: 1.4 !important;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 2px;
}

.rob-proc-bar-wrap {
	display: none;
}

.rob-proc-count {
	font-size: 13px;
	font-weight: 700;
	color: #0d2340;
	flex-shrink: 0;
	padding-bottom: 2px;
}

/* ===== TREND CHART ===== */
.rob-trend {
	margin-top: 24px;
	padding: 20px;
	background: #f9fafb;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
}

.rob-trend-title {
	font-size: 14px;
	font-weight: 700;
	color: #0d2340;
	margin-bottom: 4px;
	line-height: 1.4 !important;
}

.rob-trend-sub {
	font-size: 12px;
	color: #888;
	margin-bottom: 20px;
	line-height: 1.4 !important;
}

.rob-trend-chart {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	height: 200px;
	padding-bottom: 40px;
	position: relative;
}

.rob-trend-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.rob-trend-stack {
	display: flex;
	flex-direction: column-reverse;
	width: 80px;
}

.rob-tbar {
	width: 100%;
}

.rob-c-uro { background: #1a6ed8; }
.rob-c-gi { background: #e8720c; }
.rob-c-thorax { background: #2ebd7a; }
.rob-c-gyne { background: #c94fcf; }

.rob-trend-total {
	font-size: 11px;
	font-weight: 600;
	color: #555;
	margin-top: 6px;
	white-space: nowrap;
}

.rob-trend-year {
	font-size: 12px;
	color: #888;
	margin-top: 2px;
}

.rob-trend-accent {
	color: #1a8fe3;
	font-weight: 700;
}

.rob-trend-legend {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
	flex-wrap: wrap;
}

.rob-legend-item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	color: #555;
}

.rob-legend-dot {
	width: 10px;
	height: 10px;
	border-radius: 2px;
}

/* ===== TEAM ===== */
.rob-team-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.rob-team-card {
	background: #f5f7fa;
	border: 1px solid #e0e4e8;
	border-radius: 8px;
	padding: 20px;
}

.rob-team-icon {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1a8fe3, #00c8e0);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}

.rob-team-icon img {
	width: 28px !important;
	height: 28px !important;
	display: block !important;
}



.rob-team-name {
	font-size: 14px;
	font-weight: 700;
	color: #0d2340;
	margin-bottom: 8px;
	line-height: 1.4 !important;
}

.rob-team-text {
	font-size: 13px;
	color: #555;
	line-height: 1.75 !important;
	margin-bottom: 0 !important;
}

/* ===== CTA ===== */
.rob-cta {
	background: linear-gradient(135deg, #e8f2fa, #d6e8f5) !important;
	color: #333;
	text-align: center;
	padding: 48px 28px !important;
	border-radius: 8px;
	border-top: none !important;
	margin-bottom: 40px!important;
}

.rob-cta .rob-title {
	color: #0d2340 !important;
}

.rob-cta .rob-body {
	color: #555;
}

.rob-cta .rob-note {
	color: #888;
}

.rob-cta-btn {
	display: inline-block;
	background: #0e4b8f;
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	padding: 14px 40px;
	border-radius: 6px;
	text-decoration: none !important;
	margin-bottom: 20px;
}

.rob-cta-btn:hover {
	background: #0d3f7a;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
	.rob-overview {
		padding: 24px 18px;
	}

	.rob-overview-heading {
		font-size: 18px;
	}

	.rob-director {
		grid-template-columns: 1fr;
	}

	.rob-director-photo {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding: 20px 16px;
		text-align: left;
	}

	.rob-director-img {
		flex-shrink: 0;
	}

	.rob-director-photo img {
		width: 100px;
		height: 120px;
		margin-bottom: 0;
	}

	.rob-director-info {
		flex: 1;
		min-width: 0;
	}

	.rob-director-titles {
		border-top: none;
		padding-top: 0;
	}

	.rob-system-cards {
		grid-template-columns: 1fr;
	}

	.rob-sys-img {
		height: 180px !important;
		object-fit: cover;
	}

	.rob-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rob-disease-grid {
		grid-template-columns: 1fr;
	}

	.rob-disease-wide {
		grid-column: span 1;
	}

	.rob-dept-results {
		grid-template-columns: 1fr;
	}

	.rob-team-cards {
		grid-template-columns: 1fr;
	}

	.rob-contact-cards {
		grid-template-columns: 1fr;
	}

	.rob-trend-stack {
		width: 36px;
	}

	.rob-trend-chart {
		gap: 8px;
	}
}
