.ce-tokushou-page {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(1rem, 3vw, 2.25rem) clamp(1rem, 3vw, 2rem) 3rem;
	color: #0f172a;
	font-feature-settings: "palt";
	background: #ecfdf5;
	border-radius: 0 0 22px 22px;
}

/* Hero band — same visual as standalone /legal/tokushou (teal card, white type) */
.ce-tokushou-hero {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	padding: clamp(1.5rem, 4vw, 2.5rem);
	margin-bottom: clamp(1.25rem, 3vw, 2rem);
	width: 100%;
	max-width: 100%;
	background: #0e8980;
	color: #ffffff;
	box-shadow: 0 20px 50px -20px rgba(14, 137, 128, 0.45);
	text-align: left;
}

.ce-tokushou-hero::after {
	content: "";
	position: absolute;
	inset: auto -20% -60% auto;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.22), transparent 65%);
	pointer-events: none;
}

.ce-tokushou-hero > * {
	position: relative;
	z-index: 1;
}

.ce-tokushou-hero a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.15em;
	text-decoration-color: rgba(255, 255, 255, 0.55);
}

.ce-tokushou-hero__title {
	margin: 0 0 0.4rem;
	font-size: clamp(1.5rem, 3.2vw, 2.1rem);
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 0.02em;
	color: inherit;
}

.ce-tokushou-hero__subtitle {
	margin: 0;
	font-size: 0.95rem;
	opacity: 0.92;
	line-height: 1.7;
	color: inherit;
}

.ce-tokushou-section {
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 18px;
	padding: clamp(1.1rem, 2.6vw, 1.85rem);
	margin-bottom: 1.25rem;
	box-shadow: 0 6px 20px -16px rgba(15, 23, 42, 0.18);
}

.ce-tokushou-section__title {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0 0 1rem;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 700;
	color: #0f766e;
	letter-spacing: 0.02em;
}

.ce-tokushou-section__title::before {
	content: "";
	width: 6px;
	height: 22px;
	border-radius: 4px;
	background: linear-gradient(180deg, #0d9488, #5eead4);
}

.ce-tokushou-section p {
	margin: 0.55rem 0;
	line-height: 1.75;
}

.ce-tokushou-section p:first-of-type {
	margin-top: 0;
}

.ce-tokushou-section ol {
	margin: 0.45rem 0 0;
	padding-left: 1.35rem;
	line-height: 1.75;
}

.ce-tokushou-page ul:not(.ce-contact-info-list) {
	list-style: none;
	padding-left: 0;
	margin: 0.45rem 0 0 1.5rem;
	line-height: 1.75;
}

.ce-tokushou-page ul:not(.ce-contact-info-list) > li {
	position: relative;
	padding-left: 1.65rem;
}

.ce-tokushou-page ul:not(.ce-contact-info-list) > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.58em;
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 50%;
	background: linear-gradient(145deg, #5eead4 0%, #14b8a6 45%, #0d9488 100%);
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.95),
		0 0 0 4px rgba(13, 148, 136, 0.2);
}

.ce-tokushou-section li + li {
	margin-top: 0.4rem;
}

.ce-tokushou-note {
	display: block;
	margin-top: 0.65rem;
	padding: 0.65rem 0.85rem;
	border-radius: 12px;
	background: rgba(245, 158, 11, 0.12);
	border: 1px solid rgba(245, 158, 11, 0.35);
	color: #92400e;
	font-size: 0.9rem;
	line-height: 1.65;
}

.ce-tokushou-note__head {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 0.4rem;
}

.ce-tokushou-note__icon {
	display: block;
	width: 1.2em;
	height: 1.2em;
	flex-shrink: 0;
}

.ce-tokushou-note__label {
	font-weight: 700;
	color: #92400e;
}

.ce-tokushou-note p.ce-tokushou-note__body {
	margin: 0;
	padding: 0;
	color: #92400e;
}

.ce-tokushou-link {
	color: #0f766e;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.ce-tokushou-link:hover {
	color: #0d9488;
}

.ce-tokushou-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-top: 0.5rem;
}

.ce-tokushou-payment {
	width: 100%;
	min-width: 520px;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 0.4rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	overflow: hidden;
	background: #ffffff;
	font-size: 0.88rem;
}

