body {
	background: #fffaf5;
	color: #5a3b22;
}

.a3s-page {
	background: linear-gradient(180deg, #fffaf5 0%, #fff7ef 100%);
}

.a3s-hero {
	margin: 80px auto 0;
	padding: 48px 5% 68px;
	background: linear-gradient(135deg, #ffd08a 0%, #ffb14d 38%, #ff8a00 100%);
	color: #653814;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	text-align: center;
}

.a3s-hero::before,
.a3s-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
}

.a3s-hero::before {
	width: 320px;
	height: 320px;
	top: -120px;
	right: -80px;
}

.a3s-hero::after {
	width: 220px;
	height: 220px;
	left: -60px;
	bottom: -90px;
}

.a3s-hero-inner,
.a3s-section-inner,
.a3s-index-banner-inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.a3s-label {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 999px;
	background: rgba(255, 247, 237, 0.72);
	border: 1px solid rgba(160, 84, 0, 0.22);
	color: #9f4900;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 18px;
}

.a3s-hero h1 {
	font-size: 32px;
	line-height: 1.35;
	color: #7a3400;
	margin-bottom: 0;
}

.a3s-hero .a3s-hero-tagline {
	font-size: 28px;
	color: #6e3000;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
	text-shadow: none;
}

.a3s-hero .a3s-hero-tagline span,
.a3s-hero .a3s-hero-tagline .eachTextAnime02,
.a3s-hero .a3s-hero-tagline .eachTextAnime02 span,
.a3s-hero .a3s-hero-tagline .eachTextAnime02.appeartext02 span {
	color: #5f2a00;
}

.a3s-hero-link-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: -6px 0 24px;
}

.a3s-hero-link {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255,247,237,0.82);
	border: 1px solid rgba(160,84,0,0.22);
	color: #8f3800;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

.a3s-lead {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 18px;
	color: #6d3200;
}

.a3s-sub {
	font-size: 14px;
	line-height: 1.9;
	max-width: 760px;
	color: rgba(91, 53, 24, 0.94);
}

.a3s-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 12px;
	padding: 0;
	list-style: none;
}

.a3s-chip-list li {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 248, 241, 0.78);
	border: 1px solid rgba(176, 96, 0, 0.18);
	color: #7a3600;
	font-size: 13px;
	font-weight: bold;
}

.a3s-tab-nav-wrap {
	padding: 0 5%;
	margin-top: -44px;
	position: relative;
	z-index: 2;
}

