@charset "utf-8";

#tokudai-panel {
	color: #333;
}

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

#tokudai-panel h2 {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 14px;
	min-height: 74px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.3;
	background: linear-gradient(135deg, #1f3f8f 0%, #325fcb 100%);
	box-shadow: 0 10px 24px rgba(26, 59, 138, 0.18);
}

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

#tokudai-panel h2 span {
	display: block;
	padding: 17px 28px 17px 102px;
	color: #fff;
}

#tokudai-panel .tokudai-panel-inner {
	padding: 28px 20px 10px;
}

#tokudai-panel h3 {
	margin: 0 0 14px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.4;
	border-bottom: 3px solid #1f3f8f;
	color: #1f3f8f;
}

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

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

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

#tokudai-panel img {
	max-width: 100%;
	height: auto;
}

.sn-hero {
	padding: 28px 30px 30px;
	border: 1px solid #d8e3ff;
	border-radius: 20px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.sn-hero-label {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #e3ecff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.04em;
	color: #2449a8;
}

.sn-lead {
	margin-top: 18px !important;
	font-size: 16px;
}

.sn-point-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.sn-point-list li {
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	padding: 16px 16px 16px 42px;
	box-sizing: border-box;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(31, 63, 143, 0.08);
	position: relative;
	font-weight: bold;
	line-height: 1.7;
}

.sn-point-list li:last-child {
	margin-right: 0;
}

.sn-point-list li:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 21px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #f59e0b;
	box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.18);
}

.sn-hero-actions {
	margin-top: 22px;
}

.sn-btn {
	float: left;
	margin-right: 12px;
	padding: 13px 22px;
	border-radius: 999px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.4;
}

.sn-btn-primary {
	background: #ff7f32;
	color: #fff;
}

.sn-btn-secondary {
	background: #fff;
	border: 1px solid #bfd0ff;
	color: #2449a8;
}

.sn-anchor-nav {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.sn-anchor-nav li {
	float: left;
	margin: 0 10px 10px 0;
}

.sn-anchor-nav a {
	display: block;
	padding: 10px 15px;
	border-radius: 999px;
	background: #fff;
	border: 1px solid #d7e3ff;
	color: #2449a8;
	font-weight: bold;
	font-size: 14px;
}

.sn-section {
	margin-bottom: 56px;
}

.sn-section-en {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.18em;
	color: #6b84c4;
}

.sn-intro {
	margin-bottom: 22px !important;
	font-size: 15px;
	color: #475569;
}

.sn-card-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.sn-card {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 24px;
	box-sizing: border-box;
	border: 1px solid #dbe5ff;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(31, 63, 143, 0.07);
	min-height: 250px;
}

.sn-card h4,
.sn-scene-item h4,
.sn-tip-item h4,
.sn-check-list h4,
.sn-memo-box h4 {
	font-size: 22px;
	margin-bottom: 10px;
}

.sn-card-note {
	margin: 16px 0 14px !important;
	font-weight: bold;
	color: #2449a8;
}

.sn-text-link {
	display: inline-block;
	padding: 10px 0;
	font-weight: bold;
	color: #ff7f32;
}

.sn-scene-list {
	padding: 4px 0 0;
}

.sn-scene-item {
	margin-bottom: 16px;
	padding: 22px 24px;
	border-radius: 16px;
	background: #f8fbff;
	border-left: 6px solid #325fcb;
}

.sn-tip-grid {
	margin-left: -10px;
	margin-right: -10px;
}

.sn-tip-item {
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	padding: 22px 24px;
	box-sizing: border-box;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e6ebf5;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
	min-height: 206px;
}

.sn-memo-box {
	margin-top: 18px;
	padding: 24px 26px;
	border-radius: 18px;
	background: #fff7ed;
	border: 1px solid #fed7aa;
}

.sn-memo-box ul {
	margin: 0;
	padding-left: 20px;
}

.sn-memo-box li {
	margin-bottom: 8px;
	line-height: 1.8;
}

#tokudai-panel .section .section-box {
	position: relative;
	padding: 26px;
	margin-bottom: 18px;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

#tokudai-panel .section .img {
	float: left;
	width: 240px;
	position: relative;
}

