@charset "utf-8";

#tokudai-panel {
	color: #333;
}

#tokudai-panel h2 {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 18px 28px 18px 122px;
	border-radius: 18px;
	min-height: 78px;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.35;
	background: linear-gradient(135deg, #3b2a1e 0%, #6f4a2b 100%);
	box-shadow: 0 12px 28px rgba(80, 53, 28, 0.18);
	box-sizing: border-box;
}

#tokudai-panel h2 img {
	position: absolute;
	left: 22px;
	top: 50%;
	width: 62px;
	height: auto;
	transform: translateY(-50%);
}

#tokudai-panel h2 span {
	display: block;
	color: #fff;
	line-height: 1.3;
}


#tokudai-panel .tokudai-panel-inner {
	padding: 30px 24px 40px;
}

.sy-page {
	font-size: 16px;
	line-height: 1.8;
}

.sy-hero {
	margin: 18px 0 24px;
	padding: 28px;
	border: 1px solid #ecdcc9;
	border-radius: 24px;
	background: linear-gradient(180deg, #fffaf4 0%, #fff 100%);
	box-shadow: 0 10px 28px rgba(118, 77, 40, 0.08);
}

.sy-hero-label {
	display: inline-block;
	margin: 0 0 14px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #f7ead9;
	color: #8a551d;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.sy-lead {
	margin: 18px 0 0;
	font-size: 17px;
}

.sy-point-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}

.sy-point-list li {
	display: table-cell;
	width: 33.333%;
	padding: 14px 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	font-weight: bold;
	vertical-align: top;
}

.sy-point-list li+li {
	border-left: 14px solid transparent;
	background-clip: padding-box;
}

.sy-hero-actions {
	margin: 22px 0 0;
}

.sy-hero-actions a,
.sy-related-links a {
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px 18px;
	border-radius: 999px;
	background: #ff8c1a;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	transition: opacity .2s ease;
}

.sy-hero-actions a:hover,
.sy-related-links a:hover,
.sy-card-link:hover,
#tokudai-panel .page a:hover {
	opacity: 0.85;
}

.sy-anchor-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sy-anchor-nav li {
	float: left;
	width: 19.2%;
	margin: 0 1% 0 0;
}

.sy-anchor-nav li:last-child {
	margin-right: 0;
}

.sy-anchor-nav a {
	display: block;
	padding: 16px 10px;
	border-radius: 16px;
	background: #f5f1ea;
	color: #5a3a20;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.45;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px #e9ddcf;
	word-break: keep-all;
}

.sy-section {
	margin: 0 0 44px;
}

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

#tokudai-panel h3 {
	margin: 0 0 14px;
	padding: 0 0 12px;
	font-weight: bold;
	font-size: 31px;
	line-height: 1.4;
	border-bottom: 3px solid #5f4022;
	color: #333;
}

.sy-section-lead {
	margin: 0 0 22px;
}

.sy-card-grid,
.sy-scene-grid {
	margin: 0 -10px;
}

.sy-card,
.sy-scene-item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	padding: 24px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.07);
	box-sizing: border-box;
}

.sy-card h4,
.sy-scene-item h4,
.sy-tip-item h4 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.5;
}

.sy-card p,
.sy-scene-item p,
.sy-tip-item p {
	margin: 0;
}

.sy-card-note {
	margin: 14px 0 16px !important;
	color: #8a551d;
	font-weight: bold;
}

.sy-card-link {
	display: inline-block;
	margin: 18px 0 0;
	padding: 10px 16px;
	border-radius: 999px;
	background: #5f4022;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}

.sy-card-link,
.sy-card-link:link,
.sy-card-link:visited,
.sy-card-link:hover,
.sy-card-link:active,
.sy-card-link:focus {
	color: #fff !important;
}

.sy-tip-list {
	padding: 0;
}

.sy-tip-item {
	margin: 0 0 16px;
	padding: 22px 24px;
	border-left: 6px solid #ff9a35;
	border-radius: 0 18px 18px 0;
	background: #fff7ef;
}

.sy-check-list {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.sy-check-list li {
	position: relative;
	margin: 0 0 12px;
	padding: 14px 18px 14px 54px;
	border-radius: 16px;
	background: #f8fbf6;
	box-shadow: inset 0 0 0 1px #dbe9d1;
	font-weight: bold;
}

.sy-check-list li:before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	border-radius: 50%;
	background: #79b14d;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}

.sy-related-links {
	margin-top: 6px;
}

.sy-ranking {
	margin-bottom: 10px;
}

#tokudai-panel .section .section-box {
	margin: 0 0 22px;
	padding: 28px 32px;
	border: 1px solid #eee2d7;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
	display: flex;
	align-items: flex-start;
	gap: 34px;
}

#tokudai-panel .section .img {
	float: none;
	width: 240px;
	flex: 0 0 240px;
}

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

#tokudai-panel .section .txt {
	float: none;
	width: auto;
	flex: 1 1 auto;
	padding-top: 0;
	font-size: 16px;
}

.sy-rank-label {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff0de;
	color: #b96800;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

#tokudai-panel h4 {
	margin: 0 0 14px;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.55;
}

#tokudai-panel .btns {
	margin: 18px 0 0;
	padding: 0;
}

#tokudai-panel .btns span {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 8px 14px;
	border-radius: 999px;
	background: #f2f5f7;
	color: #35515f;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
}

#tokudai-panel .page {
	margin: 18px 0 0;
}

#tokudai-panel .page a {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 999px;
	background: #0d63c8;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

#tokudai-panel .page font {
	color: inherit !important;
}

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

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

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

