中古車輸出統計
ミンチー先生:
海外バイヤーはどんな国に多くいると思いますか?
ミンチー先生:
ここ最近の年間輸出国上位とその年の年間中古車輸出台数:1,542,798台はこちらです。
.chat-section {
max-width: 700px;
margin: 40px auto;
font-family: “Noto Sans JP”, sans-serif;
}
.chat-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.chat-message {
display: inline-block;
border-radius: 20px;
padding: 15px 20px;
position: relative;
max-width: 90%;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
animation: fadeIn 0.5s ease;
}
.chat-message.teacher {
background: linear-gradient(120deg, #ffdae8, #ffc1f0);
align-self: flex-start;
}
.chat-message.teacher::before {
content: “”;
display: inline-block;
width: 40px;
height: 40px;
background-image: url(‘https://www.telework.info/wp-content/uploads/sites/6/2025/11/minchy.png’);
background-size: cover;
background-position: center;
margin-right: 10px;
vertical-align: middle;
}
.chat-message.student {
background: linear-gradient(120deg, #c6e0ff, #d9f0ff);
align-self: flex-end;
}
.chat-message.student::before {
content: “”;
display: inline-block;
width: 40px;
height: 40px;
background-image: url(‘https://www.telework.info/wp-content/uploads/sites/6/2025/10/himari-1.jpg’);
background-size: cover;
background-position: center;
margin-right: 10px;
vertical-align: middle;
}
.chat-message .name {
font-weight: bold;
margin-bottom: 5px;
}
.chat-message .text {
margin: 0;
line-height: 1.5;
}
/* optional: small “speech bubble” pointer */
.chat-message.teacher::after,
.chat-message.student::after {
content: ”;
position: absolute;
width: 0;
height: 0;
border-style: solid;
}
.chat-message.teacher::after {
border-width: 10px 10px 10px 0;
border-color: transparent #ffdae8 transparent transparent;
left: -10px;
top: 15px;
}
.chat-message.student::after {
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #c6e0ff;
right: -10px;
top: 15px;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(5px); }
to { opacity: 1; transform: translateY(0); }
}
[logged_in]
| 順 位 | 国 名 | 台 数 |
|---|
| 1 | RUSSIA | 218,191 |
| 2 | U.A.E. | 204,404 |
| 3 | NEW ZEALAND | 114,252 |
| 4 | TANZANIA | 81,683 |
| 5 | MONGOLIA | 79,765 |
| 6 | CHILE | 65,644 |
| 7 | KENYA | 61,170 |
| 8 | SOUTH AFRICA | 56,990 |
| 9 | THAILAND | 55,095 |
| 10 | PHILIPPINES | 35,273 |
| 11 | MALAYSIA | 35,066 |
| 12 | JAMAICA | 33,574 |
| 13 | CYPRUS | 29,900 |
| 14 | UGANDA | 29,680 |
| 15 | U.K. | 27,557 |
| 16 | PAKISTAN | 27,407 |
| 17 | ZAMBIA | 23,552 |
| 18 | AUSTRALIA | 22,516 |
| 19 | MYANMAR | 22,037 |
| 20 | GUYANA | 21,301 |
| 21 | BANGLADESH | 20,941 |
| 22 | GEORGIA | 20,789 |
| 23 | NIGERIA | 19,599 |
| 24 | U.S.A. | 17,511 |
| 25 | MOZAMBIQUE | 16,616 |
| 26 | DR CONGO | 16,295 |
| 27 | DOMINICAN REPUBLIC | 12,919 |
| 28 | IRELAND | 10,574 |
| 29 | ZIMBABWE | 10,343 |
| 30 | BAHAMAS | 9,286 |
| 31 | MAURITIUS | 8,885 |
| 32 | TRINIDAD AND TOBAGO | 7,666 |
| 33 | HONG KONG | 7,195 |
| 34 | GHANA | 6,929 |
| 35 | SURINAMU | 6,532 |
| 36 | MALTA | 6,205 |
| 37 | MALAWI | 6,073 |
| 38 | BOTSWANA | 5,998 |
| 39 | TURKEY | 5,235 |
| 40 | SINGAPORE | 5,071 |
[/logged_in]
櫻井ひまり:
それじゃ、これらの国々の海外バイヤーと商談すれば良いのよね?
ミンチー先生:
これらの国々からはもちろん、その他の国からも世界じゅう多くの海外バイヤーが日本の中古車を探しています。
>> 第3章の続きはこちら
.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);
}