@charset "utf-8";

#tokudai-panel {
	color: #333;
}

#tokudai-panel * {
	box-sizing: border-box;
}

#tokudai-panel a {
	text-decoration: none;
}

#tokudai-panel h2 {
	position: relative;
	margin: 0;
	padding: 18px 24px 18px 104px;
	border-radius: 16px;
	min-height: 88px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.3;
	color: #fff;
	background: linear-gradient(135deg, #0d2f6b 0%, #1f5db6 100%);
}

#tokudai-panel h2 img {
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 74px;
	height: auto;
}

#tokudai-panel h2 span {
	display: block;
}

#tokudai-panel h3 {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 3px solid #1f5db6;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.4;
	color: #183153;
}

#tokudai-panel h4 {
	margin: 0 0 12px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	color: #183153;
}

#tokudai-panel p {
	line-height: 1.9;
}

#tokudai-panel .tokudai-panel-inner {
	padding: 30px 0 10px;
}

#tokudai-panel .sc-hero {
	margin: 10px 0 24px;
	padding: 28px;
	border: 1px solid #d9e3f3;
	border-radius: 20px;
	background: #f7fbff;
}

#tokudai-panel .sc-eyebrow,
#tokudai-panel .sc-section-label {
	display: inline-block;
	margin: 0 0 12px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .08em;
	color: #1f5db6;
	background: #e6f0ff;
}

#tokudai-panel .sc-lead {
	margin: 18px 0 0;
	font-size: 16px;
}

#tokudai-panel .sc-hero-points {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .sc-hero-points li {
	float: left;
	width: 31.5%;
	margin: 0 2.75% 0 0;
	padding: 14px 16px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 93, 182, .08);
	font-weight: bold;
	line-height: 1.7;
}

#tokudai-panel .sc-hero-points li:last-child {
	margin-right: 0;
}

#tokudai-panel .sc-cta-row {
	margin: 20px 0 0;
}

#tokudai-panel .sc-cta {
	float: left;
	min-width: 210px;
	margin: 0 14px 0 0;
	padding: 14px 22px;
	border: 1px solid #bcd0f5;
	border-radius: 999px;
	font-weight: bold;
	text-align: center;
	color: #1f4c9c;
	background: #fff;
}

#tokudai-panel .sc-cta-primary {
	color: #fff;
	background: #1f5db6;
	border-color: #1f5db6;
}

#tokudai-panel .sc-anchor {
	margin: 0 0 10px;
}

#tokudai-panel .sc-anchor ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .sc-anchor li {
	float: left;
	width: 19%;
	margin: 0 1.25% 0 0;
}

#tokudai-panel .sc-anchor li:last-child {
	margin-right: 0;
}

#tokudai-panel .sc-anchor a {
	display: block;
	padding: 14px 12px;
	border-radius: 12px;
	font-weight: bold;
	text-align: center;
	color: #183153;
	background: #f0f5fb;
}

#tokudai-panel .sc-section {
	margin: 0 0 40px;
}

#tokudai-panel .sc-section-intro {
	margin: 0 0 22px;
	font-size: 15px;
}

#tokudai-panel .sc-card-grid,
#tokudai-panel .sc-scene-grid,
#tokudai-panel .sc-check-grid {
	margin: 0 -10px;
}

#tokudai-panel .sc-info-card,
#tokudai-panel .sc-scene-card,
#tokudai-panel .sc-check-card {
	float: left;
	margin: 0 10px 20px;
	padding: 22px;
	border: 1px solid #e1e8f4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(16, 44, 84, .06);
}

#tokudai-panel .sc-info-card {
	width: calc(50% - 20px);
	min-height: 240px;
}

#tokudai-panel .sc-card-note {
	margin: 14px 0 10px;
	font-weight: bold;
	color: #1f5db6;
}

#tokudai-panel .sc-link-btn {
	display: inline-block;
	margin-top: 8px;
	padding: 12px 20px;
	border: 1px solid #1f5db6;
	border-radius: 999px;
	font-weight: bold;
	line-height: 1.4;
	color: #1f5db6;
	background: #fff;
	box-shadow: 0 8px 18px rgba(31, 93, 182, .08);
	transition: all .2s ease;
}

#tokudai-panel .sc-link-btn:hover {
	color: #fff;
	background: #1f5db6;
}