/* =========================================================
   SP overrides
========================================================= */
html,
body {
	min-width: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

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

#container,
#wrapper,
#main {
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	body {
		min-width: 0;
		font-size: 14px;
		line-height: 1.75;
	}

	#container {
		overflow: hidden;
	}

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

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

	#wrapper {
		display: block;
		padding: 0;
		margin: 0;
	}

	#main {
		float: none;
		width: auto;
		margin: 0;
		padding: 0 12px 28px;
	}

	#tokudai-panel {
		padding: 0;
	}

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

	.breadcrumb {
		margin: 10px 0 0;
	}

	.breadcrumb ul,
	ul.breadcrumb {
		padding: 0;
		margin: 0;
		font-size: 11px;
		line-height: 1.5;
	}

	.breadcrumb li {
		float: none;
		display: inline;
	}

	.sy-page {
		font-size: 14px;
		line-height: 1.8;
	}

	.sy-hero {
		margin: 12px 0 18px;
		padding: 18px 14px 16px;
		border-radius: 18px;
	}

	.sy-hero-label {
		margin-bottom: 10px;
		padding: 5px 10px;
		font-size: 11px;
		line-height: 1.4;
	}

	#tokudai-panel h2 {
		display: flex;
		align-items: center;
		padding: 16px 14px 16px 72px;
		min-height: 0;
		border-radius: 16px;
		font-size: 23px;
		line-height: 1.45;
	}

	#tokudai-panel h2 img {
		left: 14px;
		width: 44px;
	}

	#tokudai-panel h2 span {
		line-height: 1.45;
	}

	.sy-lead {
		margin-top: 14px;
		font-size: 14px;
	}

	.sy-point-list {
		display: block;
		width: auto;
		margin-top: 14px;
	}

	.sy-point-list li,
	.sy-point-list li+li {
		display: block;
		width: auto;
		border-left: 0;
		margin: 0 0 10px;
		padding: 12px 14px;
		border-radius: 14px;
		background: #fff;
	}

	.sy-hero-actions {
		margin-top: 16px;
	}

	.sy-hero-actions a,
	.sy-related-links a {
		float: none;
		display: block;
		margin: 0 0 10px;
		padding: 12px 14px;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	.sy-anchor-nav {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -4px 4px;
	}

	.sy-anchor-nav li {
		float: none;
		width: 50%;
		margin: 0 0 8px;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.sy-anchor-nav a {
		padding: 11px 8px;
		border-radius: 12px;
		font-size: 13px;
		line-height: 1.45;
	}

	.sy-section {
		margin: 0 0 30px;
	}

	.sy-section-en {
		margin-bottom: 6px;
		font-size: 10px;
		letter-spacing: 0.14em;
	}

	#tokudai-panel h3 {
		margin-bottom: 10px;
		padding-bottom: 8px;
		font-size: 22px;
		line-height: 1.5;
		border-bottom-width: 2px;
	}

	.sy-section-lead {
		margin-bottom: 16px;
	}

	.sy-card-grid,
	.sy-scene-grid {
		margin: 0;
	}

	.sy-card,
	.sy-scene-item {
		float: none;
		width: auto;
		margin: 0 0 12px;
		padding: 16px 14px;
		border-radius: 16px;
	}

	.sy-card h4,
	.sy-scene-item h4,
	.sy-tip-item h4 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 1.5;
	}

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

	.sy-card-link {
		display: block;
		margin-top: 14px;
		padding: 11px 14px;
		font-size: 14px;
		line-height: 1.5;
		text-align: center;
	}

	.sy-tip-item {
		margin-bottom: 12px;
		padding: 16px 14px 16px 16px;
		border-left-width: 5px;
		border-radius: 0 14px 14px 0;
	}

	.sy-check-list {
		margin-bottom: 16px;
	}

	.sy-check-list li {
		margin-bottom: 10px;
		padding: 12px 12px 12px 44px;
		border-radius: 14px;
		font-size: 14px;
		line-height: 1.6;
	}

	.sy-check-list li:before {
		left: 14px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		font-size: 13px;
		line-height: 20px;
	}

	#tokudai-panel .section .section-box,
	#tokudai-panel .section1 .section-box {
		display: block;
		margin: 0 0 16px;
		padding: 16px 14px;
		border-radius: 18px;
		gap: 0;
	}

	#tokudai-panel .section .img {
		width: 100%;
		max-width: 220px;
		margin: 0 auto 14px;
		flex: none;
	}

	#tokudai-panel .section .img img {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
		border-radius: 16px;
	}

	#tokudai-panel .section .txt {
		width: auto;
		font-size: 14px;
	}

	.sy-rank-label {
		margin-bottom: 8px;
		padding: 4px 10px;
		font-size: 11px;
	}

	#tokudai-panel h4 {
		margin-bottom: 10px;
		font-size: 19px;
		line-height: 1.6;
	}

	#tokudai-panel .btns {
		margin-top: 12px;
		font-size: 0;
	}

	#tokudai-panel .btns span {
		margin: 0 6px 6px 0;
		padding: 7px 10px;
		font-size: 11px;
	}

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

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

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

	#footer {
		margin-top: 0;
		padding: 16px 12px 26px;
		font-size: 11px;
		line-height: 1.6;
		text-align: center;
	}

	#footer .copyright {
		padding: 0;
		margin: 0;
	}
}

@media screen and (max-width: 374px) {
	#main {
		padding-left: 10px;
		padding-right: 10px;
	}

	#tokudai-panel h2 {
		padding-left: 64px;
		font-size: 21px;
	}

	#tokudai-panel h2 img {
		left: 12px;
		width: 40px;
	}

	.sy-anchor-nav li {
		width: 100%;
	}
}