.a3s-tab-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.a3s-tab-nav a {
	display: inline-block;
	padding: 14px 22px 12px;
	border-radius: 18px 18px 0 0;
	background: #fff7ef;
	border: 1px solid #ffd0a3;
	border-bottom: 3px solid #ff9d39;
	box-shadow: 0 8px 18px rgba(237, 131, 18, 0.1);
	color: #b84b00;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.a3s-tab-nav a:hover,
.a3s-tab-nav a:focus,
.a3s-tab-nav a:focus-visible {
	background: #fffaf5;
	box-shadow: 0 12px 24px rgba(237, 131, 18, 0.14);
	transform: translateY(-2px);
	outline: none;
}

.a3s-tab-nav a.is-current,
.a3s-tab-nav a[aria-current="page"] {
	background: linear-gradient(180deg, #ffffff 0%, #fff4e4 100%);
	border-color: #ffb867;
	border-bottom-color: #d96a00;
	box-shadow: 0 14px 26px rgba(237, 131, 18, 0.16);
	color: #973e00;
}

.a3s-button-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 30px;
}

.a3s-btn,
.a3s-btn-sub {
	display: inline-block;
	padding: 14px 28px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: bold;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.a3s-btn {
	background: #ffffff;
	color: #b84b00;
	box-shadow: 0 8px 24px rgba(125, 60, 0, 0.18);
}

.a3s-btn-sub {
	background: rgba(255, 248, 241, 0.82);
	color: #b84b00;
	border: 1px solid rgba(160, 84, 0, 0.24);
}

.a3s-btn:hover,
.a3s-btn-sub:hover {
	transform: translateY(-2px);
}

.a3s-section {
	padding: 70px 5%;
}

.a3s-section-alt {
	background: #fff3e4;
}

.a3s-section-soft {
	background: #fff8f1;
}

.a3s-section h2 {
	font-size: 30px;
	color: #d45d00;
	margin-bottom: 18px;
}

.a3s-section-inner-pricing {
	max-width: 1280px;
}

.a3s-section p {
	font-size: 15px;
	line-height: 1.9;
	color: #654124;
}

.a3s-intro {
	max-width: 780px;
	margin-bottom: 28px;
}

.a3s-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 22px;
}

.a3s-card,
.a3s-link-card,
.a3s-summary-card,
.a3s-plan-card,
.a3s-flow-card,
.a3s-timeline-item,
.a3s-note-box,
.a3s-highlight-box {
	background: #fff;
	border: 1px solid #ffd7b2;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(237, 131, 18, 0.08);
}

.a3s-card,
.a3s-link-card,
.a3s-summary-card,
.a3s-plan-card,
.a3s-flow-card {
	padding: 28px 24px;
}

.a3s-card h3,
.a3s-link-card h3,
.a3s-summary-card h3,
.a3s-plan-card h3,
.a3s-flow-card h3,
.a3s-timeline-item h3,
.a3s-note-box h3,
.a3s-highlight-box h3 {
	font-size: 21px;
	color: #cd5800;
	margin-bottom: 12px;
}

.a3s-link-card .a3s-mini-label,
.a3s-summary-card .a3s-mini-label,
.a3s-plan-card .a3s-mini-label,
.a3s-flow-card .a3s-mini-label {
	display: inline-block;
	padding: 5px 12px;
	border-radius: 999px;
	background: #fff3e4;
	color: #9e4300;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}

.a3s-link-card p,
.a3s-summary-card p,
.a3s-plan-card p,
.a3s-flow-card p,
.a3s-card p,
.a3s-note-box p,
.a3s-highlight-box p {
	font-size: 14px;
	line-height: 1.85;
}

.a3s-link-card a {
	display: inline-block;
	margin-top: 18px;
	color: #e26f00;
	font-weight: bold;
	text-decoration: none;
}

.a3s-link-card-link {
	display: block;
	color: inherit;
	text-decoration: none;
	border-radius: 20px;
	height: 100%;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.a3s-link-card-link:hover .a3s-link-card,
.a3s-link-card-link:focus .a3s-link-card,
.a3s-link-card-link:focus-visible .a3s-link-card {
	transform: translateY(-3px);
	box-shadow: 0 16px 34px rgba(237, 131, 18, 0.14);
	border-color: #ffbf84;
	background: #fffaf5;
}

.a3s-link-card-link:focus,
.a3s-link-card-link:focus-visible {
	outline: none;
}

.a3s-link-card {
	height: 100%;
}

.a3s-link-card-arrow {
	display: inline-block;
	margin-top: 18px;
	color: #d96800;
	font-weight: bold;
}

.a3s-summary-list {
	display: grid;
	gap: 18px;
	max-width: 860px;
}

.a3s-summary-item {
	padding: 0 0 18px;
	border-bottom: 1px solid #f2cfab;
}

.a3s-summary-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.a3s-summary-item h3 {
	font-size: 21px;
	color: #cd5800;
	margin-bottom: 8px;
}

.a3s-summary-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.85;
	color: #654124;
}

.a3s-two-col {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
}

.a3s-bullet-list,
.a3s-check-list,
.a3s-detail-list {
	margin: 14px 0 0;
	padding-left: 20px;
}

.a3s-bullet-list li,
.a3s-check-list li,
.a3s-detail-list li {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.8;
	color: #654124;
}

.a3s-check-list {
	list-style: none;
	padding-left: 0;
}

.a3s-check-list li {
	padding-left: 24px;
	position: relative;
}

.a3s-check-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #f07a00;
	font-weight: bold;
}

.a3s-table-wrap {
	overflow-x: auto;
}

.a3s-price-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(237, 131, 18, 0.08);
}