#tokudai-panel .sc-section-accent {
	padding: 28px;
	border-radius: 22px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4fd 100%);
}

#tokudai-panel .sc-scene-card {
	width: calc(33.333% - 20px);
	min-height: 185px;
}

#tokudai-panel .sc-tip-list {
	margin: 0 0 22px;
}

#tokudai-panel .sc-tip-item {
	position: relative;
	margin: 0 0 16px;
	padding: 24px 24px 22px 92px;
	border: 1px solid #dbe6f8;
	border-radius: 18px;
	background: linear-gradient(135deg, #ffffff 0%, #f6f9ff 100%);
	box-shadow: 0 10px 24px rgba(16, 44, 84, .06);
}

#tokudai-panel .sc-tip-item:before {
	content: "POINT";
	position: absolute;
	top: 22px;
	left: 24px;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: linear-gradient(135deg, #0d2f6b 0%, #1f5db6 100%);
}

#tokudai-panel .sc-tip-item:after {
	content: "";
	position: absolute;
	left: 0;
	top: 18px;
	bottom: 18px;
	width: 5px;
	border-radius: 0 8px 8px 0;
	background: #1f5db6;
}

#tokudai-panel .sc-tip-item h4 {
	margin-bottom: 8px;
}

#tokudai-panel .sc-memo {
	padding: 22px 24px;
	border-radius: 18px;
	background: #183153;
	color: #fff;
}

#tokudai-panel .sc-memo h4 {
	color: #fff;
}

#tokudai-panel .sc-memo ul {
	margin: 12px 0 0 20px;
	padding: 0;
}

#tokudai-panel .sc-memo li {
	margin: 0 0 8px;
	line-height: 1.8;
}

#tokudai-panel .sc-ranking-list {
	margin: 0;
}

#tokudai-panel .sc-ranking-card {
	margin: 0 0 22px;
	padding: 24px;
	border: 1px solid #e1e8f4;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(16, 44, 84, .06);
}

#tokudai-panel .sc-ranking-thumb {
	position: relative;
	float: left;
	width: 240px;
}

#tokudai-panel .sc-ranking-thumb img {
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 16px;
	object-fit: cover;
}

#tokudai-panel .sc-rank-no {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
	width: 56px;
	height: 56px;
	margin: 0;
	border: 4px solid #fff;
	border-radius: 50%;
	font-size: 26px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #fff;
	background: #f28c28;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

#tokudai-panel .sc-ranking-body {
	float: right;
	width: 640px;
}

#tokudai-panel .sc-ranking-category {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .08em;
	color: #1f5db6;
}

#tokudai-panel .sc-badge-list {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .sc-badge-list li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: bold;
	color: #183153;
	background: #eef4fd;
}

#tokudai-panel .page {
	display: inline-block;
	margin: 18px 0 0;
	border-radius: 999px;
	font-size: 16px;
	font-weight: bold;
	background: #1f5db6;
}

#tokudai-panel .page a {
	display: block;
	padding: 13px 28px;
	color: #fff;
}

#tokudai-panel .sc-section-check {
	margin-bottom: 10px;
}

#tokudai-panel .sc-check-card {
	position: relative;
	width: calc(33.333% - 20px);
	min-height: 260px;
	padding-top: 26px;
	overflow: hidden;
}

#tokudai-panel .sc-check-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
}

#tokudai-panel .sc-check-card-design:before {
	background: #1f5db6;
}

#tokudai-panel .sc-check-card-operation:before {
	background: #3d7cda;
}

#tokudai-panel .sc-check-card-notice:before {
	background: #6aa2f0;
}

#tokudai-panel .sc-check-list {
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

#tokudai-panel .sc-check-list li {
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 0 34px;
	line-height: 1.8;
}

#tokudai-panel .sc-check-list li:before {
	content: "✓";
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #1f5db6;
}

#tokudai-panel .sc-check-list li span {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9e3f3;
}

#tokudai-panel .sc-check-list li:last-child span {
	border-bottom: none;
	padding-bottom: 0;
}

#tokudai-panel .sc-related-links {
	margin-top: 22px;
	padding: 26px 28px 10px;
	border-radius: 20px;
	background: #f7fbff;
	border: 1px solid #dbe6f8;
}

#tokudai-panel .sc-related-links h4 {
	margin-bottom: 16px;
}

#tokudai-panel .sc-related-grid {
	margin: 0 -8px;
}

