<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>日本免許制度 &#8211; はっさーブログ</title>
	<atom:link href="https://nonbiri-ke.com/tag/%e6%97%a5%e6%9c%ac%e5%85%8d%e8%a8%b1%e5%88%b6%e5%ba%a6/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jul 2025 06:02:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://nonbiri-ke.com/wp-content/uploads/2021/07/cropped-unnamed-5-1-32x32.jpg</url>
	<title>日本免許制度 &#8211; はっさーブログ</title>
	<link>https://nonbiri-ke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【2025年10月施行】外免切替制度が大幅改正！観光客は対象外、試験50問に厳格化 &#8211; 最新情報まとめ</title>
		<link>https://nonbiri-ke.com/%e3%80%902025%e5%b9%b410%e6%9c%88%e6%96%bd%e8%a1%8c%e3%80%91%e5%a4%96%e5%85%8d%e5%88%87%e6%9b%bf%e5%88%b6%e5%ba%a6%e3%81%8c%e5%a4%a7%e5%b9%85%e6%94%b9%e6%ad%a3%ef%bc%81%e8%a6%b3%e5%85%89%e5%ae%a2/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Thu, 10 Jul 2025 20:00:00 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[2025年施行]]></category>
		<category><![CDATA[交通法改正]]></category>
		<category><![CDATA[免許試験厳格化]]></category>
		<category><![CDATA[国際運転免許]]></category>
		<category><![CDATA[外免切替]]></category>
		<category><![CDATA[外免切替改正]]></category>
		<category><![CDATA[外国免許切替]]></category>
		<category><![CDATA[日本免許制度]]></category>
		<category><![CDATA[観光客対象外]]></category>
		<category><![CDATA[運転免許改正]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=9057</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/07/ChatGPT-Image-2025年7月11日-00_55_54-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>【速報解説】外免切替制度が大幅改正！観光客は対象外、試験は5倍の50問に 速報 外免切替制度が大幅改正 観光客は対象外、試験は50問に増加 &#8211; 10月1日施行予定 &#x1f6a8; 重要なポイント 警察庁は [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/07/ChatGPT-Image-2025年7月11日-00_55_54-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>
<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>【速報解説】外免切替制度が大幅改正！観光客は対象外、試験は5倍の50問に</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Hiragino Sans', 'Yu Gothic', 'Meiryo', sans-serif;
            line-height: 1.8;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            padding: 20px;
        }
        
        .container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
            overflow: hidden;
        }
        
        .header {
            background: linear-gradient(135deg, #2d3748, #4a5568);
            color: white;
            padding: 40px 30px;
            text-align: center;
            position: relative;
        }
        
        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
        }
        
        .breaking-badge {
            display: inline-block;
            background: #e53e3e;
            color: white;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: bold;
            margin-bottom: 15px;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.7; }
        }
        
        .title {
            font-size: 2em;
            font-weight: bold;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            position: relative;
            z-index: 1;
        }
        
        .subtitle {
            font-size: 1.1em;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }
        
        .content {
            padding: 40px;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #fed7d7, #feb2b2);
            border-left: 5px solid #e53e3e;
            padding: 20px;
            margin: 25px 0;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .info-box {
            background: linear-gradient(135deg, #bee3f8, #90cdf4);
            border-left: 5px solid #3182ce;
            padding: 20px;
            margin: 25px 0;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .stat-card {
            background: linear-gradient(135deg, #f7fafc, #edf2f7);
            padding: 25px;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
        }
        
        .stat-number {
            font-size: 2.5em;
            font-weight: bold;
            color: #2d3748;
            margin-bottom: 10px;
        }
        
        .stat-label {
            color: #4a5568;
            font-size: 0.9em;
        }
        
        .comparison-table {
            background: white;
            border-radius: 15px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            overflow: hidden;
            margin: 30px 0;
        }
        
        .comparison-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .comparison-table th {
            background: linear-gradient(135deg, #4a5568, #2d3748);
            color: white;
            padding: 20px;
            text-align: center;
            font-weight: bold;
        }
        
        .comparison-table td {
            padding: 20px;
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .comparison-table tr:nth-child(even) {
            background: #f7fafc;
        }
        
        .video-container {
            margin: 40px 0;
            background: linear-gradient(135deg, #f7fafc, #edf2f7);
            padding: 30px;
            border-radius: 20px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
        }
        
        .video-wrapper {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 56.25%; /* 16:9 aspect ratio */
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 15px;
        }
        
        .qa-section {
            margin: 30px 0;
        }
        
        .qa-item {
            background: white;
            margin: 20px 0;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .qa-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }
        
        .question {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            padding: 20px;
            display: flex;
            align-items: center;
            cursor: pointer;
        }
        
        .q-icon {
            background: rgba(255,255,255,0.2);
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
        }
        
        .q-text {
            font-weight: bold;
            font-size: 1.1em;
        }
        
        .answer {
            padding: 25px;
            display: flex;
            align-items: flex-start;
            background: linear-gradient(135deg, #f7fafc, #edf2f7);
        }
        
        .a-icon {
            background: #38a169;
            color: white;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            margin-right: 15px;
            flex-shrink: 0;
            margin-top: 2px;
        }
        
        .a-text {
            line-height: 1.7;
            color: #2d3748;
        }
        
        .a-text strong {
            color: #e53e3e;
        }
        
        .before {
            color: #e53e3e;
            font-weight: bold;
        }
        
        .after {
            color: #38a169;
            font-weight: bold;
        }
        
        .section-title {
            font-size: 1.5em;
            color: #2d3748;
            margin: 40px 0 20px 0;
            padding-bottom: 10px;
            border-bottom: 3px solid #667eea;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #e53e3e;
        }
        
        .timeline {
            position: relative;
            margin: 30px 0;
        }
        
        .timeline-item {
            display: flex;
            align-items: center;
            margin: 20px 0;
            padding: 20px;
            background: linear-gradient(135deg, #f7fafc, #edf2f7);
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        }
        
        .timeline-date {
            background: #667eea;
            color: white;
            padding: 10px 15px;
            border-radius: 20px;
            font-weight: bold;
            margin-right: 20px;
            min-width: 120px;
            text-align: center;
        }
        
        .quote {
            font-style: italic;
            color: #4a5568;
            border-left: 4px solid #667eea;
            padding-left: 20px;
            margin: 20px 0;
            background: #f7fafc;
            padding: 20px;
            border-radius: 10px;
        }
        
        .emphasis {
            background: linear-gradient(120deg, #ffeaa7 0%, #fab1a0 100%);
            padding: 3px 8px;
            border-radius: 5px;
            font-weight: bold;
        }
        
        .footer {
            background: #2d3748;
            color: white;
            padding: 30px;
            text-align: center;
            font-size: 0.9em;
        }
        
        @media (max-width: 768px) {
            .title {
                font-size: 1.5em;
            }
            
            .content {
                padding: 20px;
            }
            
            .stats-grid {
                grid-template-columns: 1fr;
            }
            
            .timeline-item {
                flex-direction: column;
                text-align: center;
            }
            
            .timeline-date {
                margin-right: 0;
                margin-bottom: 15px;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <div class="breaking-badge">速報</div>
            <h1 class="title">外免切替制度が大幅改正</h1>
            <p class="subtitle">観光客は対象外、試験は50問に増加 &#8211; 10月1日施行予定</p>
        </div>
        
        <div class="content">
            <div class="highlight-box">
                <strong>&#x1f6a8; 重要なポイント</strong><br>
                警察庁は2025年7月10日、外国免許切替制度の大幅な改正案を公表しました。観光客による免許取得を不可能にし、試験を大幅に厳格化する内容となっています。
            </div>
            
            <h2 class="section-title">改正の背景</h2>
            
            <div class="stats-grid">
                <div class="stat-card">
                    <div class="stat-number">68,623</div>
                    <div class="stat-label">2024年の外免切替取得者数</div>
                </div>
                <div class="stat-card">
                    <div class="stat-number">2.3倍</div>
                    <div class="stat-label">過去10年での増加率</div>
                </div>
                <div class="stat-card">
                    <div class="stat-number">7,286件</div>
                    <div class="stat-label">2024年の外国人による交通事故</div>
                </div>
            </div>
            
            <p>外国人による交通事故が急増する中、特に問題視されているのが<span class="emphasis">観光客でも簡単に日本の免許を取得できる</span>現行制度です。2025年5月の埼玉県での小学生ひき逃げ事件、三重県での高速道路逆走事故など、外免切替で免許を取得した外国人による重大事故が相次いでいます。</p>
            
            <h2 class="section-title">現行制度の問題点</h2>
            
            <div class="info-box">
                <strong>現在の「抜け穴」</strong>
                <ul style="margin-top: 10px;">
                    <li>ホテルの住所で免許取得可能</li>
                    <li>知識試験はわずか10問（70%で合格）</li>
                    <li>1時間の勉強で満点取得者も存在</li>
                    <li>観光客でも「一時滞在証明書」で申請可能</li>
                </ul>
            </div>
            
            <div class="quote">
                「中国の免許で運転できるのは10カ国程度。しかし日本の免許を取得すると、ジュネーブ条約により約100カ国で運転可能な国際免許が取得できる」
                <br><small>&#8211; 自動車生活ジャーナリスト 加藤久美子氏</small>
            </div>
            
            <h2 class="section-title">改正案の詳細</h2>
            
            <div class="comparison-table">
                <table>
                    <thead>
                        <tr>
                            <th>項目</th>
                            <th>改正前</th>
                            <th>改正後</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td><strong>住所確認</strong></td>
                            <td class="before">ホテルの一時滞在証明書でも可</td>
                            <td class="after">住民票の写しが原則必要</td>
                        </tr>
                        <tr>
                            <td><strong>知識試験</strong></td>
                            <td class="before">10問中7問正解（70%）</td>
                            <td class="after">50問中45問正解（90%）</td>
                        </tr>
                        <tr>
                            <td><strong>問題形式</strong></td>
                            <td class="before">マルバツ式、イラスト付き</td>
                            <td class="after">イラスト廃止、より複雑な形式</td>
                        </tr>
                        <tr>
                            <td><strong>技能試験</strong></td>
                            <td class="before">基本的な運転技術のみ</td>
                            <td class="after">横断歩道・踏切通過を追加、採点厳格化</td>
                        </tr>
                        <tr>
                            <td><strong>観光客</strong></td>
                            <td class="before">取得可能</td>
                            <td class="after">取得不可</td>
                        </tr>
                    </tbody>
                </table>
            </div>
            
            <div class="video-container">
                <h3 style="text-align: center; margin-bottom: 20px; color: #2d3748;">&#x1f697; 外免切替の技能試験の実際</h3>
                <div class="video-wrapper">
                    <iframe 
                        width="100%" 
                        height="400" 
                        src="https://www.youtube.com/embed/wstG7ehBSB4" 
                        title="外免切替技能試験の実際の様子"
                        frameborder="0" 
                        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" 
                        allowfullscreen>
                    </iframe>
                </div>
                <p style="text-align: center; margin-top: 10px; font-size: 0.9em; color: #4a5568;">
                    ※技能試験の実際の流れと注意点について解説した動画です
                </p>
            </div>
            
            <h2 class="section-title">例外規定</h2>
            
            <div class="info-box">
                <strong>住民票なしでも取得可能な場合</strong>
                <ul style="margin-top: 10px;">
                    <li><strong>海外転出中の日本人：</strong> 戸籍謄本 + 一時滞在証明書</li>
                    <li><strong>外交官：</strong> 大使館・外務省発行の身分証明書</li>
                    <li><strong>外国人レーサー：</strong> 在留資格認定証明書保持者</li>
                </ul>
            </div>
            
            <h2 class="section-title">実施スケジュール</h2>
            
            <div class="timeline">
                <div class="timeline-item">
                    <div class="timeline-date">7月10日</div>
                    <div>警察庁が改正案を公表</div>
                </div>
                <div class="timeline-item">
                    <div class="timeline-date">7月11日〜8月9日</div>
                    <div>パブリックコメント募集期間</div>
                </div>
                <div class="timeline-item">
                    <div class="timeline-date">10月1日</div>
                    <div>新制度施行予定</div>
                </div>
            </div>
            
            <h2 class="section-title">各方面の反応</h2>
            
            <div class="quote">
                「こんな緩い制度がよく存在してきたなと思います。日本では交通関係の厳格化が図られているのですから、外国の方についても、それなりの知識と規範を学習してもらう必要があります」
                <br><small>&#8211; 亀井正貴弁護士</small>
            </div>
            
            <div class="info-box">
                <strong>国別外免切替取得者数（2024年）</strong>
                <ul style="margin-top: 10px;">
                    <li>&#x1f1fb;&#x1f1f3; ベトナム：16,681人</li>
                    <li>&#x1f1e8;&#x1f1f3; 中国：15,251人</li>
                    <li>&#x1f1f0;&#x1f1f7; 韓国：4,901人</li>
                </ul>
            </div>
            
            <h2 class="section-title">制度改正の意義</h2>
            
            <p>今回の改正は、<span class="emphasis">制度の本来の目的である「海外在住日本人の帰国時支援」</span>に立ち返る内容となっています。同時に、日本の交通安全レベルを維持しながら、適切な知識を持つ外国人ドライバーを育成する仕組みへと転換されます。</p>
            
            <div class="highlight-box">
                <strong>&#x1f4ca; 合格率の現状</strong><br>
                現在の技能試験合格率は約30%と低い一方、知識試験は約90%と非常に高くなっています。新制度では両試験の難易度バランスが適正化されることが期待されます。
            </div>
            
            <h2 class="section-title">よくある質問 Q&#038;A</h2>
            
            <div class="qa-section">
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">いつから変わるの？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>2025年10月1日から施行予定</strong>です。現在パブリックコメントを募集中（7月11日〜8月9日）で、意見を踏まえて最終決定されます。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">日本人は関係ある？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>海外転出中の日本人は例外規定あり</strong>。戸籍謄本と一時滞在証明書があれば従来通り切り替え可能です。純粋な日本国内での免許取得には影響ありません。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">旧制度との最大の違いは？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>観光客の完全排除</strong>と<strong>試験の大幅厳格化</strong>です。知識試験は10問→50問、合格率70%→90%に。技能試験も横断歩道・踏切通過が追加されます。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">現在申請中の人はどうなる？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>10月1日以前に手続きを完了すれば旧制度が適用</strong>されます。ただし、具体的な経過措置は各都道府県警察にお問い合わせください。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">外交官やレーサーはどうなる？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>例外規定あり</strong>。外交官は大使館発行の身分証明書、モータースポーツイベントで来日するレーサーは在留資格認定証明書があれば取得可能です。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">なぜこんなに厳しくなるの？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>外国人による交通事故が急増</strong>しているためです。2024年は7,286件で過去10年最多。特に観光客が簡単に免許を取得できる現状が問題視されていました。
                        </div>
                    </div>
                </div>
                
                <div class="qa-item">
                    <div class="question">
                        <span class="q-icon">Q</span>
                        <span class="q-text">国際免許への影響は？</span>
                    </div>
                    <div class="answer">
                        <span class="a-icon">A</span>
                        <div class="a-text">
                            <strong>影響は限定的</strong>。新制度で日本の免許を取得すれば、従来通り約100カ国で有効な国際免許の取得が可能です。ただし、取得のハードルは大幅に上がります。
                        </div>
                    </div>
                </div>
            </div>
            
            <h2 class="section-title">今後の展望</h2>
            
            <p>警察庁は「住所確認や知識、技能確認を厳格化することで外国人運転手の事故を防止し、交通安全に繋げていきたい」としています。パブリックコメントでの意見を踏まえ、10月1日の施行に向けて最終調整が行われる予定です。</p>
            
            <div class="info-box">
                <strong>&#x1f4a1; 制度改正のポイント</strong>
                <ol style="margin-top: 10px;">
                    <li>観光目的の短期滞在者は対象外</li>
                    <li>試験難易度を日本人の免許取得と同等レベルに</li>
                    <li>真に日本で生活する外国人のための制度に</li>
                    <li>交通安全の向上と事故防止を最優先</li>
                </ol>
            </div>
        </div>
        
        <div class="footer">
            <p>※本記事は2025年7月11日時点の情報に基づいています。最新情報は警察庁の公式発表をご確認ください。</p>
        </div>
    </div>
</body>
</html>







<p><strong><span class="swl-inline-color has-swl-main-color">↓↓クリックしていただけると今後の励みになります！！</span></strong></p>



<div class="wp-block-group is-row is-nowrap is-layout-flex wp-container-core-group-is-layout-ad2f72ca wp-block-group-is-layout-flex">
<a href="https://diary.blogmura.com/dekigoto/ranking/in?p_cid=11149995" target="_blank"><img decoding="async" src="https://b.blogmura.com/diary/dekigoto/88_31.gif" width="88" height="31" border="0" alt="にほんブログ村 その他日記ブログ 日々のできごとへ" /></a><br /><a href="https://diary.blogmura.com/dekigoto/ranking/in?p_cid=11149995" target="_blank">にほんブログ村</a>



<a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング"><img decoding="async" alt="人気ブログランキング" width="88" height="31" src="https://blog.with2.net/img/banner/banner_22.svg"></a><br><a href="https://blog.with2.net/link/?id=2071189" title="人気ブログランキング" style="font-size: 0.9em;">人気ブログランキング</a>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
