.tit03, h3.tit03 {
    margin-bottom: 0.7em !important;
}

/*　アキュスコープ・ハイトーン　*/
.tit03 .tit05, .patern04 .tit05, .tit03 .t_itemTitle, .patern05 .patern05Box .t_itemTitle, .tit04, h3.tit04 {
	padding-bottom: 0.3em !important;
}
#main .textBox h2 {
	font-size: 1.1em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 0.3em !important;
}
span.price-notes {
	background: #ff6115 !important;
	color: #fff;
	padding: .1em 1em 0 !important;
	border-radius: 4px;
	font-weight: bold;
	white-space: nowrap;
	margin-left: 1em;
}

/* --- 共通・PC設定（既存の見た目を維持） --- */
.accuscope-container, .price-container {
	display: flex;
	gap: 1em;
	max-width: 900px;
}
/* PCでは画像が右に来るように順序を調整 */
.accuscope-container {
	flex-direction: row-reverse; 
}

.price-container {
	align-items: self-start;
}

.accuscope-text {
	flex: 1;
}
.accuscope-image img {
	width: 160px;
	height: auto;
	border-radius: 8px;
}

.price-box {
	flex: 1;
	max-width: 100%;
	border: 1px solid #bbb;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	text-align: center;
}
.price-header {
	background-color: #f8f6c5 !important;
	padding: .5em !important;
	font-weight: bold;
	font-size: 1.1rem;
}
.price-body {
	background-color: #fffef2 !important;
	padding: .8em !important;
	font-weight: bold;
	font-size: 1.2rem;
}
.price-amount {
	margin-left: 10px;
}

.side-image img {
	width: 100%;
	height: auto;
}
.price-box-wrapper {
	flex: none;
	width: 100%;
	max-width: 450px;
}

.price-footer-notes {
	text-align: left;
	margin-top: .5em !important;
}
.price-footer-notes p {
	font-weight: bold;
	color: #ff6115;
}
p.tel {
	font-size: 1.2em;
	color: #ff6115;
}
.tel svg.iconTel.svgColor {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 5px !important;
	vertical-align: middle !important;
}
#main .svgColor {
	fill: #ff6115 !important;
}

/* --- スマホ表示の切り替え --- */
@media screen and (max-width:730px) {/* SP */
	#main .textBox h2 {
		display: block;
	}
	#main .textBox h2::after {
		content: "";
		display: block;
		clear: both;
	}
	#cat187464 .t_itemTitle .price-notes {
		margin-left: 0;
	}
	span.price-notes {
		font-size: .8em;
	}

	/* 1. 上段（アキュスコープ）の設定 */
	.accuscope-container {
		display: block; /* Flexを解除して回り込みを有効にする */
		text-align: left;
	}
	.accuscope-image {
		float: right;	/* 画像を右に寄せる */
		margin-left: 10px; /* テキストとの隙間 */
		margin-bottom: 5px;
	}
	.accuscope-image img {
		width: 140px;	/* スマホで見やすいサイズに調整 */
	}
	/* 回り込み解除の呪文 */
	.accuscope-container::after {
		content: "";
		display: block;
		clear: both;
	}

	/* 2. 下段（料金）の設定：こちらは従来通り縦並びに */
	.price-container {
		flex-direction: column;
		text-align: center;
		gap: 0;
	}
	.price-footer-notes {
		font-size: .9em;
	}
	.side-image {
		width: 100%;
		margin: 1em 0 0 0 !important; /* 上にだけ少し隙間をあける */
	}
	.side-image img {
		width: 85%;	/* 指定のサイズ */
		display: block;	/* 中央揃えを有効にするためにブロック要素に変更 */
		margin: 0 auto !important;	/* 左右を auto にすることで中央揃え（15pxは上下の余白） */
		height: auto;
	}
	.price-box-wrapper {
		max-width: 100%;
	}
}