#tokudai-panel .sc-related-card {
	float: left;
	width: calc(25% - 16px);
	margin: 0 8px 16px;
	padding: 18px;
	border-radius: 16px;
	background: #fff;
	border: 1px solid #d9e3f3;
	box-shadow: 0 8px 18px rgba(16, 44, 84, .06);
	color: #183153;
}

#tokudai-panel .sc-related-label {
	display: inline-block;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .08em;
	color: #1f5db6;
	background: #e8f0ff;
}

#tokudai-panel .sc-related-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.5;
}

#tokudai-panel .sc-related-card small {
	display: block;
	font-size: 13px;
	line-height: 1.7;
	color: #4f5f78;
}

#tokudai-panel .clearfix:after,
#tokudai-panel .sc-hero-points:after,
#tokudai-panel .sc-cta-row:after,
#tokudai-panel .sc-anchor ul:after,
#tokudai-panel .sc-card-grid:after,
#tokudai-panel .sc-scene-grid:after,
#tokudai-panel .sc-check-grid:after,
#tokudai-panel .sc-related-grid:after,
#tokudai-panel .sc-ranking-card:after,
#tokudai-panel .sc-badge-list:after {
	content: "";
	display: block;
	clear: both;
}

#tokudai-panel .sc-related-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(16, 44, 84, .10);
}

/* ---------------------------------
   イベント別カードの見た目調整
--------------------------------- */
#tokudai-panel .sc-scene-card {
	padding: 20px 22px 18px;
	min-height: 210px;
}

#tokudai-panel .sc-scene-card h4 {
	margin: 0 0 12px;
	font-size: 18px;
	line-height: 1.45;
	min-height: 52px;
	/* 2行見出しでも高さを揃える */
	letter-spacing: 0;
}

#tokudai-panel .sc-scene-card p {
	margin: 0;
	font-size: 15px;
	line-height: 1.85;
	color: #444;
}

/* セクション全体も少し締める */
#tokudai-panel .sc-section-accent {
	padding: 24px;
}

#tokudai-panel .sc-section-intro {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.9;
}

#tokudai-panel .sc-scene-card h4 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.45;
	min-height: 50px;
}

