@charset "UTF-8";

/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	font-size: inherit;
	vertical-align: baseline;
}

i,
em {
	font-style: normal;
}

small {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
li {
	list-style: none;
}

th,
td {
	vertical-align: middle;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

ul,
dl,
ol {
	text-indent: 0;
}

li {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #282828;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0deg, 0%, 100%, 0), hsla(0deg, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
	padding: 4px 8px;
	border: 1px solid #282828;
	background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button;
}

em,
i {
	font-style: normal;
}

* {
	box-sizing: border-box;
}

html {
	word-wrap: break-word;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 800;
	-webkit-text-size-adjust: 100%;
	min-width: 1000px;
}


@media only screen and (max-width: 768px) {
	body {
		min-width: auto;
	}
}

a {
	color: #0f2d6b;
	transition: filter 0.3s ease;
}

a:hover {
	filter: brightness(120%);
}

@media only screen and (max-width: 768px) {
	a:hover {
		filter: none;
	}
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	transition: filter 0.3s ease;
}

button:hover {
	filter: brightness(120%);
}

@media only screen and (max-width: 768px) {
	button:hover {
		filter: none;
	}
}

button:active,
button:focus,
button:visited {
	color: #333;
}

button,
a,
img {
	outline: none;
}

/*------------------------------------------------------
  contents
------------------------------------------------------*/

.sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

body {
	position: relative;
	width: 100%;
	line-break: strict;
}

.wrapper {
	width: 100%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	background-color: #fff8dd;
	/* Updated Base Color */
}


.header {
	position: relative;
	text-align: center;
}

.bankName {
	position: relative;
	z-index: 1;
	padding: 20px 0;
	text-align: center;
	background-color: #fff8dd;
	/* Match Wrapper */
}

.bankName img {
	width: auto;
	height: 40px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.bankName {
		padding: 10px 0;
	}
}

.mainImage {
	position: relative;
	width: 100%;
	/*height: 450px;*/
	margin: auto;
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.mainImage__inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mainImage__inner h1 {
	width: 100%;
	height: auto;
	padding-top: 50px;
	margin-bottom:50px;
}

.card {
	
}

.card img {
	max-width: 100%;
	margin:1em auto;
}

.day {
	width: 100%;
}

.day img {
	max-width: 805px;
}

@media only screen and (max-width: 1000px) {
	.catch {
		right: -100px;
	}

	.catch img {
		width: 700px;
	}

}


@media only screen and (max-width: 768px) {

	.mainImage {
		/*height: 650px;*/
		margin: 0 auto;
		padding:20px;
	}

	.mainImage__inner h1 {
		min-width: auto;
		padding: 50px 0 0 0;
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.mainImage__inner h1 img {
		max-width: 100%;
		height: auto;
	}

	.card img {
		width: 60vw;
	}

	.day {
		margin-top:20px;
	}

	.day img {
		max-width: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.table_scroll {
		width:90%;
		overflow-x:scroll;
	}
	.table_scroll table {
		min-width:768px;
	}
}

.sp_only {display:none;}
.pc_only {display:table-cell;}
.karicase {width:98%;}

@media only screen and (max-width: 450px) {
	.case th {display:block; width:100%}
	.case th.pc_only {
		display:none;
	}
	.step .case td {display:block; width:50%;}
	.step .case tr {display:flex;}
	.sp_only {display:block;}
	details[open] {max-width:400px; width:100%;} 
	.karicase {max-width:400px; width:100%;}
	.table_scroll {
		max-width:240px;
		width:100%;
	}
	.step table.case2 {max-width:400px;}
}

.section__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 60px 0;
	position: relative;
}

@media only screen and (max-width: 768px) {
	.section__inner {
		padding-right: 1em;
		padding-left: 1em;
		padding-bottom: 90px;
	}
}


h2 {
	font-size: 3.0rem;
	position: relative;
	display: flex;
	justify-content: center;
	/*左右中央配置*/
	margin-bottom: 1em;
	color: #5d5333;
	/* Darker Gold/Brown */
}

h2::before {
	position: absolute;
	content: '';
	top: 100%;
	width: 10%;
	/*線の長さ*/
	height: 8px;
	/*線の太さ*/
	border-radius: 2px;
	/*線の角を丸くする*/
	background-color: #c5a059;
	/* More refined Gold */
	margin-right: 0;
}

/*
h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	margin-bottom: 1em;
	font-size: 3rem;
	;
}

h2::before,
h2::after {
	width: 3px;
	height: 40px;
	background-color: #737373;
	content: '';
}

h2::before {
	transform: rotate(-35deg);
	margin-right: 30px;
}

h2::after {
	transform: rotate(35deg);
	margin-left: 30px;
}
*/

/* .dark h2{
	color: #464021;
}

.dark > div > div{
	color: #FFF;
} */

table {
	color: #000;
}

.kikan {
	background: #fff;
	/* Clear white for contrast against cream body */
}

.big {
	font-size: 2.2rem;
	font-weight: bold;
}

.tC {
	text-align: center;
}
.link_blank {
	  background: url(../images/icn_blank.svg) right center no-repeat;
  background-size: 14px;
  padding-right: 23px;
}

@media only screen and (max-width: 400px) {

	.taisyo .tC,
	.tokuten .tC {
		text-align: left;
	}
}

.mT1em {
	margin-top: 1em;
}
.fB {
	font-weight:bold;
}
.red {
	color:red;
}

.fR {
	float: right;
}
.tC {text-align:center!important;}
.tC img {margin:0 auto;}
.zyoukendark {background:#fff8dd;}

.indent {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.txt-s {
	font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 2.5rem;
	}

	.big {
		font-size: 1.8rem;
	}
}

.taisyo {
	background: url(../images/back.png);
	position: relative;
}

.taisyo .section__inner::after {
	width: 130px;
	height: 190px;
	background: url(../images/person1.png) no-repeat;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
}

@media only screen and (max-width: 768px) {
	.taisyo .section__inner::after {
		width: 80px;
		height: 100px;
		background: url(../images/person1.png) no-repeat;
		background-size: contain;
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

.b-blue {
	background: #fff;
	/* Clear white */
}

.tokuten .mT1em {
	position: relative;
	width: 700px;
	margin: 1em auto;
}


@media only screen and (max-width: 768px) {
	.tokuten .mT1em {
		width: 80%;
	}

	.tokuten .mT1em::after {
		content: "";
		width: 100px;
		height: 100px;
		position: absolute;
		left: -50px;
		bottom: -10px;
		background: url(../images/person2.png) no-repeat;
		background-size: contain;
	}
}


h3 {
	font-size: 2.5rem;
	background: linear-gradient(to right, #e8dcb5, #d6c698);
	/* Gradient Gold */
	color: #333;
	padding: 0.4em 0.5em;
	/* Adjusted padding */
	text-align: center;
	margin-bottom: 1em;
	border-radius: 4px;
	/* Soften edges */
}

.service img {
	max-width: 250px;
	height: auto;
	/* margin-left:1em; */

}

dl {
	border: solid 2px #c5a059;
	/* Gold border */
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #c5a059;
}

dt {
	padding: 0.5em;
	width: 210px;
	font-weight: bold;
	color: white;
	text-align: center;
	font-size: 2.0rem;

}

dd {
	padding: 0.5em;
	background: white;
	width: calc(100% - 210px);
	height: 100%;
}

.disc li {
	list-style: disc;
	margin-left: 1em;
}

@media only screen and (max-width: 768px) {
	article .fR {
		margin-bottom: 1em;
	}

	dl {
		clear: both;
	}

	h3 {
		font-size: 2.2rem;
	}
}

@media only screen and (max-width: 400px) {
	article .fR {
		float: none;
		text-align: center;
	}

	article .fR img {
		margin: 0 auto;
	}

	dl {
		display: block;
	}

	dt,
	dd {
		width: 100%;
	}
}

article {
	margin-bottom: 3em;
	overflow: hidden;
}

.link {
	font-size: 1.4rem;
	margin-top: 1em;
}

.box {
	border: solid 2px #c5a059;
	/* Gold border */
}

h4 {
	background: #c5a059;
	/* Gold */
	color: white;
	padding: .4em;
	margin-bottom: 0.5em;
}

.flexbox_wap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	justify-content: flex-start;
}

.service .flexbox_wap>li {
	width: 50%;
	padding: 1em;
}

.service .flexbox_wap.col-3>li {
	width: 33%;
}

.service .flexbox_wap.col-3 img {
	width: 100%;
	max-width: 250px;
}


@media only screen and (max-width: 400px) {
	.service .flexbox_wap>li {
		width: 100%;
	}
}


table {
	width: 100%;
	border-collapse: collapse;
	background: white;
}

table td,
table th {
	padding: 1em;
	vertical-align: middle;
	border: solid 1px #e1e1e1;
	line-height: 140%;
}

table th {
	background: #e8dcb5;
	/* Light Gold */
	color: #333;
	font-weight: bold;
	border: 1px solid #dcdcdc;
}

table table {
	text-align: center;
}

table table th {
	font-weight: normal;
	text-align: center;
}

table td {
	text-align: center;
}

table img {
	max-width: 200px;
	margin: 0 auto;
}


@media only screen and (max-width: 1024px) {

	.service .flexbox_wap.col-3>li {
		width: 50%;
	}

}


@media only screen and (max-width: 768px) {
	table {
		margin-bottom: 1em;
	}

	.service .flexbox_wap.col-3>li {
		width: 100%;
	}

}

@media only screen and (max-width: 400px) {
	table img {
		max-width: 100px;
	}
}

.attention {
	background: #eee;
}



.footer {
	background: #222;
	/* Black/Dark Gray for footer */
	color: #999;
	text-align: center;
	padding: 1em;
}


#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-weight: bold;
	font-size: 80%;
	z-index: 5;
	text-align: center;
}

@media all and (max-width: 768px) {
	#page-top {
		bottom: 20px;
		right: 10px;
	}
}

#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(15, 45, 107, 0.8);
	/* Navy */
	color: #fff;
	opacity: 0.9;
}

@media all and (max-width: 768px) {
	#page-top a {
		width: 40px;
		height: 40px;
	}
}

#page-top a:hover {
	opacity: 0.8;
}

#page-top a:active {
	opacity: 1;
}

#page-top a:after {
	position: absolute;
	right: 19px;
	top: 43%;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media all and (max-width: 768px) {
	#page-top a:after {
		right: 14px;
		top: 40%;
	}
}

