<?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/%e3%83%87%e3%82%b8%e3%82%bf%e3%83%ab%e5%ad%90%e8%82%b2%e3%81%a6/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jul 2025 15:36:24 +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>オーストラリア、16歳未満SNS規制を拡大｜YouTubeも対象に</title>
		<link>https://nonbiri-ke.com/%e3%82%aa%e3%83%bc%e3%82%b9%e3%83%88%e3%83%a9%e3%83%aa%e3%82%a2%e3%80%8116%e6%ad%b3%e6%9c%aa%e6%ba%80sns%e8%a6%8f%e5%88%b6%e3%82%92%e6%8b%a1%e5%a4%a7%ef%bd%9cyoutube%e3%82%82%e5%af%be%e8%b1%a1/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Wed, 30 Jul 2025 21:00:00 +0000</pubDate>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[16歳未満SNS]]></category>
		<category><![CDATA[YouTube規制]]></category>
		<category><![CDATA[オーストラリアSNS禁止]]></category>
		<category><![CDATA[デジタル子育て]]></category>
		<category><![CDATA[世界に激震]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=9747</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/07/ChatGPT-Image-2025年7月31日-00_01_40-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>オーストラリア16歳未満SNS禁止の衝撃 16 世界が注目する年齢制限 オーストラリアが打ち出した前例のない規制は、デジタル社会の未来を変える転換点となるのか？ 衝撃の方針転換：YouTubeも禁止対象に 2025年7月 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/07/ChatGPT-Image-2025年7月31日-00_01_40-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9399173969923018"
     crossorigin="anonymous"></script>
<!-- レスポンシブタイプ -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9399173969923018"
     data-ad-slot="4717798537"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>




<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>オーストラリア16歳未満SNS禁止の衝撃</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: #2c3e50;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }
        
        .container {
            max-width: 800px;
            margin: 0 auto;
            padding: 40px 20px;
            background: white;
            box-shadow: 0 20px 60px rgba(0,0,0,0.1);
            border-radius: 20px;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        
        .hero-section {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            padding: 40px;
            border-radius: 15px;
            margin-bottom: 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
            animation: float 20s linear infinite;
        }
        
        @keyframes float {
            0% { transform: translateX(-50px) translateY(-50px); }
            100% { transform: translateX(50px) translateY(50px); }
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
        }
        
        .impact-number {
            font-size: 4em;
            font-weight: bold;
            display: block;
            margin-bottom: 10px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }
        
        .hero-text {
            font-size: 1.4em;
            margin-bottom: 20px;
            font-weight: 300;
        }
        
        .section {
            margin-bottom: 50px;
            padding: 30px;
            background: #f8f9fa;
            border-radius: 15px;
            border-left: 5px solid #3498db;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .section:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        }
        
        .section-title {
            font-size: 1.8em;
            color: #2c3e50;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #3498db;
            position: relative;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 50px;
            height: 3px;
            background: #e74c3c;
        }
        
        .highlight-box {
            background: linear-gradient(135deg, #74b9ff, #0984e3);
            color: white;
            padding: 25px;
            border-radius: 12px;
            margin: 25px 0;
            position: relative;
            overflow: hidden;
        }
        
        .highlight-box::before {
            content: "";
            display: none;
        }
        
        .warning-box {
            background: linear-gradient(135deg, #fdcb6e, #e17055);
            color: white;
            padding: 25px;
            border-radius: 12px;
            margin: 25px 0;
            border-left: 5px solid #d63031;
        }
        
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .stat-card {
            background: white;
            padding: 25px;
            border-radius: 12px;
            text-align: center;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            border-top: 4px solid #e74c3c;
            transition: transform 0.3s ease;
        }
        
        .stat-card:hover {
            transform: scale(1.05);
        }
        
        .stat-number {
            font-size: 2.5em;
            font-weight: bold;
            color: #e74c3c;
            display: block;
        }
        
        .stat-label {
            color: #7f8c8d;
            font-size: 0.9em;
            margin-top: 10px;
        }
        
        .timeline {
            position: relative;
            padding-left: 30px;
            margin: 30px 0;
        }
        
        .timeline::before {
            content: '';
            position: absolute;
            left: 15px;
            top: 0;
            bottom: 0;
            width: 3px;
            background: linear-gradient(to bottom, #3498db, #e74c3c);
        }
        
        .timeline-item {
            position: relative;
            padding: 20px 0;
            margin-left: 30px;
        }
        
        .timeline-item::before {
            content: '';
            position: absolute;
            left: -45px;
            top: 25px;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #3498db;
            border: 3px solid white;
            box-shadow: 0 0 0 3px #3498db;
        }
        
        .timeline-date {
            font-weight: bold;
            color: #e74c3c;
            font-size: 1.1em;
        }
        
        .timeline-content {
            margin-top: 10px;
            padding: 15px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .quote-box {
            background: #ecf0f1;
            border-left: 5px solid #3498db;
            padding: 25px;
            margin: 25px 0;
            font-style: italic;
            position: relative;
        }
        
        .quote-box::before {
            content: '"';
            font-size: 4em;
            color: #bdc3c7;
            position: absolute;
            top: -10px;
            left: 20px;
        }
        
        .quote-author {
            text-align: right;
            margin-top: 15px;
            font-weight: bold;
            color: #2c3e50;
        }
        
        .impact-list {
            list-style: none;
            padding: 0;
        }
        
        .impact-list li {
            padding: 15px;
            margin: 10px 0;
            background: white;
            border-radius: 8px;
            border-left: 4px solid #e74c3c;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .impact-list li:hover {
            transform: translateX(10px);
        }
        
        .impact-list li::before {
            content: '';
            margin-right: 10px;
        }
        
        .cta-section {
            background: linear-gradient(135deg, #2d3436, #636e72);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
        }
        
        .cta-title {
            font-size: 2em;
            margin-bottom: 20px;
        }
        
        .cta-text {
            font-size: 1.2em;
            margin-bottom: 30px;
            opacity: 0.9;
        }
        
        .future-box {
            background: linear-gradient(135deg, #00b894, #00cec9);
            color: white;
            padding: 30px;
            border-radius: 15px;
            margin: 30px 0;
            text-align: center;
        }
        
        .country-comparison {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
        
        .country-card {
            background: white;
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
            border-top: 4px solid #74b9ff;
        }
        
        .country-name {
            font-size: 1.3em;
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 15px;
        }
        
        .country-status {
            padding: 8px 15px;
            border-radius: 20px;
            font-size: 0.9em;
            font-weight: bold;
            display: inline-block;
            margin-bottom: 15px;
        }
        
        .status-planning {
            background: #fdcb6e;
            color: #2d3436;
        }
        
        .status-implemented {
            background: #00b894;
            color: white;
        }
        
        .status-considering {
            background: #74b9ff;
            color: white;
        }
        
        @media (max-width: 768px) {
            .container {
                margin: 20px;
                padding: 20px;
            }
            
            .hero-section {
                padding: 25px;
            }
            
            .impact-number {
                font-size: 3em;
            }
            
            .section {
                padding: 20px;
            }
            
            .stat-grid {
                grid-template-columns: 1fr;
            }
        }
        
        .highlight-marker {
            background: rgba(255, 235, 59, 0.3);
            padding: 2px 4px;
            border-radius: 3px;
            font-weight: 600;
            color: #1a1a1a;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="hero-section">
            <div class="hero-content">
                <span class="impact-number">16</span>
                <div class="hero-text">世界が注目する年齢制限</div>
                <p style="text-align: left;">オーストラリアが打ち出した前例のない規制は、デジタル社会の未来を変える転換点となるのか？</p>
            </div>
        </div>

        <div class="section">
            <h2 class="section-title">衝撃の方針転換：YouTubeも禁止対象に</h2>
            <p>2025年7月30日、オーストラリア政府が発表した内容は、世界中の教育関係者や保護者に衝撃を与えました。当初は「教育目的で使用される」として除外されていたYouTubeが、一転して16歳未満の利用禁止対象に加えられたのです。</p>
            
            <div class="highlight-box">
                <strong>なぜYouTubeが対象に？</strong><br>
                インターネット監視機関の電子安全委員会が6月に行った勧告では、<strong style="color: #000000;">「暴力や性搾取などの情報に接するリスク」</strong><span style="color: white;">と</span><strong style="color: #000000;">「依存性の強さ」</strong>が指摘されました。教育的価値があるとされていたYouTubeも、子どもたちを有害コンテンツから守るという大義の前では例外とはならなかったのです。
            </div>

            <p>アルバニージー首相は記者会見で「重要な点は、16歳未満の若者はYouTubeのアカウントを作れなくなることだ」と明言。しかし、記者からは「YouTubeはアカウントがなくても動画を見られる」として実効性を疑問視する声も上がりました。</p>
        </div>

        <div class="section">
            <h2 class="section-title">規制の全貌：対象プラットフォームと罰則</h2>
            
            <div class="stat-grid">
                <div class="stat-card">
                    <span class="stat-number">5000万</span>
                    <div class="stat-label">豪ドル<br>最高罰金額<br>（約48億円）<br><small>※2025年7月時点</small></div>
                </div>
                <div class="stat-card">
                    <span class="stat-number">5</span>
                    <div class="stat-label">主要SNS<br>禁止対象<br>プラットフォーム<br><small>※2025年7月時点</small></div>
                </div>
                <div class="stat-card">
                    <span class="stat-number">12月</span>
                    <div class="stat-label">2025年<br>法律施行<br>予定時期<br><small>※審議中</small></div>
                </div>
            </div></div>

            <p>禁止対象となるのは以下のプラットフォームです：</p>
            <ul class="impact-list">
                <li><strong>YouTube</strong> &#8211; 動画投稿・視聴サイト</li>
                <li><strong>Facebook</strong> &#8211; ソーシャルネットワーキングサービス</li>
                <li><strong>Instagram</strong> &#8211; 写真・動画共有サービス</li>
                <li><strong>TikTok</strong> &#8211; ショート動画プラットフォーム</li>
                <li><strong>X（旧Twitter）</strong> &#8211; マイクロブログサービス</li>
            </ul>

            <div class="warning-box">
                <strong>注意：</strong>違反した場合の罰則は運営企業にのみ適用され、子どもや保護者には罰金は科されません。しかし、学校での教育目的や親の監督下での利用は除外されるとしています。
            </div>
        </div>

        <div class="section">
            <h2 class="section-title">背景にある深刻な問題</h2>
            
            <div class="timeline">
                <div class="timeline-item">
                    <div class="timeline-date">増加する被害</div>
                    <div class="timeline-content">
                        SNS上でのいじめを苦に子どもが自殺するケースが相次ぎ、社会問題となっている
                    </div>
                </div>
                <div class="timeline-item">
                    <div class="timeline-date">犯罪への巻き込まれ</div>
                    <div class="timeline-content">
                        詐欺や性的暴力といった犯罪に子どもが巻き込まれるケースが多発
                    </div>
                </div>
                <div class="timeline-item">
                    <div class="timeline-date">心身への影響</div>
                    <div class="timeline-content">
                        「痩せていることが素晴らしい」といった偏った情報により、拒食症や心の病にかかる子どもが増加
                    </div>
                </div>
                <div class="timeline-item">
                    <div class="timeline-date">遺族の声</div>
                    <div class="timeline-content">
                        子どもを失った遺族らがSNS規制を求める署名を政府に提出、政策決定の後押しとなった
                    </div>
                </div>
            </div>

            <div class="quote-box">
                子どもは電子端末から離れ、対面での実体験を通じて学び、成長してほしい
                <div class="quote-author">&#8211; アルバニージー首相</div>
            </div>
        </div>

        <div class="section">
            <h2 class="section-title">技術的課題と実効性への疑問</h2>
            
            <p>この画期的な法律には、実施上の大きな課題が残されています。<span class="highlight-marker">最も困難とされるのが年齢認証システムの確立</span>です。</p>

            <div class="highlight-box">
                <strong>主な技術的課題：</strong><br>
                • 16歳未満の接続をどう確実に阻止するか<br>
                • 年齢確認時のプライバシー保護をどう両立させるか<br>
                • VPNや他の回避手段にどう対処するか<br>
                • アカウント不要で利用可能なサービスへの対応
            </div>

            <p>特にYouTubeについては、「アカウントなしでも視聴可能」という特性から、実際の効果を疑問視する声が多く上がっています。Google（YouTube運営会社）は「次の対応を検討し、政府との対話を継続していく」とコメントしていますが、現地メディアによると法的措置も検討しているとのことです。YouTubeなどグレーゾーンのサービスの扱いについては、今後議論が続く見通しです。</p>
        </div>

        <div class="section">
            <h2 class="section-title">世界への影響：各国の動向</h2>
            
            <div class="country-comparison">
                <div class="country-card">
                    <div class="country-name">アメリカ</div>
                    <div class="country-status status-considering">検討中</div>
                    <p>一部の州で類似の法案が議論されているが、憲法修正第1条（表現の自由）との兼ね合いで慎重な姿勢</p>
                </div>
                <div class="country-card">
                    <div class="country-name">イギリス</div>
                    <div class="country-status status-planning">計画中</div>
                    <p>オンライン安全法の施行を準備中。SNS企業への規制強化を検討</p>
                </div>
                <div class="country-card">
                    <div class="country-name">フランス</div>
                    <div class="country-status status-considering">検討中</div>
                    <p>15歳未満のSNS利用に保護者の同意を義務付ける法案を検討</p>
                </div>
                <div class="country-card">
                    <div class="country-name">日本</div>
                    <div class="country-status status-considering">注視</div>
                    <p>オーストラリアの動向を注視しながら、国内での議論を慎重に進める方針</p>
                </div>
            </div>
        </div>

        <div class="section">
            <h2 class="section-title">賛否両論：専門家の見解</h2>
            
            <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0;">
                <div style="background: #d5f4e6; padding: 25px; border-radius: 12px; border-left: 5px solid #00b894;">
                    <h3 style="color: #00b894; margin-bottom: 15px;">賛成派の意見</h3>
                    <ul style="list-style: none; padding: 0;">
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #00b894;">✓</span>
                            子どもの心身の健康を守る重要な措置
                        </li>
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #00b894;">✓</span>
                            SNS企業に社会的責任を負わせる効果
                        </li>
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #00b894;">✓</span>
                            実体験を重視した健全な成長環境の提供
                        </li>
                    </ul>
                </div>
                
                <div style="background: #ffeaa7; padding: 25px; border-radius: 12px; border-left: 5px solid #fdcb6e;">
                    <h3 style="color: #e17055; margin-bottom: 15px;">反対派の意見</h3>
                    <ul style="list-style: none; padding: 0;">
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #e17055;">×</span>
                            情報アクセス権の不当な制約
                        </li>
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #e17055;">×</span>
                            技術的実現可能性への疑問
                        </li>
                        <li style="margin: 10px 0; padding-left: 20px; position: relative;">
                            <span style="position: absolute; left: 0; color: #e17055;">×</span>
                            教育機会の損失リスク
                        </li>
                    </ul>
                </div>
            </div>
        </div>

        <div class="section">
            <h2 class="section-title">保護者が今すぐできること</h2>
            
            <p>オーストラリアの法律施行を待つ間、世界中の保護者ができる実践的な対策をご紹介します：</p>

            <div style="background: #f1f2f6; padding: 25px; border-radius: 12px; margin: 25px 0;">
                <h3 style="color: #2d3436; margin-bottom: 20px;">immediate actions（すぐにできること）</h3>
                
                <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px;">
                    <div style="background: white; padding: 20px; border-radius: 8px; border-top: 3px solid #74b9ff;">
                        <h4 style="color: #2d3436; margin-bottom: 10px;">設定の見直し</h4>
                        <p style="font-size: 0.9em;">プライバシー設定、コメント制限、時間制限の活用</p>
                    </div>
                    <div style="background: white; padding: 20px; border-radius: 8px; border-top: 3px solid #00b894;">
                        <h4 style="color: #2d3436; margin-bottom: 10px;">対話の促進</h4>
                        <p style="font-size: 0.9em;">子どもとSNS利用について定期的に話し合う</p>
                    </div>
                    <div style="background: white; padding: 20px; border-radius: 8px; border-top: 3px solid #fdcb6e;">
                        <h4 style="color: #2d3436; margin-bottom: 10px;">代替活動</h4>
                        <p style="font-size: 0.9em;">リアルな体験や創作活動の機会を増やす</p>
                    </div>
                    <div style="background: white; padding: 20px; border-radius: 8px; border-top: 3px solid #e17055;">
                        <h4 style="color: #2d3436; margin-bottom: 10px;">監視と支援</h4>
                        <p style="font-size: 0.9em;">適切な距離感で子どもの活動を把握する</p>
                    </div>
                </div>
            </div>
        </div>

        <div class="future-box">
            <h2 style="margin-bottom: 20px;">これからのデジタル社会</h2>
            <p style="font-size: 1.1em; margin-bottom: 20px; text-align: left;">オーストラリアの決断は、単なる一国の政策を超えて、グローバルなデジタル社会のあり方を問い直す契機となっています。</p>
            <p style="text-align: left;">子どもたちの安全と自由、教育の機会と保護のバランス。この複雑な課題に対する答えは、まだ見つかっていません。しかし、この議論こそが、より良いデジタル社会への第一歩なのかもしれません。</p>
        </div>

        <div class="cta-section">
            <div class="cta-title">あなたはどう思いますか？</div>
            <div class="cta-text">
                この記事を読んで、SNS規制についてのあなたの考えが変わりましたか？<br>
                家族や友人と、デジタル時代の子育てについて話し合ってみませんか？
            </div>
            <p style="font-size: 0.9em; opacity: 0.8;">
                世界が注目するこの政策の行方を、私たちも見守り続けていきましょう。
            </p>
            
            <div style="background: rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; margin-top: 30px; text-align: left;">
                <h4 style="margin-bottom: 15px; color: #fff;">【読者向け注記】</h4>
                <p style="font-size: 0.9em; line-height: 1.6; margin-bottom: 10px;">
                    ※本記事は2025年7月時点で発表されているオーストラリア政府の公式発表および報道に基づいています。今後、議会審議・修正や施行時期が変更される場合があります。
                </p>
                
                <h5 style="margin: 20px 0 10px 0; color: #fff;">【主要参考ソース】</h5>
                <ul style="font-size: 0.85em; line-height: 1.5; list-style: none; padding-left: 0;">
                    <li style="margin-bottom: 5px;">• オーストラリア政府公式発表（2025年7月30日）</li>
                    <li style="margin-bottom: 5px;">• NHK News Web 報道記事</li>
                    <li style="margin-bottom: 5px;">• AFP通信・時事通信 報道記事</li>
                    <li style="margin-bottom: 5px;">• Yahoo!ニュース 配信記事</li>
                    <li style="margin-bottom: 5px;">• インターネット監視機関・電子安全委員会 勧告書</li>
                </ul>
            </div>
        </div>
    </div>
</body>
</html>



<p><strong><span class="swl-inline-color has-swl-main-color">最後までお読みいただきありがとうございます！少しでも共感いただけましたら、<br>↓↓のバナーをクリックして応援いただけると嬉しいです。</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://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank"><img decoding="async" src="https://b.blogmura.com/news/news_kininaru/88_31.gif" width="88" height="33" border="0" alt="にほんブログ村 ニュースブログ 気になるニュースへ" /></a><br /><a href="https://news.blogmura.com/news_kininaru/ranking/in?p_cid=11149995" target="_blank">にほんブログ村</a>



<a href="https://blog.with2.net/link/?id=2071189&#038;cid=1000" title="インターネット・コンピュータランキング"><img decoding="async" alt="インターネット・コンピュータランキング" width="110" height="31" src="https://blog.with2.net/img/banner/c/banner_1/br_c_1000_1.gif"></a><br><a href="https://blog.with2.net/link/?id=2071189&#038;cid=1000" title="インターネット・コンピュータランキング" style="font-size: 0.9em;">インターネット・コンピュータランキング</a>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