.ce-tokushou-payment thead th {
	background: linear-gradient(180deg, #0d9488, #0f766e);
	color: #ffffff;
	text-align: left;
	padding: 0.65rem 0.75rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.ce-tokushou-payment tbody th,
.ce-tokushou-payment tbody td {
	padding: 0.65rem 0.75rem;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
	vertical-align: top;
	line-height: 1.6;
}

.ce-tokushou-payment tbody th {
	background: #f0fdfa;
	color: #0f766e;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}

.ce-tokushou-payment tbody tr:first-child th,
.ce-tokushou-payment tbody tr:first-child td {
	border-top: none;
}

.ce-tokushou-h3 {
	margin: 1.15rem 0 0.5rem;
	font-size: 1rem;
	font-weight: 700;
	color: #134e4a;
}

.ce-tokushou-h3:first-child {
	margin-top: 0;
}

.ce-ship-footnote {
	margin: 0.5rem 0 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: #b45309;
	font-size: 0.9rem;
	line-height: 1.65;
}

.ce-tokushou-section--refund {
	padding-top: 0;
	overflow: hidden;
}

.ce-tokushou-section--shipping {
	padding-top: 0;
	overflow: hidden;
}

.ce-ship-policy-body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ce-ship-policy-body > .ce-tokushou-section {
	margin-bottom: 0;
}

.ce-refund-hero {
	margin: calc(-1 * clamp(1.1rem, 2.6vw, 1.85rem)) calc(-1 * clamp(1.1rem, 2.6vw, 1.85rem)) clamp(1.25rem, 3vw, 1.65rem);
	padding: clamp(1.35rem, 3.2vw, 2rem) clamp(1.1rem, 2.6vw, 1.85rem);
	background: linear-gradient(135deg, #0f766e 0%, #0d5c56 48%, #134e4a 100%);
	color: #fff;
	border-radius: 18px 18px 0 0;
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ce-refund-hero::after {
	content: "";
	position: absolute;
	right: -10%;
	bottom: -40%;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(94, 234, 212, 0.2), transparent 70%);
	pointer-events: none;
}

.ce-refund-hero__title {
	position: relative;
	z-index: 1;
	margin: 0 0 0.45rem;
	font-size: clamp(1.35rem, 2.8vw, 1.75rem);
	font-weight: 800;
	letter-spacing: 0.03em;
	line-height: 1.25;
}

.ce-refund-hero__lead {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.65;
	opacity: 0.92;
	max-width: 42em;
}

.ce-refund-body {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ce-refund-card {
	background: linear-gradient(180deg, #fafefd 0%, #ffffff 100%);
	border: 1px solid rgba(15, 118, 110, 0.12);
	border-radius: 14px;
	padding: clamp(1rem, 2.2vw, 1.35rem) clamp(1rem, 2.4vw, 1.4rem);
	box-shadow: 0 4px 24px -18px rgba(15, 23, 42, 0.2);
}

.ce-refund-card__title {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0 0 0.75rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(15, 118, 110, 0.14);
	font-size: clamp(0.98rem, 1.8vw, 1.08rem);
	font-weight: 700;
	color: #115e59;
	letter-spacing: 0.02em;
}

.ce-refund-card__title::before {
	content: "";
	flex: 0 0 4px;
	width: 4px;
	height: 1.15em;
	border-radius: 3px;
	background: linear-gradient(180deg, #14b8a6, #0d9488);
}

.ce-refund-card p {
	margin: 0.5rem 0;
}

.ce-refund-card p:first-of-type {
	margin-top: 0;
}

.ce-refund-card ul {
	margin: 0.5rem 0 0 1.5rem;
}

.ce-refund-callout {
	margin-top: 0.75rem;
	padding: 0.75rem 0.95rem;
	border-radius: 12px;
	background: rgba(254, 243, 199, 0.55);
	border: 1px solid rgba(217, 119, 6, 0.22);
	color: #92400e;
	font-size: 0.9rem;
	line-height: 1.65;
}

.ce-refund-reason-block {
	margin: 0.65rem 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	line-height: 1.65;
	box-shadow: 0 2px 14px -10px rgba(15, 23, 42, 0.25);
}

.ce-refund-reason-block > * + * {
	margin-top: 0.5rem;
}

.ce-refund-reason-block p {
	margin: 0;
	font-size: 0.92rem;
	color: #334155;
}

.ce-refund-reason-block p.ce-ship-footnote {
	color: #b45309;
}

.ce-refund-reason-block .ce-refund-sample {
	margin-top: 0.5rem;
}

.ce-refund-reason-block strong {
	display: inline-block;
	margin-bottom: 0.35rem;
	letter-spacing: 0.02em;
}

.ce-refund-reason-block--customer {
	background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 55%, #eef2f7 100%);
	border: 1px solid rgba(71, 85, 105, 0.14);
	border-left: 4px solid #64748b;
}

.ce-refund-reason-block--customer strong {
	color: #334155;
}

.ce-refund-reason-block--store {
	background: linear-gradient(145deg, #ecfdf5 0%, #f0fdfa 45%, #f8fffc 100%);
	border: 1px solid rgba(13, 148, 136, 0.2);
	border-left: 4px solid #0d9488;
}

.ce-refund-reason-block--store strong {
	color: #115e59;
}

.ce-refund-methods {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 0.85rem;
	margin-top: 0.5rem;
}

.ce-refund-method {
	background: #fff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	padding: 1rem 1.1rem;
	box-shadow: 0 8px 28px -22px rgba(15, 23, 42, 0.35);
}

.ce-refund-method h4 {
	margin: 0 0 0.55rem;
	font-size: 0.95rem;
	font-weight: 800;
	color: #0f766e;
	letter-spacing: 0.02em;
}

.ce-refund-method p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.7;
	color: #334155;
}

.ce-refund-sample {
	display: block;
	margin: 0.5rem 0;
	padding: 0.5rem 0.75rem;
	border-radius: 8px;
	background: rgba(99, 102, 241, 0.06);
	border: 1px dashed rgba(99, 102, 241, 0.35);
	color: #4338ca;
	font-size: 0.88rem;
	font-style: italic;
	text-align: center;
}

@media (max-width: 640px) {
	.ce-tokushou-payment tbody th,
	.ce-tokushou-payment tbody td {
		font-size: 0.82rem;
		padding: 0.55rem 0.6rem;
	}
}

.ce-policy-crossnav {
	margin: 0 0 1.25rem;
	padding: 0.75rem 1rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 118, 110, 0.14);
	font-size: 0.94rem;
	line-height: 1.65;
	color: #334155;
	box-shadow: 0 4px 18px -14px rgba(15, 23, 42, 0.2);
}

.ce-policy-crossnav .ce-tokushou-link {
	font-weight: 700;
}

/* Definition list (特定商取引法ページと同系の見た目) */
.ce-tokushou-list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: minmax(180px, 220px) 1fr;
	gap: 0;
	border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.ce-tokushou-list dt,
.ce-tokushou-list dd {
	padding: 0.85rem 0.95rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.06);
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
}

.ce-tokushou-list dt {
	background: linear-gradient(180deg, #f0fdfa 0%, #ecfdf5 100%);
	font-weight: 700;
	color: #0f766e;
}

.ce-tokushou-list dd {
	color: #1e293b;
	background: #ffffff;
}

.ce-tokushou-list dd p {
	margin: 0 0 0.45rem;
}

.ce-tokushou-list dd p:last-child {
	margin-bottom: 0;
}

.ce-tokushou-list dd ul {
	margin: 0.2rem 0 0;
	padding-left: 1.1rem;
}

.ce-tokushou-list dd ul li {
	margin-bottom: 0.25rem;
}

.ce-tokushou-hero__eyebrow {
	display: inline-block;
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
	margin-bottom: 0.85rem;
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 640px) {
	.ce-tokushou-list {
		grid-template-columns: 1fr;
	}

	.ce-tokushou-list dt {
		border-bottom: none;
		padding-bottom: 0.35rem;
	}

	.ce-tokushou-list dd {
		padding-top: 0.45rem;
	}
}

/* Aimeos CMS: default cms-page.css との競合を抑える */
.aimeos.cms-page:has(.ce-tokushou-page--cms) {
	max-width: none;
	width: 100%;
	margin-top: 0;
	padding-top: 0;
	box-shadow: none;
	clip-path: none;
	border: none;
	background: transparent;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-hero h1.ce-tokushou-hero__title {
	margin-top: 0;
	margin-bottom: 0.4rem;
	text-align: left;
	color: inherit;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-hero p.ce-tokushou-hero__subtitle {
	color: inherit;
	margin-bottom: 0;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-hero h1.ce-tokushou-hero__title::before,
.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-hero h1.ce-tokushou-hero__title::after {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
}

.aimeos.cms-page .ce-tokushou-page--cms h2.ce-tokushou-section__title {
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	text-align: left;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-section ul:not(.ce-contact-info-list),
.aimeos.cms-page .ce-tokushou-page--cms ul:not(.ce-contact-info-list) {
	list-style: none !important;
	list-style-type: none !important;
	padding-left: 0 !important;
	margin-left: 0;
}

.aimeos.cms-page .ce-tokushou-page--cms ul:not(.ce-contact-info-list) > li {
	position: relative;
	padding-left: 1.75rem !important;
}

.aimeos.cms-page .ce-tokushou-page--cms ul:not(.ce-contact-info-list) > li::marker {
	content: none;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-section ol {
	padding-left: 1.35rem;
	list-style-position: outside;
}

.aimeos.cms-page .ce-tokushou-page--cms ol > li {
	padding-left: 0.35rem !important;
}

/* Privacy policy: indent bullet lists inward inside each section */
.aimeos.cms-page .ce-tokushou-page--cms.ce-privacy-cms .ce-tokushou-section ul:not(.ce-contact-info-list) {
	margin-left: 1rem !important;
	margin-right: 0;
	padding-left: 1rem !important;
}

.aimeos.cms-page .ce-tokushou-page--cms.ce-privacy-cms .ce-tokushou-section ul:not(.ce-contact-info-list) > li {
	padding-left: 1.85rem !important;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-tokushou-section--accent {
	border-color: rgba(245, 158, 11, 0.35);
	background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-contact-info-box {
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 14px;
	padding: 1rem 1.1rem 1.15rem;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-contact-form-panel {
	background: #fafefd;
	border-radius: 14px;
	padding: 0;
	border: none;
	box-shadow: none;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-about-closing {
	margin-top: 1rem;
	margin-bottom: 0;
	padding: 1rem 1.1rem;
	background: rgba(13, 148, 136, 0.06);
	border-radius: 12px;
	border-left: 3px solid #0d9488;
	font-weight: 500;
	color: #134e4a;
	line-height: 1.75;
}

.ce-tokushou-page--cms.ce-contact-page {
	margin: 0;
	padding: 0;
}

/* Contact: two columns need more horizontal room than default 1080px article cap */
.aimeos.cms-page:has(.ce-contact-page) .ce-tokushou-page.ce-contact-page {
	max-width: min(1200px, 100%);
}

.ce-tokushou-page--cms .ce-contact-layout > .ce-tokushou-section {
	margin-bottom: 0;
}

.ce-tokushou-page--cms .ce-contact-submit {
	background: linear-gradient(180deg, #0d9488, #0f766e) !important;
	box-shadow: 0 6px 20px -12px rgba(13, 148, 136, 0.55);
}

.ce-tokushou-page--cms .ce-contact-submit:hover {
	background: linear-gradient(180deg, #0f766e, #134e4a) !important;
}

.ce-tokushou-page--cms .ce-contact-submit:focus-visible {
	outline: 2px solid #0d9488;
}

/* CMS: ご購入ガイド（ステップ＋重要情報） */
.ce-shop-guide-steps {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 0 0 2rem;
}

.ce-shop-guide-step {
	border-radius: 14px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	box-shadow: 0 8px 28px -18px rgba(15, 23, 42, 0.35);
	padding: 1rem 1.1rem 1.15rem;
}

.ce-shop-guide-step__head {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	margin-bottom: 0.55rem;
}

.ce-shop-guide-step__badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.25rem;
	height: 2.25rem;
	padding: 0 0.45rem;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.95rem;
	color: #fff;
	background: linear-gradient(145deg, #0d9488, #0f766e);
	box-shadow: 0 4px 12px -6px rgba(13, 148, 136, 0.65);
}

.ce-shop-guide-step__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}

.ce-shop-guide-step__body {
	color: #334155;
	font-size: 0.95rem;
	line-height: 1.75;
}

.ce-shop-guide-step__body > p:first-child {
	margin-top: 0;
}

.ce-shop-guide-step__body > p:last-child {
	margin-bottom: 0;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-shop-guide-step__body ul {
	list-style: disc !important;
	list-style-type: disc !important;
	padding-left: 1.35rem !important;
	margin: 0.5rem 0 0 !important;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-shop-guide-step__body ul > li {
	padding-left: 0.35rem !important;
	margin-top: 0.35rem;
}

.ce-shop-guide-info {
	margin-top: 0.5rem;
}

.ce-shop-guide-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0.75rem;
}

.ce-shop-guide-info-card {
	border-radius: 12px;
	padding: 1rem 1.05rem;
	background: rgba(13, 148, 136, 0.06);
	border: 1px solid rgba(13, 148, 136, 0.18);
}

.ce-shop-guide-info-card__title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	font-weight: 700;
	color: #134e4a;
}

.ce-shop-guide-info-card__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #334155;
}

.ce-shop-guide-contact-list {
	margin: 0.5rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.9rem;
	line-height: 1.6;
	color: #334155;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-shop-guide-contact-list {
	list-style: disc !important;
	list-style-type: disc !important;
}

.aimeos.cms-page .ce-tokushou-page--cms .ce-shop-guide-contact-list > li {
	padding-left: 0.35rem !important;
	margin-top: 0.25rem;
}

@media (max-width: 720px) {
	.ce-shop-guide-info-grid {
		grid-template-columns: 1fr;
	}
}