#tokudai-panel .section .img img {
	display: block;
	width: 240px;
	height: 240px;
	object-fit: cover;
	border-radius: 16px;
	background: #fff;
}

#tokudai-panel .section .txt {
	float: right;
	width: 620px;
	font-size: 15px;
}

#tokudai-panel .section1 .section-box {
	padding: 26px;
}

.sn-rank-badge {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #ff7f32;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(255, 127, 50, 0.35);
}

.sn-rank-label {
	display: inline-block;
	margin: 0 0 10px !important;
	padding: 6px 12px;
	border-radius: 999px;
	background: #eff6ff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #325fcb;
}

#tokudai-panel .btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	padding: 0;
}

.sn-chip {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f1f5f9;
	font-size: 13px;
	font-weight: bold;
	color: #334155;
}

#tokudai-panel .page {
	margin: 22px 0 0;
	min-height: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background: none;
}

#tokudai-panel .page a {
	display: inline-block;
	padding: 13px 22px;
	border-radius: 999px;
	background: #2449a8;
	color: #fff;
}

.sn-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sn-check-list li {
	float: left;
	width: calc(50% - 12px);
	margin: 0 24px 20px 0;
	padding: 24px;
	box-sizing: border-box;
	border-radius: 18px;
	background: #fff;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.sn-check-list li:nth-child(2n) {
	margin-right: 0;
}

.sn-step {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 999px;
	background: #1f3f8f;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
}

.sn-related-links {
	margin-top: 8px;
}

.sn-related-links a {
	float: left;
	margin: 10px 12px 0 0;
	padding: 13px 18px;
	border-radius: 14px;
	background: #f8fafc;
	border: 1px solid #dbe5f1;
	color: #2449a8;
	font-weight: bold;
}

.clearfix:after,
.sn-card-grid:after,
.sn-tip-grid:after,
.sn-point-list:after,
.sn-hero-actions:after,
.sn-anchor-nav:after,
.sn-related-links:after,
.sn-check-list:after {
	content: "";
	display: block;
	clear: both;
}

