@charset "UTF-8";
/* =========================================================
   薬局内設備・バリアフリー・プライバシーへの配慮 /facility/  (2026-06-01 新設)
   ブランドカラー: navy #004092 / green #2EA34D #91C67F / lime #C3FA2E
                  blue-bg #EBF7FF #F4FAFF / cream #F6F3ED / line #B3C7E0
   ========================================================= */

/* FV（共通#fv構造を流用。背景画像のみ指定） */
.facility #fv .fv_top .left h2 { line-height: 1.25; }
.facility #fv .fv_top .left .fv_lead {
	margin-top: 24px;
	font-size: 16px;
	line-height: 200%;
	color: #333;
	max-width: 392px;
}
.facility #fv .fv_top .left .fv_lead strong { color: #004092; }
.facility #fv .fv_top .fv_image {
	background: url(../images/company/fv_img01.webp) no-repeat left center /100%;
}

/* セクション共通 */
.fc-section { padding: 64px 0; }
.fc-section--tint { background: #F4FAFF; }
.fc-section .inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

.fc-heading {
	font-size: 28px;
	font-family: 'Noto-Sans-JP-Bold', sans-serif;
	color: #004092;
	text-align: center;
	margin-bottom: 36px;
	line-height: 1.4;
}
.fc-heading span {
	display: block;
	font-family: "Jost", system-ui;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .15em;
	color: #2EA34D;
	margin-bottom: 8px;
}

.fc-lead { font-size: 16px; line-height: 200%; color: #333; max-width: 820px; margin: 0 auto; text-align: center; }
.fc-lead strong { color: #004092; }
.fc-note { font-size: 13px; color: #777; margin-top: 20px; text-align: center; }

/* リード（導入） */
.fc-intro .inner { max-width: 880px; }

/* 特徴カード（バリアフリー） */
.fc-cards { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.fc-card {
	flex: 1 1 260px;
	max-width: 300px;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	box-shadow: 0 4px 14px rgba(0,64,146,.06);
}
.fc-card-icon { font-size: 40px; margin-bottom: 12px; }
.fc-card h4 { font-size: 18px; color: #004092; margin-bottom: 12px; }
.fc-card p { font-size: 14px; line-height: 1.8; color: #555; text-align: left; }

/* お届けサービス callout（バリアフリー内） */
.fc-callout {
	margin: 32px auto 0;
	max-width: 820px;
	background: #FFF6E5;
	border-left: 6px solid #F5A623;
	border-radius: 0 12px 12px 0;
	padding: 22px 26px;
}
.fc-callout-title {
	display: inline-block;
	background: #004092;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.fc-callout p { font-size: 14.5px; line-height: 1.85; color: #444; }
.fc-callout strong { color: #004092; }
.fc-callout a { color: #004092; font-family: 'Noto-Sans-JP-Bold'; }

/* プライバシー（feature） */
.fc-section--feature {
	background: linear-gradient(135deg, #004092 0%, #1a5bbf 100%);
}
.fc-heading--light, .fc-heading--light span { color: #fff; }
.fc-heading--light span { color: #C3FA2E; }
.fc-feature-lead {
	color: #fff;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	max-width: 820px;
	margin: 0 auto 36px;
}
.fc-feature-lead strong { color: #C3FA2E; }
.fc-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-width: 880px;
	margin: 0 auto;
}
.fc-feature-item {
	background: #fff;
	border-radius: 16px;
	padding: 28px 26px;
	position: relative;
}
.fc-feature-no {
	font-family: "Jost", system-ui;
	font-weight: 800;
	font-size: 34px;
	color: #91C67F;
	line-height: 1;
	margin-bottom: 12px;
}
.fc-feature-item h4 { font-size: 17px; color: #004092; margin-bottom: 10px; }
.fc-feature-item p { font-size: 14px; line-height: 1.8; color: #555; }
.fc-feature-item strong { color: #2EA34D; }

/* 清潔・快適な環境 */
.fc-clean-box {
	max-width: 820px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 28px 30px;
}
.fc-clean-box ul { list-style: none; padding: 0; margin: 0; }
.fc-clean-box li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 14px;
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}
.fc-clean-box li:last-child { margin-bottom: 0; }
.fc-clean-box li::before {
	content: '✓';
	position: absolute;
	left: 0; top: 2px;
	color: #2EA34D;
	font-weight: bold;
}
.fc-clean-box strong { color: #004092; }
.fc-clean-box a { color: #2EA34D; font-family: 'Noto-Sans-JP-Bold'; }

/* お困りごと（help） */
.fc-help-box {
	max-width: 820px;
	margin: 0 auto;
	background: #EBF7FF;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 28px 30px;
	text-align: center;
}
.fc-help-box p { font-size: 15.5px; line-height: 1.9; color: #333; }
.fc-help-box strong { color: #004092; }

/* CTA */
.fc-section--cta { background: #F6F3ED; text-align: center; }
.fc-cta-title { font-size: 24px; color: #004092; margin-bottom: 14px; }
.fc-cta-lead { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 28px; }
.fc-cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.fc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
	padding: 16px 28px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.fc-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.fc-btn--line { background: #06C755; color: #fff; }
.fc-btn--tel { background: #fff; color: #004092; border: 2px solid #004092; }
.fc-cta-day { margin-top: 20px; font-size: 13px; color: #777; }

/* 関連リンク */
.fc-related { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }
.fc-related a {
	flex: 1 1 240px;
	max-width: 280px;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 22px 24px;
	text-decoration: none;
	transition: transform .15s ease, box-shadow .15s ease;
}
.fc-related a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,64,146,.08); }
.fc-related .fc-related-en {
	display: block;
	font-family: "Jost", system-ui;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: .12em;
	color: #2EA34D;
	margin-bottom: 6px;
}
.fc-related .fc-related-ttl { display: block; font-size: 16px; color: #004092; font-family: 'Noto-Sans-JP-Bold'; margin-bottom: 6px; }
.fc-related .fc-related-txt { display: block; font-size: 13px; line-height: 1.7; color: #666; }

/* =========================================================
   レスポンシブ（SP）
   ========================================================= */
@media screen and (max-width: 767px) {
	.fc-section { padding: 44px 0; }
	.fc-heading { font-size: 22px; margin-bottom: 28px; }
	.fc-heading span { font-size: 12px; }
	.fc-lead, .fc-feature-lead { font-size: 14px; }
	.facility #fv .fv_top .left .fv_lead { font-size: 14px; max-width: 100%; }

	.fc-cards { gap: 16px; }
	.fc-card { flex: 1 1 100%; max-width: 100%; padding: 24px 20px; }

	.fc-callout { padding: 20px; }

	.fc-feature-grid { grid-template-columns: 1fr; gap: 14px; }
	.fc-feature-item { padding: 22px 20px; }

	.fc-clean-box, .fc-help-box { padding: 22px 20px; }
	.fc-clean-box li { font-size: 14px; }
	.fc-help-box p { font-size: 14.5px; }

	.fc-cta-title { font-size: 20px; }
	.fc-btn { min-width: 100%; font-size: 15px; }

	.fc-related a { flex: 1 1 100%; max-width: 100%; }
}