.a3s-price-table th,
.a3s-price-table td {
	padding: 16px 14px;
	border-bottom: 1px solid #ffe2c5;
	font-size: 14px;
	line-height: 1.7;
	vertical-align: top;
}

.a3s-price-table th {
	background: linear-gradient(135deg, #ffb95d 0%, #ff9229 100%);
	color: #5f2a00;
	text-align: left;
}

.a3s-price-table tr:nth-child(even) td {
	background: #fff9f2;
}

.a3s-price-table-wide {
	min-width: 1040px;
}

.a3s-price-table-wide th:nth-child(1),
.a3s-price-table-wide td:nth-child(1),
.a3s-price-table-wide th:nth-child(2),
.a3s-price-table-wide td:nth-child(2),
.a3s-price-table-wide th:nth-child(3),
.a3s-price-table-wide td:nth-child(3),
.a3s-price-table-wide th:nth-child(4),
.a3s-price-table-wide td:nth-child(4),
.a3s-price-table-wide th:nth-child(5),
.a3s-price-table-wide td:nth-child(5),
.a3s-price-table-wide th:nth-child(6),
.a3s-price-table-wide td:nth-child(6) {
	white-space: nowrap;
}

.a3s-price-table-wide th:last-child,
.a3s-price-table-wide td:last-child {
	min-width: 240px;
}

.a3s-price-table-service {
	min-width: 860px;
	margin-top: 18px;
}

.a3s-price-table-service th:nth-child(1),
.a3s-price-table-service td:nth-child(1),
.a3s-price-table-service th:nth-child(2),
.a3s-price-table-service td:nth-child(2),
.a3s-price-table-service th:nth-child(3),
.a3s-price-table-service td:nth-child(3) {
	white-space: nowrap;
}

.a3s-price-table-service th:last-child,
.a3s-price-table-service td:last-child {
	min-width: 360px;
}

.a3s-subtable-title {
	font-size: 24px;
	color: #cd5800;
	margin: 28px 0 14px;
}

.a3s-emphasis-row td {
	background: #fff1df !important;
}

.a3s-note-box,
.a3s-highlight-box {
	padding: 26px 24px;
	margin-top: 24px;
}

.a3s-note-box {
	background: #fff7ef;
}

.a3s-highlight-box {
	background: linear-gradient(135deg, #fff4df 0%, #fff 100%);
}

.a3s-flow-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 18px;
}

.a3s-flow-card .a3s-step {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #ffcb86 0%, #ffa13a 100%);
	color: #6f3000;
	font-weight: bold;
	margin-bottom: 14px;
}

.a3s-timeline {
	position: relative;
	margin-top: 10px;
}

.a3s-timeline::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 10px;
	bottom: 10px;
	width: 4px;
	background: linear-gradient(180deg, #ffbf70 0%, #ff8600 100%);
	border-radius: 999px;
}

.a3s-timeline-item {
	position: relative;
	padding: 24px 24px 24px 64px;
	margin-bottom: 18px;
}

.a3s-timeline-item::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 30px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #ff8d0a;
	border: 5px solid #fff2e1;
	box-shadow: 0 0 0 4px rgba(255, 141, 10, 0.15);
}