/* =================================
   SP layout
================================= */
@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}

	#container,
	#wrapper,
	#main {
		width: 100%;
		float: none;
	}

	#wrapper {
		padding: 0;
	}

	#sub1 {
		display: none;
	}

	#main {
		margin: 0;
		padding: 0;
	}

	#tokudai-panel {
		padding: 0 12px 24px;
	}

	#tokudai-panel .breadcrumb {
		margin-bottom: 10px;
	}

	#tokudai-panel .breadcrumb ul {
		padding: 0;
	}

	#tokudai-panel .breadcrumb li {
		font-size: 12px;
		line-height: 1.6;
	}

	#tokudai-panel .tokudai-panel-inner {
		padding: 20px 0 4px;
	}

	#tokudai-panel h2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		min-height: 0;
		padding: 16px 16px 16px 14px;
		border-radius: 14px;
		font-size: 25px;
		line-height: 1.35;
	}

	#tokudai-panel h2 img {
		position: static;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50px;
		flex: 0 0 50px;
		width: 50px;
		max-width: 50px;
		height: auto;
		margin: 0;
	}

	#tokudai-panel h2 span {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-width: 0;
	}

	#tokudai-panel h3 {
		margin-bottom: 14px;
		padding-bottom: 10px;
		font-size: 24px;
		line-height: 1.45;
	}

	#tokudai-panel h4 {
		font-size: 19px;
		line-height: 1.45;
	}

	#tokudai-panel p {
		line-height: 1.8;
	}

	#tokudai-panel .sc-hero {
		margin: 8px 0 18px;
		padding: 18px 14px;
		border-radius: 16px;
	}

	#tokudai-panel .sc-lead,
	#tokudai-panel .sc-section-intro,
	#tokudai-panel .sc-scene-card p,
	#tokudai-panel .sc-related-card small {
		font-size: 14px;
		line-height: 1.8;
	}

	#tokudai-panel .sc-hero-points {
		margin-top: 14px;
	}

	#tokudai-panel .sc-hero-points li,
	#tokudai-panel .sc-anchor li,
	#tokudai-panel .sc-info-card,
	#tokudai-panel .sc-scene-card,
	#tokudai-panel .sc-check-card,
	#tokudai-panel .sc-related-card {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	#tokudai-panel .sc-hero-points li {
		margin: 0 0 10px;
		padding: 12px 14px;
		font-size: 14px;
		line-height: 1.7;
	}

	#tokudai-panel .sc-cta-row {
		margin-top: 16px;
	}

	#tokudai-panel .sc-cta {
		float: none;
		display: block;
		min-width: 0;
		margin: 0 0 10px;
		padding: 13px 16px;
		font-size: 15px;
	}

	#tokudai-panel .sc-anchor {
		margin-bottom: 2px;
	}

	#tokudai-panel .sc-anchor li {
		margin: 0 0 8px;
	}

	#tokudai-panel .sc-anchor a {
		padding: 12px 14px;
		text-align: left;
		font-size: 14px;
	}

	#tokudai-panel .sc-section {
		margin-bottom: 28px;
	}

	#tokudai-panel .sc-card-grid,
	#tokudai-panel .sc-scene-grid,
	#tokudai-panel .sc-check-grid,
	#tokudai-panel .sc-related-grid {
		margin: 0;
	}

	#tokudai-panel .sc-info-card,
	#tokudai-panel .sc-scene-card,
	#tokudai-panel .sc-check-card {
		margin: 0 0 14px;
		padding: 18px 16px;
		min-height: 0;
		border-radius: 16px;
	}

	#tokudai-panel .sc-link-btn {
		display: block;
		text-align: center;
	}

	#tokudai-panel .sc-section-accent {
		padding: 18px 14px 6px;
		border-radius: 18px;
	}

	#tokudai-panel .sc-scene-card h4 {
		min-height: 0;
		font-size: 18px;
	}

	#tokudai-panel .sc-tip-item {
		margin-bottom: 12px;
		padding: 18px 16px 18px 72px;
		border-radius: 16px;
	}

	#tokudai-panel .sc-tip-item:before {
		top: 18px;
		left: 16px;
		width: 40px;
		height: 40px;
		border-radius: 12px;
		font-size: 9px;
		line-height: 40px;
	}

	#tokudai-panel .sc-tip-item:after {
		top: 14px;
		bottom: 14px;
		width: 4px;
	}

	#tokudai-panel .sc-memo {
		padding: 18px 16px;
		border-radius: 16px;
	}

	#tokudai-panel .sc-memo ul {
		margin-left: 18px;
		padding-left: 0;
		list-style-position: outside;
	}

	#tokudai-panel .sc-ranking-card {
		padding: 16px;
		border-radius: 18px;
		margin-bottom: 16px;
	}

	#tokudai-panel .sc-ranking-thumb,
	#tokudai-panel .sc-ranking-body {
		float: none;
		width: 100%;
	}

	#tokudai-panel .sc-ranking-thumb {
		margin-bottom: 14px;
	}

	#tokudai-panel .sc-ranking-thumb img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

	#tokudai-panel .sc-rank-no {
		top: 10px;
		left: 10px;
		width: 46px;
		height: 46px;
		border-width: 3px;
		font-size: 22px;
		line-height: 40px;
	}

	#tokudai-panel .sc-ranking-category {
		font-size: 11px;
	}

	#tokudai-panel .sc-badge-list {
		margin-top: 12px;
	}

	#tokudai-panel .sc-badge-list li {
		margin: 0 6px 6px 0;
		padding: 7px 11px;
		font-size: 12px;
	}

	#tokudai-panel .page {
		display: block;
		margin-top: 14px;
		text-align: center;
	}

	#tokudai-panel .page a {
		padding: 12px 18px;
		font-size: 14px;
	}

	#tokudai-panel .sc-check-card {
		min-height: 0;
		padding-top: 22px;
	}

	#tokudai-panel .sc-check-list li {
		padding-left: 30px;
		margin-bottom: 10px;
	}

	#tokudai-panel .sc-check-list li:before {
		top: 1px;
		width: 20px;
		height: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#tokudai-panel .sc-related-links {
		margin-top: 16px;
		padding: 18px 14px 4px;
		border-radius: 16px;
	}

	#tokudai-panel .sc-related-card {
		display: block;
		width: 100%;
		margin: 0 0 12px;
		padding: 16px 14px;
		overflow: hidden;
	}

	#tokudai-panel .sc-related-card strong {
		font-size: 16px;
	}
}