/* ==============================
  Compact price table
============================== */

.price-table--compact {
	width: 100%;
	max-width: 100%;
	overflow-x: visible !important;
}

.price-table--compact table {
	width: 100%;
	min-width: 0 !important;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.price-table--compact .price-table__col-image {
	width: 12%;
}

.price-table--compact .price-table__col-name {
	width: 43%;
}

.price-table--compact .price-table__col-price {
	width: 15%;
}

.price-table--compact th,
.price-table--compact td {
	white-space: normal !important;
	word-break: keep-all;
	overflow-wrap: anywhere;
	vertical-align: middle;
}

.price-table--compact .align-center {
	text-align: center;
}

.price-table--compact .align-left {
	text-align: left;
}

.price-table--compact .align-right {
	text-align: center;
	white-space: nowrap !important;
}

.price-table--compact img {
	display: block;
	width: 50px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.price-table--compact .price-table__group-row th {
	background: #e7f2df;
	color: #006b2d;
	font-weight: 900;
	text-align: center;
}

.price-table--compact .price-table__fee-row td {
	font-weight: 900;
}

.price-table--compact small {
	font-size: 0.85em;
	line-height: 1.35;
}

.price-table--compact .red {
	color: #c1111e;
	font-weight: 900;
}

/* PC：料金表のヘッダー行だけ改行させない */
@media screen and (min-width: 769px) {
	.price-table--compact thead th {
		white-space: nowrap !important;
		line-height: 1.35;
	}

	.price-table--compact thead th br {
		display: none !important;
	}

	.price-table--compact thead th small {
		display: inline !important;
		font-size: 0.85em;
		line-height: inherit;
	}
}

/* PCだけ改行させない補助class */
@media screen and (min-width: 769px) {
	.price-table--compact .nowrap-pc {
		display: inline-block !important;
		white-space: nowrap !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
		line-break: strict;
		max-width: none !important;
	}

	.price-table--compact .nowrap-pc small {
		display: inline !important;
		white-space: nowrap !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}
}

/* SPでは折り返し許可 */
@media screen and (max-width: 768px) {
	.price-table--compact .nowrap-pc {
		display: inline !important;
		white-space: normal !important;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}

	.price-table--compact .nowrap-pc small {
		display: inline !important;
		white-space: normal !important;
	}
}

@media screen and (max-width: 768px) {
	.price-table--compact {
		overflow-x: visible !important;
	}

	.price-table--compact table {
		width: 100% !important;
		min-width: 0 !important;
		table-layout: fixed;
	}

	.price-table--compact th,
	.price-table--compact td {
		padding: 5px 3px;
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.price-table--compact thead th {
		font-size: 1rem;
		line-height: 1.25;
		padding: 6px 2px;
	}

	.price-table--compact .price-table__image-cell {
		padding-left: 2px;
		padding-right: 2px;
	}

	.price-table--compact img {
		width: 36px;
		max-width: 36px;
	}

	.price-table--compact .align-left {
		font-size: 1.05rem;
		line-height: 1.35;
	}

	.price-table--compact .align-right {
		font-size: 1.05rem;
		letter-spacing: -0.04em;
	}

	.price-table--compact .price-table__group-row th {
		font-size: 1.1rem;
		padding: 6px 8px;
	}

	.price-table--compact .price-table__fee-row td {
		font-size: 1.1rem;
		padding: 6px 4px;
	}

	.price-table--compact .section__note {
		font-size: 1.2rem;
		line-height: 1.6;
		margin-top: 10px;
	}
}

@media screen and (max-width: 375px) {
	.price-table--compact th,
	.price-table--compact td {
		padding: 4px 2px;
		font-size: 0.95rem;
		line-height: 1.3;
	}

	.price-table--compact thead th {
		font-size: 0.9rem;
	}

	.price-table--compact .align-right {
		font-size: 0.92rem;
		letter-spacing: -0.06em;
	}

	.price-table--compact img {
		width: 32px;
		max-width: 32px;
	}
}

/* ==============================
  プロペシア料金表
============================== */

.price-table--propecia .price-table__col-image {
	width: 12%;
}

.price-table--propecia .price-table__col-name {
	width: 45%;
}

.price-table--propecia .price-table__col-unit {
	width: 18%;
}

.price-table--propecia .price-table__col-price {
	width: 25%;
}

.price-table--propecia .price-per-pill {
	display: block;
	font-size: 0.85em;
	line-height: 1.35;
	white-space: normal;
}

/* プロペシア料金表：PCでは価格と1錠あたり価格を1行表示 */
@media screen and (min-width: 769px) {
	.price-table--propecia .align-center {
		white-space: nowrap;
	}

	.price-table--propecia .align-right {
		white-space: nowrap !important;
	}

	.price-table--propecia .price-per-pill {
		display: inline !important;
		margin-left: 0.25em;
		white-space: nowrap;
		font-size: 0.85em;
	}
}

@media screen and (max-width: 768px) {
	.price-table--propecia .price-table__col-image {
		width: 12%;
	}

	.price-table--propecia .price-table__col-name {
		width: 42%;
	}

	.price-table--propecia .price-table__col-unit {
		width: 18%;
	}

	.price-table--propecia .price-table__col-price {
		width: 28%;
	}

	.price-table--propecia .align-center {
		text-align: center;
	}

	.price-table--propecia .price-per-pill {
		display: block;
		margin-left: 0;
		white-space: normal;
		font-size: 0.9rem;
		line-height: 1.25;
	}
}

/* ==============================
  ザガーロ料金表
============================== */

.price-table--zagallo .price-table__col-image {
	width: 8%;
}

.price-table--zagallo .price-table__col-name {
	width: 41%;
}

.price-table--zagallo .price-table__col-unit {
	width: 23%;
}

.price-table--zagallo .price-table__col-price {
	width: 28%;
}

/* PC：処方単位・価格補足を1行表示 */
@media screen and (min-width: 769px) {
	.price-table--zagallo table {
		table-layout: fixed;
	}

	.price-table--zagallo tbody td.align-center:not(.price-table__image-cell) {
		white-space: nowrap;
		font-size: 1.35rem;
		line-height: 1.45;
		letter-spacing: -0.02em;
	}

	.price-table--zagallo tbody td.align-center:not(.price-table__image-cell) br {
		display: none;
	}

	.price-table--zagallo .align-right {
		white-space: nowrap !important;
		font-size: 1.3rem;
		line-height: 1.45;
		letter-spacing: -0.04em;
	}

	.price-table--zagallo .price-per-pill {
		display: inline !important;
		margin-left: 0.15em;
		white-space: nowrap;
		font-size: 0.78em;
	}

	.price-table--zagallo td.align-left {
		font-size: 1.4rem;
		line-height: 1.55;
	}
}

@media screen and (max-width: 768px) {
	.price-table--zagallo .price-table__col-image {
		width: 12%;
	}

	.price-table--zagallo .price-table__col-name {
		width: 42%;
	}

	.price-table--zagallo .price-table__col-unit {
		width: 18%;
	}

	.price-table--zagallo .price-table__col-price {
		width: 28%;
	}

	.price-table--zagallo .price-per-pill {
		display: block;
		margin-left: 0;
		white-space: normal;
	}
}

/* ==============================
  その他ED治療薬テーブル
============================== */

.price-table--other-ed .price-table__col-image {
	width: 8%;
}

.price-table--other-ed .price-table__col-name {
	width: 56%;
}

.price-table--other-ed .price-table__col-unit {
	width: 18%;
}

.price-table--other-ed .price-table__col-price {
	width: 18%;
}

/* その他ED治療薬：PC最終調整 */
@media screen and (min-width: 769px) {
	.price-table--other-ed table {
		table-layout: fixed;
	}

	.price-table--other-ed thead th {
		font-size: 1.35rem;
		letter-spacing: -0.02em;
	}

	.price-table--other-ed td.align-left {
		font-size: 1.32rem;
		line-height: 1.45;
		letter-spacing: -0.035em;
		overflow-wrap: normal !important;
		word-break: keep-all !important;
	}

	.price-table--other-ed td.align-left * {
		overflow-wrap: normal !important;
		word-break: keep-all !important;
	}

	.price-table--other-ed .nowrap-pc {
		display: inline-block !important;
		white-space: nowrap !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
		line-break: strict;
		max-width: none !important;
	}

	.price-table--other-ed .nowrap-pc small {
		display: inline !important;
		white-space: nowrap !important;
		word-break: keep-all !important;
		overflow-wrap: normal !important;
	}

	.price-table--other-ed td.align-center {
		white-space: nowrap !important;
		font-size: 1.32rem;
		line-height: 1.45;
		letter-spacing: -0.02em;
	}

	.price-table--other-ed td.align-right {
		white-space: nowrap !important;
		font-size: 1.32rem;
		line-height: 1.45;
		letter-spacing: -0.02em;
	}

	.price-table--other-ed .only_sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.price-table--other-ed .price-table__col-image {
		width: 10%;
	}

	.price-table--other-ed .price-table__col-name {
		width: 60%;
	}

	.price-table--other-ed .price-table__col-unit {
		width: 10%;
	}

	.price-table--other-ed .price-table__col-price {
		width: 20%;
	}

	.price-table--other-ed .align-center {
		text-align: center;
	}

	.price-table--other-ed .nowrap-pc {
		display: inline !important;
		white-space: normal !important;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}

	.price-table--other-ed .nowrap-pc small {
		display: inline !important;
		white-space: normal !important;
	}
}

/* ==============================
  その他AGA治療薬テーブル
============================== */

.price-table--other-aga .price-table__col-image {
	width: 12%;
}

.price-table--other-aga .price-table__col-name {
	width: 58%;
}

.price-table--other-aga .price-table__col-unit {
	width: 15%;
}

.price-table--other-aga .price-table__col-price {
	width: 15%;
}

@media screen and (max-width: 768px) {
	.price-table--other-aga .price-table__col-image {
		width: 12%;
	}

	.price-table--other-aga .price-table__col-name {
		width: 52%;
	}

	.price-table--other-aga .price-table__col-unit {
		width: 16%;
	}

	.price-table--other-aga .price-table__col-price {
		width: 20%;
	}

	.price-table--other-aga .align-center {
		text-align: center;
	}
}

/* ==============================
  ピルカッター料金表
============================== */

.price-table--pillcutter .price-table__col-image {
	width: 12%;
}

.price-table--pillcutter .price-table__col-name {
	width: 58%;
}

.price-table--pillcutter .price-table__col-unit {
	width: 15%;
}

.price-table--pillcutter .price-table__col-price {
	width: 15%;
}

@media screen and (max-width: 768px) {
	.price-table--pillcutter .price-table__col-image {
		width: 12%;
	}

	.price-table--pillcutter .price-table__col-name {
		width: 52%;
	}

	.price-table--pillcutter .price-table__col-unit {
		width: 16%;
	}

	.price-table--pillcutter .price-table__col-price {
		width: 20%;
	}

	.price-table--pillcutter .align-center {
		text-align: center;
	}
}

.label-info {
    background-color: #29abe0;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.3em;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	border-radius: .25em;}

/* 要点まとめテーブル：スマホで横スクロールさせない */
@media screen and (max-width: 767px) {
  .points-table {
    overflow-x: visible !important;
  }

  .points-table table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .points-table th,
  .points-table td {
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    padding: 10px 8px;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .points-table th {
    width: 32%;
    min-width: 0 !important;
    text-align: center;
    vertical-align: middle;
  }

  .points-table td {
    width: 68%;
    min-width: 0 !important;
    vertical-align: top;
  }

  .points-table td ul,
  .points-table td ol {
    margin: 0;
    padding-left: 1.2em;
  }

  .points-table td li {
    margin-bottom: 0.4em;
  }

  .points-table td img {
    max-width: 100%;
    height: auto;
  }
}

/* ==============================
  汎用：縦長テーブル見出し行
============================== */

.section__table.table-block-heading table tbody tr th.table-block-heading__title {
	background-color: #298e5d;
	color: #fff;
	text-align: center;
	font-weight: 900;
}

/* =========================================
   Common CTA Portal
========================================= */
.common-cta--portal {
	position: relative;
	isolation: isolate;
	padding: 80px 20px 130px;
	background: transparent;
	box-sizing: border-box;
}

/*
 * 既存の .common-cta::before に設定されている
 * 背景画像をCTA本体より後ろに配置
 */
.common-cta--portal::before {
	z-index: 0;
	pointer-events: none;
}

/* CTA本体を背景画像より前面に配置 */
.common-cta--portal > .common-cta-portal {
	position: relative;
	z-index: 1;
}

.common-cta--portal .common-cta-portal {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 44px 40px 28px;
	border-radius: 32px;
	background: rgba(247, 247, 244, 0.8);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.common-cta--portal .common-cta-portal__eyebrow {
	margin: 0 0 8px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #298e5d;
}

.common-cta--portal .common-cta-portal__title {
	margin: 0;
	padding-bottom: 26px;
	border-bottom: 2px solid #298e5d;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	color: #298e5d;
}

.common-cta--portal .common-cta-portal__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
	margin-top: 34px;
}

.common-cta--portal .common-cta-portal__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
	padding: 34px 34px 26px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.common-cta--portal .common-cta-portal__card--large {
	min-height: 100%;
}

.common-cta--portal .common-cta-portal__card--small {
	min-height: 260px;
}

.common-cta--portal .common-cta-portal__card-head {
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.common-cta--portal .common-cta-portal__icon {
	display: flex;
	flex: 0 0 108px;
	align-items: center;
	justify-content: center;
	width: 108px;
	height: 108px;
	box-sizing: border-box;
}

.common-cta--portal .common-cta-portal__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.common-cta--portal .common-cta-portal__heading-wrap {
	flex: 1 1 auto;
	min-width: 0;
}

.common-cta--portal .common-cta-portal__heading {
	margin: 0 0 14px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	color: #298e5d;
}

.common-cta--portal .common-cta-portal__text {
	margin: 0;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.9;
	color: #222;
}

.common-cta--portal .common-cta-portal__btn-wrap {
	margin-top: 28px;
}

.common-cta--portal .common-cta-portal__btn-wrap--small {
	margin-top: 24px;
}

.common-cta--portal .common-cta-portal__btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	padding: 12px 56px 12px 20px;
	border-radius: 10px;
	background: #298e5d;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition:
		opacity 0.2s ease,
		transform 0.2s ease;
}

.common-cta--portal .common-cta-portal__btn:hover {
	opacity: 0.85;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.common-cta--portal .common-cta-portal__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

.common-cta--portal .common-cta-portal__btn--small {
	margin-left: auto;
}

/* =========================================
   Clinic Links
========================================= */
.common-cta--portal .common-cta-portal__clinic-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin-top: 24px;
}

.common-cta--portal .common-cta-portal__chip {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 0;
	min-height: 46px;
	padding: 9px 6px;
	border: 2px solid #298e5d;
	border-radius: 10px;
	background: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	color: #298e5d;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	box-sizing: border-box;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		opacity 0.2s ease;
}

.common-cta--portal .common-cta-portal__chip:hover {
	background: #298e5d;
	color: #fff;
	text-decoration: none;
}

/* =========================================
   Opening Hours
========================================= */
.common-cta--portal .common-cta-portal__hours {
	display: grid;
	grid-template-columns: 88px auto minmax(0, 1fr);
	align-items: center;
	gap: 24px;
	margin-top: 26px;
	padding: 24px 28px;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
}

.common-cta--portal .common-cta-portal__hours-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 88px;
	box-sizing: border-box;
}

.common-cta--portal .common-cta-portal__hours-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.common-cta--portal .common-cta-portal__hours-title {
	margin: 0;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #298e5d;
	white-space: nowrap;
}

.common-cta--portal .common-cta-portal__hours-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	gap: 4px;
}

.common-cta--portal .common-cta-portal__hours-main {
	margin: 0;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.7;
	color: #222;
}

.common-cta--portal .common-cta-portal__hours-sub {
	margin: 0;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.7;
	color: #222;
}

/* =========================================
   Notes
========================================= */
.common-cta--portal .common-cta-portal__note {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.common-cta--portal .common-cta-portal__note li {
	margin-top: 8px;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555;
}

.common-cta--portal .common-cta-portal__note li:first-child {
	margin-top: 0;
}

.common-cta--portal .common-cta-portal__note a {
	color: #298e5d;
	text-decoration: underline;
}

/* =========================================
   Scroll Mark
========================================= */
.common-cta--portal .common-cta-portal__scroll {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 80px;
	padding: 10px 12px 4px;
	border: 0;
	background: transparent;
	transform: translateX(-50%);
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.common-cta--portal .common-cta-portal__scroll:hover {
	opacity: 0.75;
}

.common-cta--portal .common-cta-portal__scroll:focus-visible {
	outline: 2px solid #298e5d;
	outline-offset: 5px;
	border-radius: 6px;
}

.common-cta--portal .common-cta-portal__scroll-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #298e5d;
}

.common-cta--portal .common-cta-portal__scroll-line {
	display: block;
	width: 2px;
	height: 36px;
	background: #298e5d;
	opacity: 0.6;
}

.common-cta--portal .common-cta-portal__scroll-arrow {
	display: block;
	width: 16px;
	height: 16px;
	border-right: 3px solid #298e5d;
	border-bottom: 3px solid #298e5d;
	transform: rotate(45deg);
	animation: commonCtaScrollArrow 1.8s ease-in-out infinite;
}

@keyframes commonCtaScrollArrow {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(0, 0);
	}

	30% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(7px, 7px);
	}
}

@media screen and (max-width: 767px) {
	.common-cta--portal .common-cta-portal__scroll {
		bottom: 6px;
		min-width: 72px;
		padding-top: 8px;
	}

	.common-cta--portal .common-cta-portal__scroll-text {
		font-size: 1.3rem;
	}

	.common-cta--portal .common-cta-portal__scroll-line {
		height: 30px;
	}

	.common-cta--portal .common-cta-portal__scroll-arrow {
		width: 14px;
		height: 14px;
	}
}
/* =========================================
   Tablet
========================================= */
@media screen and (max-width: 1024px) {
	.common-cta--portal .common-cta-portal {
		padding: 36px 24px 24px;
		border-radius: 24px;
	}

	.common-cta--portal .common-cta-portal__title {
		font-size: 3rem;
	}

	.common-cta--portal .common-cta-portal__card {
		padding: 28px 24px 22px;
	}

	.common-cta--portal .common-cta-portal__icon {
		flex-basis: 84px;
		width: 84px;
		height: 84px;
	}

	.common-cta--portal .common-cta-portal__heading {
		font-size: 2.6rem;
	}

	.common-cta--portal .common-cta-portal__chip {
		font-size: 1.3rem;
		padding-right: 3px;
		padding-left: 3px;
	}

	.common-cta--portal .common-cta-portal__hours {
		grid-template-columns: 72px auto minmax(0, 1fr);
		gap: 18px;
		padding: 22px;
	}

	.common-cta--portal .common-cta-portal__hours-icon {
		width: 72px;
		height: 72px;
	}

	.common-cta--portal .common-cta-portal__hours-title {
		font-size: 2.5rem;
	}

	.common-cta--portal .common-cta-portal__hours-main {
		font-size: 1.6rem;
	}

	.common-cta--portal .common-cta-portal__hours-sub {
		font-size: 1.5rem;
	}
}

/* =========================================
   Smartphone
========================================= */
@media screen and (max-width: 767px) {
	.common-cta--portal {
		padding: 56px 15px 82px;
	}

	.common-cta--portal .common-cta-portal {
		padding: 26px 16px 18px;
		border-radius: 20px;
	}

	.common-cta--portal .common-cta-portal__eyebrow {
		margin-bottom: 6px;
		font-size: 1.6rem;
	}

	.common-cta--portal .common-cta-portal__title {
		padding-bottom: 18px;
		font-size: 2.4rem;
		line-height: 1.45;
	}

	.common-cta--portal .common-cta-portal__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 20px;
	}

	.common-cta--portal .common-cta-portal__card,
	.common-cta--portal .common-cta-portal__card--large,
	.common-cta--portal .common-cta-portal__card--small {
		min-height: auto;
		padding: 20px 16px 16px;
		border-radius: 18px;
	}

	.common-cta--portal .common-cta-portal__card-head {
		gap: 14px;
	}

	.common-cta--portal .common-cta-portal__icon {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}

	.common-cta--portal .common-cta-portal__heading {
		margin-bottom: 8px;
		font-size: 2.0rem;
		line-height: 1.4;
	}

	.common-cta--portal .common-cta-portal__text {
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.common-cta--portal .common-cta-portal__text br {
		display: none;
	}

	.common-cta--portal .common-cta-portal__btn-wrap,
	.common-cta--portal .common-cta-portal__btn-wrap--small {
		margin-top: 16px;
	}

	.common-cta--portal .common-cta-portal__btn,
	.common-cta--portal .common-cta-portal__btn--small {
		max-width: none;
		min-height: 54px;
		padding: 10px 44px 10px 16px;
		border-radius: 8px;
		font-size: 1.6rem;
	}

	.common-cta--portal .common-cta-portal__btn::after {
		right: 18px;
		width: 10px;
		height: 10px;
		border-top-width: 2px;
		border-right-width: 2px;
	}

	.common-cta--portal .common-cta-portal__clinic-links {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 16px;
	}

	.common-cta--portal .common-cta-portal__chip {
		min-height: 40px;
		padding: 8px 5px;
		border-radius: 8px;
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.common-cta--portal
		.common-cta-portal__clinic-links
		.common-cta-portal__chip:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

@media screen and (max-width: 767px) {
	.common-cta--portal .common-cta-portal__hours {
		display: grid;
		grid-template-columns: 56px minmax(0, 1fr);
		grid-template-rows: auto auto;
		align-items: start;
		gap: 4px 14px;
		margin-top: 16px;
		padding: 18px 16px;
		border-radius: 18px;
	}

	.common-cta--portal .common-cta-portal__hours-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		align-self: start;
		width: 56px;
		height: 56px;
	}

	.common-cta--portal .common-cta-portal__hours-title {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		margin: 0;
		font-size: 2.2rem;
		line-height: 1.4;
		white-space: normal;
	}

	.common-cta--portal .common-cta-portal__hours-details {
		grid-column: 2;
		grid-row: 2;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		min-width: 0;
		margin-top: 4px;
		gap: 3px;
	}

	.common-cta--portal .common-cta-portal__hours-main {
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.common-cta--portal .common-cta-portal__hours-sub {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

	.common-cta--portal .common-cta-portal__note {
		margin-top: 14px;
	}

	.common-cta--portal .common-cta-portal__note li {
		font-size: 1.2rem;
		line-height: 1.7;
	}

	.common-cta--portal .common-cta-portal__scroll {
		bottom: 8px;
	}

	.common-cta--portal .common-cta-portal__scroll-line {
		height: 22px;
	}
}

.common-cta--portal .common-cta-portal__text {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.9;
	color: #222;
}

/* =========================================
   Common CTA Compact
========================================= */

.common-cta-compact-section {
	position: relative;
	z-index: 1;
	margin: 36px 0;
	padding: 0;
	background: transparent;
	box-sizing: border-box;
}

.common-cta-compact {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 24px 28px;
	border: 1px solid #dceee6;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.common-cta-compact__body {
	flex: 1 1 auto;
	min-width: 0;
}

.common-cta-compact__eyebrow {
	margin: 0 0 4px;
	color: #298e5d;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.common-cta-compact__title {
	margin: 0 0 6px;
	color: #298e5d;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
}

.common-cta-compact__text {
	margin: 0;
	color: #333;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.8;
}

.common-cta-compact__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(130px, 1fr));
	gap: 10px;
	flex: 0 0 300px;
}

.common-cta-compact__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 14px;
	border: 2px solid #298e5d;
	border-radius: 8px;
	color: #298e5d;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition:
		background 0.2s ease,
		color 0.2s ease,
		opacity 0.2s ease;
}

.common-cta-compact__btn:hover {
	background: #298e5d;
	color: #fff;
	text-decoration: none;
}

.common-cta-compact__btn--primary {
	color: #fff;
	background: #298e5d;
}

.common-cta-compact__btn--online {
	border-color: #c9302c;
	color: #fff;
	background: #c9302c;
}

.common-cta-compact__btn--online:hover {
	border-color: #c9302c;
	color: #fff;
	background: #c9302c;
	opacity: 0.85;
}

.common-cta-compact__btn--primary:hover {
	opacity: 0.85;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.common-cta-compact-section {
		margin: 28px 0;
	}

	.common-cta-compact {
		display: block;
		padding: 22px 18px;
		border-radius: 14px;
	}

	.common-cta-compact__title {
		font-size: 1.8rem;
		line-height: 1.6;
	}

	.common-cta-compact__text {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	.common-cta-compact__actions {
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		margin-top: 16px;
	}

	.common-cta-compact__btn {
		min-height: 42px;
		padding: 9px 8px;
		font-size: 1.3rem;
	}
}
.common-cta-compact__spbr {
	display: none;
}

@media screen and (max-width: 768px) {
	.common-cta-compact__spbr {
		display: block;
	}

	.common-cta-compact__slash {
		display: none;
	}
}


/* =========================================
   文字色の追加
========================================= */
.orange{color:#ff7f00}