@charset "UTF-8";

/* ---------- 全体を中央寄せ（念のため） ---------- */
html body #multi_img_section + div {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
#multi_img_section + div .heading.block_header_6{
background: unset !important;
}
/* ---------- 見出し ---------- */
#multi_img_section + div .heading.block_header_6 {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#multi_img_section + div .heading.block_header_6:before {
	content: none !important;
	display: none !important;
}
#multi_img_section + div .heading.block_header_6 h2.h {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 14px 20px;
	font-size: 1.9rem;
	font-weight: bold;
	text-align: left;
	background: #F2ECD3;
	border-bottom: 2px solid #CBB98A;
	color: #5C4632;
	letter-spacing: 0.02em;
border: dotted;
    border-color: rgb(204, 204, 204);

}

/* ---------- リード文 ---------- */
#multi_img_section + div .add_text {
	margin-bottom: 35px;
	line-height: 1.9;
	color: #1b1b1b;
}

/* ---------- ステップ全体（968px超：3カラム / Grid） ---------- */
html body #multi_img_section + div .wrapper_item {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	align-items: start !important;
	margin: 0 -45px !important;
	counter-reset: accessStep;
}
html body #multi_img_section + div .wrapper_item .inner_item {
	position: relative;
	box-sizing: border-box !important;
	width: auto !important;
	max-width: none !important;
	flex: none !important;
	padding: 0 45px 55px !important;
}

/* 矢印（3カラム時：先頭ステップ以外、左側に表示） */
#multi_img_section + div .inner_item:not(:first-child):before {
	content: "";
	position: absolute;
	top: 60px;
	left: -16px;
	width: 28px;
	height: 28px;
	background: url(/common/upload_data/futaba-officecom/image/20260715201921.png) no-repeat center / contain;
}


/* ---------- 画像 ---------- */
#multi_img_section + div .inner_item_img {
	margin-bottom: 15px;
	overflow: hidden;
}
#multi_img_section + div .inner_item_img a {
	display: block;
	text-decoration: none !important;
}
#multi_img_section + div .inner_item_img img {
	width: 200px !important;
	height: auto !important;
	display: block;
	margin: auto;
	transition: opacity .3s ease-in-out;
}
#multi_img_section + div .inner_item_img a:hover img {
	opacity: 0.85;
}

/* ---------- テキスト（番号は自動採番） ---------- */
#multi_img_section + div .inner_item_txt {
	text-align: left;
}
#multi_img_section + div .inner_item_txt p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.7;
}
#multi_img_section + div .inner_item_txt p:before {
	counter-increment: accessStep;
	content: counter(accessStep) ".";
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 1.5rem;
	color: #000000;
}

/* ---------- レスポンシブ（968px以下：1カラム中央寄せ／矢印は下に表示） ---------- */
@media screen and (max-width: 968px) {
	html body #multi_img_section + div .wrapper_item {
		grid-template-columns: 1fr !important;
		margin: 0 !important;
		justify-items: center !important;
	}
	html body #multi_img_section + div .wrapper_item .inner_item {
		padding: 0 0 55px !important;
		text-align: center;
		width: 100% !important;
		max-width: 400px !important;
	}
	#multi_img_section + div .inner_item:not(:first-child):before {
		content: none;
	}
	#multi_img_section + div .inner_item:not(:last-child):after {
		content: "";
		position: absolute;
		bottom: 10px;
		left: calc(50% - 14px);
		width: 28px;
		height: 28px;
		background: url(/common/upload_data/futaba-officecom/image/20260715201921.png) no-repeat center / contain;
		transform: rotate(90deg);
	}
}

/* ---------- スクロール時にヘッダーの葉っぱロゴを非表示（JSでも二重に処理） ---------- */
body.scrolled header:not(.nofixed) .logo {
	display: none !important;
}




/* ---------- Futaba section CSS ---------- */
#futaba_section + section .heading + .add_text {
    border-bottom: 3px solid rgb(204, 204, 204) !important;
}
#futaba_section + section .heading.block_header_2 .h {
    color: rgb(160, 160, 160) !important;
padding-left: 0px;
}
#futaba_section + section .heading.block_header_2 .h:before {
    display: none !important;
}

#futaba_section + section .wrapper_item {
    align-items: flex-start !important;
}

#pattern3_2 + section .wrapper_item {
     background: rgb(243, 249, 242)  !important;
}