@charset "UTF-8";
/* =========================================================
   リフィル処方箋 /refill/  (2026-06-01 新設)
   ブランドカラー: navy #004092 / green #2EA34D #91C67F / lime #C3FA2E
                  blue-bg #EBF7FF #F4FAFF / cream #F6F3ED / line #B3C7E0
   ========================================================= */

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

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

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

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

/* ポイント callout */
.rf-callout {
	margin: 28px auto 0;
	max-width: 760px;
	background: #EBF7FF;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 28px;
}
.rf-callout-title {
	display: inline-block;
	background: #004092;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 16px;
	border-radius: 20px;
	margin-bottom: 14px;
}
.rf-callout ul { list-style: none; padding: 0; margin: 0; }
.rf-callout li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
}
.rf-callout li:last-child { margin-bottom: 0; }
.rf-callout li::before {
	content: '✓';
	position: absolute;
	left: 0; top: 2px;
	color: #2EA34D;
	font-weight: bold;
}
.rf-callout strong { color: #004092; }

/* メリットカード */
.rf-cards { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.rf-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);
}
.rf-card-icon { font-size: 40px; margin-bottom: 12px; }
.rf-card h4 { font-size: 18px; color: #004092; margin-bottom: 12px; }
.rf-card p { font-size: 14px; line-height: 1.8; color: #555; text-align: left; }

/* 利用の流れ */
.rf-steps { list-style: none; padding: 0; margin: 0; max-width: 820px; margin: 0 auto; }
.rf-steps li {
	position: relative;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 14px;
	padding: 24px 28px 24px 28px;
	margin-bottom: 20px;
}
.rf-steps li:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 50%; bottom: -16px;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #91C67F;
}
.rf-step-no {
	display: inline-block;
	background: #2EA34D;
	color: #fff;
	font-family: "Jost", system-ui;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .08em;
	padding: 4px 14px;
	border-radius: 20px;
	margin-bottom: 12px;
}
.rf-steps h4 { font-size: 18px; color: #004092; margin-bottom: 8px; }
.rf-steps p { font-size: 14px; line-height: 1.8; color: #555; }
.rf-steps strong { color: #004092; }

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

/* 注意 */
.rf-notice-box {
	max-width: 820px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #B3C7E0;
	border-left: 6px solid #2EA34D;
	border-radius: 10px;
	padding: 24px 28px;
}
.rf-notice-box ul { list-style: none; padding: 0; margin: 0; }
.rf-notice-box li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}
.rf-notice-box li:last-child { margin-bottom: 0; }
.rf-notice-box li::before {
	content: '!';
	position: absolute;
	left: 0; top: 0;
	width: 16px; height: 16px;
	line-height: 16px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 50%;
	margin-top: 3px;
}
.rf-notice-box strong { color: #004092; }

/* FAQ */
.rf-faq { max-width: 820px; margin: 0 auto; }
.rf-faq-item {
	background: #fff;
	border: 1px solid #B3C7E0;
	border-radius: 12px;
	padding: 20px 24px;
	margin-bottom: 16px;
}
.rf-faq-item dt {
	position: relative;
	padding-left: 32px;
	font-weight: bold;
	font-size: 16px;
	color: #004092;
	margin-bottom: 10px;
}
.rf-faq-item dt::before {
	content: 'Q';
	position: absolute;
	left: 0; top: -2px;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #004092;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}
.rf-faq-item dd {
	padding-left: 32px;
	font-size: 14px;
	line-height: 1.9;
	color: #555;
	position: relative;
}
.rf-faq-item dd::before {
	content: 'A';
	position: absolute;
	left: 0; top: 0;
	width: 24px; height: 24px;
	line-height: 24px;
	text-align: center;
	background: #2EA34D;
	color: #fff;
	border-radius: 50%;
	font-family: "Jost", system-ui;
	font-weight: 700;
}

/* CTA */
.rf-section--cta { background: #F6F3ED; text-align: center; }
.rf-cta-title { font-size: 24px; color: #004092; margin-bottom: 14px; }
.rf-cta-lead { font-size: 15px; line-height: 1.9; color: #444; margin-bottom: 28px; }
.rf-cta-btns { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.rf-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;
}
.rf-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.12); }
.rf-btn--line { background: #06C755; color: #fff; }
.rf-btn--tel { background: #fff; color: #004092; border: 2px solid #004092; }
.rf-cta-day { margin-top: 20px; font-size: 13px; color: #777; }

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

	.rf-callout { padding: 20px; }
	.rf-callout li { font-size: 14px; }

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

	.rf-steps li { padding: 20px; }
	.rf-steps h4 { font-size: 16px; }

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

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

/* =========================================================
   アクセス（#cta_access）— トップページと同一内容にするための補助
   common.css の #cta_access スタイルに加え、loc_address と car-delivery を補完
   ========================================================= */
#cta_access .box .map .location_info .loc_address { margin: 0 0 10px; font-size: 13px; color: #004092; font-family: 'Noto-Sans-JP-Medium'; line-height: 1.6; }
#cta_access .box .map .location_info .loc_address img { margin-right: 8px; vertical-align: baseline; }
.car-delivery { background: #FFF6E5; border-left: 4px solid #F5A623; border-radius: 0 12px 12px 0; padding: 14px 16px; font-size: 13.5px; line-height: 1.85; margin-top: 14px; text-align: left; }
.car-delivery strong { display: block; color: #004092; font-family: 'Noto-Sans-JP-Bold'; margin-bottom: 4px; }
.car-delivery a { color: #004092; font-family: 'Noto-Sans-JP-Bold'; }