/* --------------------------------------------------------------------------------
	SP layout adjustment
-------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		min-width: 0;
	}

	#container,
	#wrapper,
	#main,
	#sub1,
	#footer,
	#header,
	#tokudai-panel {
		width: 100%;
		max-width: none;
		min-width: 0;
		box-sizing: border-box;
	}

	#container {
		overflow: hidden;
	}

	#header .headline,
	#header .logo-fax,
	#header .h-nav,
	#sub1,
	#footer .heading img,
	#footer .bnrs,
	#footer .sitemap,
	#footer .shop-information {
		display: none;
	}

	#wrapper {
		padding: 0;
	}

	#main {
		float: none;
		padding: 0 0 32px;
	}

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

	#tokudai-panel .breadcrumb {
		margin-bottom: 12px;
		padding-top: 12px;
	}

	#tokudai-panel .breadcrumb ul {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
	}

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

	.sn-hero {
		padding: 18px 14px 20px;
		border-radius: 16px;
	}

	#tokudai-panel h2 {
		display: flex;
		align-items: center;
		gap: 10px;
		min-height: 0;
		padding: 14px 14px 14px 12px;
		font-size: 24px;
		line-height: 1.4;
	}

	#tokudai-panel h2 img {
		position: static;
		width: 54px;
		min-width: 54px;
	}

	#tokudai-panel h2 span {
		padding: 0;
		font-size: 24px;
	}

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

	#tokudai-panel h3 {
		margin-bottom: 12px;
		padding-bottom: 8px;
		font-size: 22px;
		line-height: 1.45;
	}

	#tokudai-panel h4 {
		font-size: 18px;
		line-height: 1.5;
	}

	#tokudai-panel p {
		font-size: 14px;
		line-height: 1.8;
	}

	.sn-hero-label {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 11px;
	}

	.sn-lead {
		margin-top: 14px !important;
		font-size: 14px;
	}

	.sn-point-list {
		margin-top: 14px;
	}

	.sn-point-list li {
		float: none;
		width: 100%;
		margin: 0 0 10px;
		padding: 13px 13px 13px 38px;
		font-size: 14px;
	}

	.sn-point-list li:before {
		left: 14px;
		top: 19px;
		width: 12px;
		height: 12px;
		box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.18);
	}

	.sn-hero-actions {
		margin-top: 18px;
	}

	.sn-btn {
		float: none;
		display: block;
		margin: 0 0 10px;
		padding: 14px 18px;
		font-size: 14px;
		text-align: center;
	}

	.sn-anchor-nav {
		margin-top: 16px;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.sn-anchor-nav li {
		float: none;
		margin: 0;
	}

	.sn-anchor-nav a {
		padding: 10px 12px;
		font-size: 12px;
		text-align: center;
	}

	.sn-section {
		margin-bottom: 40px;
	}

	.sn-section-en {
		font-size: 11px;
	}

	.sn-intro {
		margin-bottom: 16px !important;
		font-size: 14px;
	}

	.sn-card-grid,
	.sn-tip-grid {
		margin-left: 0;
		margin-right: 0;
	}

	.sn-card,
	.sn-tip-item {
		float: none;
		width: 100%;
		margin: 0 0 12px;
		padding: 18px 16px;
		min-height: 0;
		border-radius: 16px;
	}

	.sn-card h4,
	.sn-scene-item h4,
	.sn-tip-item h4,
	.sn-check-list h4,
	.sn-memo-box h4 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.sn-card-note {
		margin: 12px 0 10px !important;
		font-size: 13px;
	}

	.sn-text-link {
		padding: 8px 0 0;
		font-size: 14px;
	}

	.sn-scene-item {
		margin-bottom: 12px;
		padding: 18px 16px;
		border-left-width: 5px;
		border-radius: 14px;
	}

	.sn-memo-box {
		margin-top: 14px;
		padding: 18px 16px;
		border-radius: 16px;
	}

	#tokudai-panel .section .section-box,
	#tokudai-panel .section1 .section-box {
		padding: 16px;
		margin-bottom: 14px;
		border-radius: 16px;
	}

	#tokudai-panel .section .img,
	#tokudai-panel .section .txt {
		float: none;
		width: 100%;
	}

	#tokudai-panel .section .img {
		margin-bottom: 14px;
	}

	#tokudai-panel .section .img a {
		display: block;
	}

	#tokudai-panel .section .img img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		max-width: 280px;
		margin: 0 auto;
	}

	.sn-rank-badge {
		left: 6px;
		top: 6px;
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}

	.sn-rank-label {
		margin-bottom: 8px !important;
		font-size: 11px;
	}

	#tokudai-panel .btns {
		gap: 8px;
		margin-top: 14px;
	}

	.sn-chip {
		padding: 6px 10px;
		font-size: 12px;
	}

	#tokudai-panel .page {
		margin-top: 16px;
	}

	#tokudai-panel .page a {
		display: block;
		padding: 12px 16px;
		font-size: 14px;
		text-align: center;
	}

	.sn-check-list li {
		float: none;
		width: 100%;
		margin: 0 0 12px;
		padding: 18px 16px;
		border-radius: 16px;
	}

	.sn-step {
		margin-bottom: 10px;
		font-size: 11px;
	}

	.sn-related-links {
		margin-top: 2px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sn-related-links a {
		float: none;
		margin: 0;
		padding: 12px 14px;
		font-size: 14px;
	}

	#footer {
		padding: 20px 12px 28px;
		text-align: center;
	}

	#footer .copyright {
		font-size: 11px;
		line-height: 1.6;
	}
}