.small {
	font-size: 90%;
}


.marker {

	background: linear-gradient(transparent 60%, #ff6 60%);
	color: #000;

}


@media only screen and (max-width: 500px) {
	.service .flexbox_wap li {
		width: 100%;
	}
}


#order {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.order_contents {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 60px;
	z-index: 999;
	/* Ensure on top */
}

#order a {
	background: linear-gradient(to right, #d1ab6f, #b9963d);
	/* Gold Gradient Button */
	color: white;
	font-size: 2.0rem;
	padding: 0.5em 4em;
	position: relative;
	border-radius: 50px;
	/* Rounded button */
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#order a:hover {
	opacity: 0.8;
}


#order a::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	right: 23px;
	width: 11px;
	height: 23px;
	background-image: url(../images/icon_arrow_right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: translateY(-50%);
}


.steps {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
	gap: 24px;
	padding-top: 40px;

}



.step {
	flex: 1;
	background: #fff;
	border-radius: 16px;
	/* Top padding clears the label */
	padding: 60px 20px 30px;
	position: relative;
	/* Very subtle shadow initially */
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(0, 0, 0, 0.03);
	text-align: center;
	transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease;
	z-index: 1;
}

.step:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(186, 149, 72, 0.15);
	border-color: rgba(186, 149, 72, 0.3);
}

