✦ Verified product
【新品 純正】パナソニック 8.0Ahバッテリー(NKY576B02)ブラック
JPY 38,999.00
e-CHARIty
Verified independent store
→
新品バッテリー同時購入時のお届け・返送の流れ 自転車本体と新品バッテリーを同時にご注文いただいた場合、以下のステップでお届けと中古バッテリーの回収を行います。お客様側での往復送料の負担や、事前の伝票準備は一切不要です。 01 自転車本体(中古バッテリー搭載)の発送 まずは、すぐに自転車をお使いいただけるよう、「中古バッテリー」を搭載した状態で自転車本体をお届
けします。 同梱されているもの 電動自転車本体(中古バッテリー装着済) 中古バッテリー返送用の「梱包キット(紙袋・エアパッキン)、着払い送り状」 02 新品バッテリーの入荷案内 & 返送の準備 当店にてメーカー手配した新品バッテリーが入荷次第、お客様へメールまたはお電話にて発送のご案内をいたします。 お客様へのお願い 案内が届きましたら、STEP 1で同梱されていた「紙袋・エアパッキン」を使い、自転車に付いている中古バッテリーの梱包準備を進めてお待ちください。 03 新品のお渡し ➔ その場で中古を同時引き取り 配送員が新品バッテリーをお届けに伺います。新品バッテリーと引き換えに、その場で準備していただいた「梱包済みの中古バッテリー」を配送員へお渡しください。 ※配送員がその場で回収するため、お客様が後からコンビニ等に発送手続きに行く手間はございません。ご協力をお願いいたします。 /* --- 全体コンテナ --- */ .battery_flow_container { width: 100%; max-width: 800px; margin: 30px auto; padding: 25px; background-color: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; box-sizing: border-box; } /* --- タイトル・導入文 --- */ .battery_flow_title { font-size: 20px; font-weight: bold; color: #000; text-align: center; margin-bottom: 15px; position: relative; padding-bottom: 15px; } .battery_flow_title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background-color: #cc0000; } .battery_flow_intro { font-size: 15px !important; line-height: 1.7 !important; color: #000; margin-bottom: 30px; text-align: left; font-weight: 400; } /* --- タイムライン構造 --- */ .battery_flow_timeline { position: relative; padding-left: 5px; } /* 縦のライン位置を、丸バッジが小さくなった分だけ左へ微調整 */ .battery_flow_timeline::before { content: ''; position: absolute; top: 15px; left: 16px; bottom: 15px; width: 2px; background-color: #ddd; } /* --- 各ステップ --- */ .battery_flow_step { display: flex !important; margin-bottom: 35px; position: relative; } .battery_flow_step:last-child { margin-bottom: 0; } /* ★改善:数字のみのコンパクトな丸バッジ(縦横同サイズで絶対に変形しない設定) */ .step_number { flex-shrink: 0 !important; width: 24px !important; /* 32pxから24pxにコンパクト化 */ height: 24px !important; /* 32pxから24pxにコンパクト化 */ background-color: #444 !important; color: #fff !important; font-size: 11px !important; font-weight: bold !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; z-index: 2; margin-right: 20px; margin-top: 2px; } /* ステップの中身 */ .step_content { flex: 1; min-width: 0; } .step_headline { font-size: 16px !important; font-weight: bold; color: #000; margin-bottom: 12px; } .step_text { font-size: 14px !important; line-height: 1.7 !important; color: #000; margin-bottom: 12px; font-weight: 400; } .step_text strong { color: #cc0000; } /* 中身の「同梱されているもの」等の横長バッジの保護設定 */ .step_badge { display: inline-block !important; width: auto !important; max-width: 100% !important; flex-shrink: 0 !important; white-space: nowrap !important; font-size: 13px !important; font-weight: bold; color: #fff; padding: 4px 12px !important; border-radius: 4px; margin-bottom: 10px; box-sizing: border-box; } .badge_get { background-color: #2e7d32 !important; } .badge_action { background-color: #ef6c00 !important; } /* 同梱物リスト */ .step_list { margin: 0 0 15px 0; padding-left: 20px; font-size: 14px !important; line-height: 1.6 !important; color: #000; font-weight: 400; } .step_list li { margin-bottom: 5px; } .step_text_sub { font-size: 14px !important; line-height: 1.7 !important; color: #000; background-color: #fff; padding: 10px; border-left: 3px solid #ef6c00; margin: 0; font-weight: 400; } /* 注意書きバナー */ .step_attention { font-size: 13px !important; line-height: 1.6 !important; color: #cc0000; background-color: #fff5f5; border: 1px solid #f8d7da; padding: 12px; border-radius: 4px; margin-top: 10px; font-weight: 400; }