🌏 世界に、あなたの車を走らせよう!
中古車輸出ビジネスは、誰にでもチャンスがあります。
このページでは、初めての人でも迷わないように、
海外へ車を送り出すまでの5つのステップを分かりやすく紹介します。
▶ 今すぐ手順を見る
/* 🚗 Heroセクション全体 */
.hero-box {
position: relative;
text-align: center;
padding: 120px 30px;
color: #fff;
font-family: “Noto Sans JP”, sans-serif;
border-radius: 0;
margin: 0;
overflow: hidden;
background: linear-gradient(135deg, rgba(0,110,255,0.75), rgba(255,90,150,0.75)),
url(‘https://www.telework.info/wp-content/uploads/sites/6/2025/11/mainimg.jpg’) center/cover no-repeat;
box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.25);
}
/* 背景アニメーション効果 */
.hero-box::before {
content: “”;
position: absolute;
inset: 0;
background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.2), transparent 70%),
radial-gradient(circle at 70% 70%, rgba(255,255,255,0.15), transparent 70%);
animation: heroFloat 8s ease-in-out infinite alternate;
}
@keyframes heroFloat {
0% { transform: translateY(0px); opacity: 0.9; }
100% { transform: translateY(20px); opacity: 1; }
}
/* テキスト部分 */
.hero-inner {
position: relative;
z-index: 2;
max-width: 800px;
margin: 0 auto;
animation: fadeUp 1.5s ease-in-out;
}
@keyframes fadeUp {
0% { opacity: 0; transform: translateY(25px); }
100% { opacity: 1; transform: translateY(0); }
}
.hero-inner h1 {
font-size: 2.6em;
font-weight: 800;
margin-bottom: 25px;
text-shadow: 2px 3px 6px rgba(0,0,0,0.4);
letter-spacing: 1.5px;
}
.hero-inner p {
font-size: 1.2em;
line-height: 1.9;
color: #fff;
text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
margin-bottom: 40px;
}
/* ボタン */
.hero-btn {
display: inline-block;
background: linear-gradient(90deg, #ff7eb9, #ffb6c1);
color: #fff;
font-weight: 700;
padding: 15px 45px;
border-radius: 50px;
text-decoration: none;
font-size: 1.1em;
box-shadow: 0 5px 15px rgba(255,100,150,0.6);
transition: 0.3s ease;
}
.hero-btn:hover {
background: linear-gradient(90deg, #ff5fa3, #ff94b8);
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(255,90,150,0.7);
}
中古車輸出の手順
中古車輸出は会社ごとに売り方や仕入れ方が違うのが面白いところ。でも、どのやり方でも共通する基本の流れが必ずあります。ここでは初心者にも分かりやすく、実務で使える5つのステップにまとめました。
1 売買契約 — 取引条件をはっきりさせる
まずは販売価格と輸出条件(FOB/CFR(C&F)/CIF など)を決めます。支払い条件は手付金+船積み後残金、あるいは前金(全額)など。代金回収リスクと競争力のバランスを考えて条件を設定しましょう。
2 船積み手配 — Booking と通関を確実に
契約成立後は船積み(Booking)と輸出通関の手配。船会社からはB/L(船荷証券)、通関業者からは輸出許可通知書を受け取ります。書類の取り違えや抜けがないようにチェックを。
3 代金回収 — 入金確認が最重要
船積み完了をバイヤーに連絡して残金を請求します。B/Lや重要書類は入金確認後に渡すのが基本。特に国際取引では、入金確認が済むまでは慎重に進めましょう。
4 船荷証券(B/L)の発送 — 所有権の移転
入金を確認したらB/Lを発送して所有権を移転します。CIF取引なら海上保険証券も同送。国によっては輸出抹消証明書や英文翻訳の提出を求められる場合があるので、必要書類はまとめて送るとスムーズです。近場の国ではサレンダー(元地回収)で対応することもあります。
5 自動車リサイクル料の還付申請 — 忘れずに申請
輸出が完了したら、自動車リサイクル料の還付申請を行います。申請先には次の書類が必要です:B/Lのコピー、輸出抹消のコピー、輸出許可通知書のコピー。還付は利益の一部になるので必ず手続きしましょう。
補足:輸出先の国や支払い条件(例:L/C=信用状)によって追加の手続きが生じます。輸出検査が必要な国もあるため、相手国の規制は事前に確認してください。
問い合わせ先(参考):
自動車リサイクル輸出返還事務センター TEL:0570-064-860
以上が基本の5ステップです。
次のレッスンでは、それぞれの手順で実際に使う書類例(B/L・Proforma Invoice など)と、商談成立までの具体的な流れを詳しく学んでいきます。
/* ===== 手順セクション全体 ===== */
#export-steps {
background: linear-gradient(180deg, #fdfbff 0%, #f3f9ff 100%);
padding: 60px 20px 90px;
font-family: “Noto Sans JP”, sans-serif;
color: #203040;
}
#export-steps .wrap {
max-width: 900px;
margin: 0 auto;
}
/* 見出し */
#export-steps h2 {
font-size: 2.2em;
font-weight: 800;
text-align: center;
color: #0077cc;
margin-bottom: 25px;
position: relative;
}
#export-steps h2::after {
content: “”;
display: block;
width: 80px;
height: 4px;
background: linear-gradient(90deg, #ff8dc8, #8ed0ff);
border-radius: 2px;
margin: 15px auto 0;
}
/* 導入文 */
#export-steps .intro {
text-align: center;
font-size: 1.1em;
line-height: 1.9;
color: #333;
margin-bottom: 50px;
}
/* ===== 各ステップ ===== */
.steps {
display: flex;
flex-direction: column;
gap: 35px;
}
.step {
background: #fff;
border-radius: 20px;
padding: 25px 30px;
box-shadow: 0 4px 10px rgba(0,0,0,0.08);
transition: transform 0.3s, box-shadow 0.3s;
border-left: 6px solid #8ecaff;
}
.step:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
/* ステップタイトル */
.step h3 {
font-size: 1.3em;
font-weight: 700;
color: #0055aa;
margin-bottom: 10px;
position: relative;
}
.step h3::before {
content: “★”;
color: #ff84b7;
margin-right: 8px;
}
/* 本文 */
.step p {
font-size: 1em;
color: #333;
line-height: 1.8;
margin: 0;
}
/* ===== 注意・補足部分 ===== */
.note-block {
background: #fff9fc;
border: 2px dashed #ffb3d9;
border-radius: 20px;
padding: 25px 30px;
margin-top: 60px;
font-size: 0.95em;
line-height: 1.8;
}
.note-block strong {
color: #e94e8a;
}
/* 問い合わせ */
.note-block .contact {
margin-top: 15px;
color: #444;
font-size: 0.95em;
}
/* ===== 次への導線 ===== */
#export-steps .next {
text-align: center;
font-size: 1.1em;
margin-top: 50px;
color: #203040;
background: linear-gradient(90deg, #e9f5ff 0%, #fff2fa 100%);
padding: 25px 20px;
border-radius: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.next-lesson {
text-align: center;
margin: 60px 0;
}
.next-btn {
display: inline-block;
background: linear-gradient(90deg, #ff8acb, #7db9ff);
color: #fff;
font-weight: bold;
font-size: 1.2em;
padding: 14px 36px;
border-radius: 40px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 10px rgba(255, 138, 203, 0.3);
}
.next-btn:hover {
background: linear-gradient(90deg, #7db9ff, #ff8acb);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(125, 185, 255, 0.4);
}