@charset "UTF-8";

/* =========================================
   ブレッシング ページ専用スタイル
   ========================================= */

/* =========================================
   ページヘッダー（ヒーロー）
   ========================================= */
.title_low_01.blessing-hero {
	background: #faf6f0;
	height: auto;
	padding: 80px 500% 56px;
	border-bottom: 1px solid #ece4d3;
	position: relative;
}
.title_low_01.blessing-hero .inner_01 {
	height: auto;
	padding: 0;
	position: relative;
}
.title_low_01.blessing-hero .inner_01 .title_01 {
	color: #b39256;
	font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
	font-size: 13px;
	letter-spacing: 0.25em;
	position: relative;
	padding-left: 44px;
	display: inline-block;
}
.title_low_01.blessing-hero .inner_01 .title_01::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 32px;
	height: 1px;
	background: #b39256;
}
.title_low_01.blessing-hero .inner_01 .title_02 {
	color: #b39256;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin: 18px 0 0;
	line-height: 1.4;
}
.title_low_01.blessing-hero .inner_01 .title_02 span {
	display: block;
	font-size: 12px;
	color: #b39256;
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-top: 12px;
	opacity: 0.75;
}
.title_low_01.blessing-hero .bread_wrap {
	margin-top: 28px;
}
.title_low_01.blessing-hero .bread_wrap .bread_01,
.title_low_01.blessing-hero .bread_wrap .bread_01 p,
.title_low_01.blessing-hero .bread_wrap .bread_01 a {
	color: #b39256;
}
.title_low_01.blessing-hero .bread_wrap .bread_01 a:hover {
	color: #8a6d3a;
}
@media screen and (max-width: 640px) {
	.title_low_01.blessing-hero {
		padding: 48px 20px 32px;
	}
	.title_low_01.blessing-hero .title_01 {
		padding-left: 36px;
		font-size: 12px;
	}
	.title_low_01.blessing-hero .title_01::before {
		width: 24px;
	}
	.title_low_01.blessing-hero .title_02 {
		font-size: 22px;
		margin-top: 14px;
	}
	.title_low_01.blessing-hero .title_02 span {
		font-size: 11px;
		margin-top: 8px;
	}
	.title_low_01.blessing-hero .bread_wrap {
		margin-top: 20px;
	}
}

/* チップ画像の高さ揃え */
.blessing-chip-img {
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.blessing-chip-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 薬剤名の文字サイズ調整（カラム落ち防止） */
.blessing-agent .com_hl_02 {
	font-size: 16px;
}

/* 「こんなお悩みに」 PC時2カラム */
.blessing-concern ul.list_01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}
@media screen and (max-width: 640px) {
	.blessing-concern ul.list_01 {
		grid-template-columns: 1fr;
	}
}

/* =========================================
   ポテンツァの次のステップ（2カラム高さ揃え）
   ========================================= */
.blessing-step .box_01 {
	display: flex;
}
.blessing-step .box_01 .treat_list_blk {
	width: 100%;
	margin-top: 0;
}

/* =========================================
   3つの特徴
   ========================================= */
.blessing-feature {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 40px;
}
.blessing-feature__item {
	background: #fff;
	border: 1px solid #e6dccd;
	border-radius: 8px;
	padding: 32px 24px;
	display: flex;
	flex-direction: column;
}
.blessing-feature__img {
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	overflow: hidden;
}
.blessing-feature__img img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.blessing-feature__num {
	display: block;
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #b39256;
	text-align: center;
	margin-bottom: 8px;
}
.blessing-feature__num span {
	font-size: 28px;
	margin-left: 4px;
	vertical-align: -2px;
}
.blessing-feature__ttl {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}
.blessing-feature__txt {
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.blessing-feature {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.blessing-feature__item {
		padding: 24px 20px;
	}
	.blessing-feature__img {
		height: 140px;
		margin-bottom: 16px;
	}
	.blessing-feature__ttl {
		font-size: 17px;
	}
}

/* =========================================
   他ニードル治療との比較表
   ========================================= */
.blessing-compare {
	margin-top: 30px;
	overflow-x: auto;
}
.blessing-compare table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	font-size: 14px;
	min-width: 640px;
}
.blessing-compare th,
.blessing-compare td {
	border: 1px solid #e6dccd;
	padding: 14px 12px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.6;
}
.blessing-compare thead th {
	background: #b39256;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.blessing-compare thead th.is-highlight {
	background: #8a6d3a;
}
.blessing-compare tbody th {
	background: #f6efe2;
	font-weight: 500;
	text-align: left;
	white-space: nowrap;
	width: 22%;
}
.blessing-compare tbody td.is-highlight {
	background: #fbf6ec;
	font-weight: 600;
	color: #8a6d3a;
}
@media screen and (max-width: 640px) {
	.blessing-compare {
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px;
	}
	.blessing-compare table {
		font-size: 13px;
		min-width: 560px;
	}
	.blessing-compare th,
	.blessing-compare td {
		padding: 10px 8px;
	}
	.blessing-compare tbody th {
		width: auto;
		white-space: normal;
	}
}