.a3s-timeline-date {
	display: inline-block;
	padding: 6px 12px;
	border-radius: 999px;
	background: #fff1df;
	color: #974000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.a3s-cta {
	padding: 64px 5%;
	background: linear-gradient(135deg, #ffb95d 0%, #ff7c00 100%);
	color: #652f00;
	text-align: center;
}

.a3s-cta h2 {
	font-size: 30px;
	color: #6a2f00;
	margin-bottom: 16px;
}

.a3s-cta p {
	max-width: 760px;
	margin: 0 auto 26px;
	font-size: 15px;
	line-height: 1.9;
	color: rgba(101, 47, 0, 0.95);
}

.a3s-index-banner {
	padding: 6px 0 0;
	background: #fffaf5;
}

.a3s-index-banner .a3s-index-banner-inner {
	max-width: 920px;
}

.a3s-index-banner-card {
	background: linear-gradient(135deg, #fff3e2 0%, #ffe2be 52%, #ffc989 100%);
	border: 1px solid #efc89a;
	border-radius: 0;
	padding: 14px 18px;
	box-shadow: 0 8px 18px rgba(191, 92, 0, 0.1);
	text-align: center;
}

.a3s-index-banner-card h2 {
	font-size: 20px;
	line-height: 1.35;
	color: #8a4a18;
	text-transform: none;
	margin-bottom: 0;
}

.a3s-index-banner-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

.a3s-index-banner-actions a {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	text-decoration: none;
	font-weight: bold;
	min-width: 132px;
	font-size: 13px;
	text-align: center;
	background: rgba(255, 252, 248, 0.88);
	color: #9a5521;
	border: 1px solid rgba(159, 93, 31, 0.18);
	box-shadow: 0 4px 10px rgba(143, 61, 0, 0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.a3s-index-banner-actions a:hover,
.a3s-index-banner-actions a:focus,
.a3s-index-banner-actions a:focus-visible {
	background: #fffdf9;
	box-shadow: 0 7px 14px rgba(143, 61, 0, 0.12);
	transform: translateY(-1px);
	outline: none;
}

.a3s-news-grid ul {
	background: #fffaf3;
	border: 1px solid #ffd9b7;
	border-radius: 18px;
	padding: 22px 22px 18px;
	margin-bottom: 18px;
}

.a3s-news-grid ul li {
	list-style: none;
}

.a3s-news-grid .date {
	font-weight: bold;
	color: #df6a00;
	margin-bottom: 8px;
}

.a3s-news-grid a {
	color: #e26f00;
	font-weight: bold;
}

.a3s-page .a3s-center {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.a3s-hero {
		margin-top: 70px;
		padding: 44px 5% 64px;
		min-height: 184px;
	}

	.a3s-hero h1,
	.a3s-index-banner-card h2,
	.a3s-section h2,
	.a3s-cta h2 {
		font-size: 24px;
	}

	.a3s-lead {
		font-size: 16px;
	}

	.a3s-hero .a3s-hero-tagline {
		font-size: 28px;
	}

	.a3s-sub,
	.a3s-section p,
	.a3s-cta p {
		font-size: 14px;
	}

	.a3s-index-banner-actions a {
		min-width: 116px;
		padding: 8px 12px;
	}
}

@media only screen and (min-width: 768px) {
	.a3s-hero {
		padding: 56px 10% 76px;
		margin-top: 60px;
		min-height: 220px;
	}

	.a3s-tab-nav-wrap {
		padding: 0 10%;
		margin-top: -48px;
	}

	.a3s-hero h1 {
		font-size: 46px;
	}

	.a3s-lead {
		font-size: 22px;
	}

	.a3s-hero .a3s-hero-tagline {
		font-size: 40px;
	}

	.a3s-sub {
		font-size: 16px;
	}

	.a3s-hero-link-wrap {
		margin: -8px 0 26px;
	}

	.a3s-section,
	.a3s-cta,
	.a3s-index-banner {
		padding-left: 10%;
		padding-right: 10%;
	}

	.a3s-index-banner {
		padding-left: 0;
		padding-right: 0;
	}

	.a3s-section-pricing {
		padding-left: 5%;
		padding-right: 5%;
	}

	.a3s-index-banner-card {
		padding: 18px 24px;
	}
}