/* Step Label Pill */
.step-label {
	position: absolute;
	top: -20px;
	/* Floating halfway out */
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	color: #fff;
	padding: 6px 0;
	width: 100px;
	/* Standardize width */
	border-radius: 50px;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
	z-index: 2;
	/* White ring to separate from content/line */
	border: 3px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Gradient Background for the pill */
	background: linear-gradient(135deg, #464021, #a67c33);
}

/* Content Styling */
/* Resetting previous h3 styles for this scope */
.step h3 {
	background: transparent;
	color: #333;
	font-size: 1.8rem;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 1.4;
}

/* Remove any background span if exists */
.step h3 span {
	background: transparent;
	color: inherit;
	padding: 0;
}

/* Decorative underline for H3 */
.step h3::after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background: #464021;
	margin: 10px auto 0;
	border-radius: 2px;
	opacity: 0.7;
}

.step p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #666;
}

/* "Required" Step Highlight */
.step.required {
	/* Highlight border */
	border: 2px solid #464021;
	background: #fffdf7;
}

.step.required .step-label {
	/* Corporate Blue for emphasis */
	background: linear-gradient(135deg, #0b308e, #061c55);
	width: 100px;
	border-color: #fffdf7;
}

/* Add 'REQUIRED' badge */
.step.required::before {
	content: '必須';
	position: absolute;
	top: 10px;
	right: 10px;
	background: #e74c3c;
	color: white;
	font-size: 1.0rem;
	padding: 2px 8px;
	border-radius: 4px;
	font-weight: bold;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
	.flow-steps {
		padding: 50px 15px;
	}

	.steps {
		flex-direction: column;
		gap: 50px;
		padding-top: 20px;
	}

	/* Vertical connecting line */
	.steps::before {
		width: 3px;
		height: 100%;
		left: 50%;
		top: 0;
		bottom: 0px;
		right: auto;
		border-radius: 2px;
		transform: translateX(-50%);
		background: linear-gradient(to bottom, rgba(209, 171, 111, 0.2), rgba(209, 171, 111, 1), rgba(209, 171, 111, 0.2));
	}

	.step {
		width: 100%;
		margin: 0;
		padding-bottom: 40px;
	}

	.step:hover {
		transform: scale(1.02);
		/* Slight zoom instead of lift on mobile */
		transform: translateY(-5px);
	}

	/* Adjust label position for visual balance on mobile? */
	/* Centered is fine. */
}

/* ==============================================
   Flow Steps - Vertical Layout (Override)
   ============================================== */
.flow-steps {
	padding: 60px 10px;
	background: inherit;
	/* Transparent to show section bg (white) */
}

.steps {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

/* Connecting Line */
.steps::before {
	content: '';
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 49px;
	/* Center of left col (100px) */
	width: 2px;
	background: linear-gradient(to bottom, rgba(197, 160, 89, 0.2), rgba(197, 160, 89, 1), rgba(197, 160, 89, 0.2));
	z-index: 0;
}

.step {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-template-rows: auto;
	gap: 0 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0;
	/* Right padding for content handled by children */
	align-items: stretch;
	/* Reset previous flex styles */
	flex: none;
	text-align: left;
}

.step:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(197, 160, 89, 0.15);
	border-color: rgba(197, 160, 89, 0.4);
}


/* Left Column: Label */
.step-label {
	grid-column: 1;
	grid-row: 1 / 10;
	/* Span multiple rows to cover h3, p, table */
	background: linear-gradient(160deg, #464021, #5d5333);
	/* Dark brown/gold */
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	height: 100%;
	/* Fill height */
	min-height: 150px;
	border-right: 3px solid #d1ab6f;
	/* Reset previous absolute positioning */
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	width: auto;
	border-radius: 0;
	border: none;
	border-right: 4px solid #c5a059;
	/* Accent Color */
	box-shadow: none;
}

.step-label::after {
	content: '';
	display: block;
	height: 30px;
	width: 2px;
	background: rgba(255, 255, 255, 0.3);
	margin-top: 10px;
}

/* Right Column Elements */
/* Target all direct children other than label */
.step>h3,
.step>p,
.step>table,
.step>div {
	grid-column: 2;
	padding-left: 10px;
	padding-right: 20px;
	/* Small gap from the label column */
	max-width: 100%;
}

.step>h3 {
	margin-top: 30px;
	text-align: left;
	font-size: 2.0rem;
	color: #464021;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: none;
	/* Reset */
	width: 100%;
}

.step>h3::after {
	display: none;
}

.step>p {
	text-align: left;
	margin-bottom: 20px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* Table styling */
.step table {
	width: 100%;
	max-width: 95%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-radius: 6px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #e0e0e0;
}
.step table.case2 {
	max-width:100%;
}
summary {
	cursor: pointer;
	margin-bottom:0.5em;
	border-bottom:solid 1px #ccc;
	font-size:1.4rem;
}

@media (max-width: 768px) {
.step table {
	box-shadow:0 0 0 0;
}
}

.step table th,
.step table td {
	padding: 12px;
	border: 1px solid #e0e0e0;
	font-size: 1.3rem;
	text-align: center;
}

.step table th {
	background: #fbf6e3;
	/* Very light gold */
	color: #464021;
	font-weight: bold;
}

.step table td {
	background: #fff;
}

/* Required Step */
.step.required {
	border: 2px solid #c5a059;
	background: #fffdf9;
}

.step.required .step-label {
	background: linear-gradient(160deg, #0f2d6b, #1d4d9e);
	/* Navy Gradient */
	border-right-color: #c5a059;
}

/* Required Badge */


/* Mobile */
@media (max-width: 768px) {
	.step {
		grid-template-columns: 60px 1fr;
	}

	.steps::before {
		left: 29px;
	}

	.step-label {
		font-size: 1.0rem;
		padding: 20px 5px 5px;
	}

	.step>h3 {
		font-size: 1.6rem;
		margin-top: 20px;
	}

	.step table {
		display: block;
	}
}

/* ==============================================
   Benefits (Tokuten) Section styling
   ============================================== */
.tokuten .section__inner {
	max-width: 1000px;
}

.benefit-container {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-top: 30px;
}

.benefit-box {
	flex: 1;
	background: #fff;
	border: 1px solid #e3c886;
	border-radius: 12px;
	padding: 30px 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
	position: relative;
	transition: transform 0.3s ease;
	background:#fff8dd;
}

.benefit-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(197, 160, 89, 0.15);
}

/* Header inside the box */
.benefit-box h3 {
	background: none;
	/* remove default bg */
	color: #464021;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #c5a059;
	line-height: 1.4;
	position: relative;
}

.benefit-box h3::before {
	/* Number or Icon placeholder if needed, for now subtle accent */
	display: none;
}

/* Decorate the top border */
.benefit-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #d1ab6f, #b9963d);
	border-radius: 12px 12px 0 0;
}

.benefit-box p {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #333;
	text-align: left;
}

/* Mobile responsive */
@media (max-width: 768px) {
	.benefit-container {
		flex-direction: column;
		gap: 20px;
	}

	.benefit-box {
		margin: 0 10px;
	}
}