<?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%96%b0%e5%b9%b9%e7%b7%9a%e3%83%8d%e3%83%83%e3%83%88%e4%ba%88%e7%b4%84/feed/" rel="self" type="application/rss+xml" />
	<link>https://nonbiri-ke.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 Aug 2025 15:33:13 +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>LINEで新幹線予約「LINEからEX」完全ガイド【2025年10月開始】</title>
		<link>https://nonbiri-ke.com/line-ex-shinkansen-guide/</link>
		
		<dc:creator><![CDATA[はっさー]]></dc:creator>
		<pubDate>Thu, 28 Aug 2025 21:00:00 +0000</pubDate>
				<category><![CDATA[気になるニュース]]></category>
		<category><![CDATA[JR東海]]></category>
		<category><![CDATA[LINEからEX]]></category>
		<category><![CDATA[LINE新幹線]]></category>
		<category><![CDATA[PayPay決済]]></category>
		<category><![CDATA[スマートEX]]></category>
		<category><![CDATA[チケットレス乗車]]></category>
		<category><![CDATA[会員登録不要]]></category>
		<category><![CDATA[新幹線ネット予約]]></category>
		<category><![CDATA[新幹線予約]]></category>
		<guid isPermaLink="false">https://nonbiri-ke.com/?p=10300</guid>

					<description><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/08/ChatGPT-Image-2025年8月29日-00_17_57-1024x682.jpg" class="webfeedsFeaturedVisual" /></p>LINEで新幹線予約革命！「LINEからEX」完全ガイド LINEで新幹線予約革命！ 「LINEからEX」で変わる旅のスタイル 2025年10月4日、ついに新幹線予約の常識が変わります！ 「また会員登録…」「クレジットカ [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><img src="https://nonbiri-ke.com/wp-content/uploads/2025/08/ChatGPT-Image-2025年8月29日-00_17_57-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>LINEで新幹線予約革命！「LINEからEX」完全ガイド</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
            line-height: 1.8;
            color: #333;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            padding: 20px 0;
        }

        .container {
            max-width: 800px;
            margin: 0 auto;
            background: #fff;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            overflow: hidden;
            position: relative;
        }

        .header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 60px 40px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::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 infinite linear;
        }

        @keyframes float {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        .header h1 {
            font-size: 2.5em;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .header .subtitle {
            font-size: 1.2em;
            opacity: 0.9;
            position: relative;
            z-index: 2;
        }

        .content {
            padding: 50px 40px;
        }

        .intro-section {
            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
            padding: 30px;
            border-radius: 15px;
            margin-bottom: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .intro-section .highlight {
            font-size: 1.3em;
            font-weight: bold;
            color: #d73527;
            margin-bottom: 20px;
        }

        h2 {
            font-size: 1.8em;
            color: #2c3e50;
            margin: 40px 0 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid #667eea;
            position: relative;
        }

        h2::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 60px;
            height: 3px;
            background: #764ba2;
        }

        h3 {
            font-size: 1.4em;
            color: #34495e;
            margin: 30px 0 20px;
            padding-left: 20px;
            border-left: 4px solid #667eea;
        }

        p {
            margin-bottom: 20px;
            text-align: left;
        }

        .feature-box {
            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
            padding: 25px;
            border-radius: 15px;
            margin: 25px 0;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .feature-box:hover {
            transform: translateY(-5px);
        }

        .feature-title {
            font-weight: bold;
            color: #2c3e50;
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .step-container {
            display: grid;
            gap: 20px;
            margin: 30px 0;
        }

        .step {
            background: #fff;
            border: 2px solid #667eea;
            border-radius: 15px;
            padding: 25px;
            position: relative;
            transition: all 0.3s ease;
        }

        .step:hover {
            box-shadow: 0 15px 35px rgba(102, 126, 234, 0.2);
            transform: translateY(-3px);
        }

        .step-number {
            position: absolute;
            top: -15px;
            left: 25px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.9em;
        }

        .step-title {
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 10px;
            margin-left: 20px;
        }

        .step-description {
            color: #555;
            margin-left: 20px;
        }

        .comparison-table {
            background: #fff;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin: 30px 0;
        }

        .table-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            text-align: center;
            font-weight: bold;
        }

        .table-row {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            border-bottom: 1px solid #eee;
        }

        .table-cell {
            padding: 20px;
            text-align: center;
            border-right: 1px solid #eee;
        }

        .table-cell:last-child {
            border-right: none;
        }

        .price-highlight {
            background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
            color: #d73527;
            font-weight: bold;
            font-size: 1.2em;
            padding: 10px;
            border-radius: 10px;
            display: inline-block;
            margin: 10px 0;
        }

        .warning-box {
            background: linear-gradient(135deg, #ffeaa7 0%, #fab1a0 100%);
            border: 2px solid #e17055;
            border-radius: 15px;
            padding: 25px;
            margin: 25px 0;
            position: relative;
        }

        .warning-box::before {
            content: "!";
            position: absolute;
            top: -15px;
            left: 25px;
            background: #e17055;
            color: white;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2em;
            font-weight: bold;
        }

        .warning-title {
            font-weight: bold;
            color: #d63031;
            margin-bottom: 10px;
            margin-left: 20px;
        }

        .warning-content {
            color: #2d3436;
            margin-left: 20px;
        }

        .pros-cons {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 30px 0;
        }

        .pros, .cons {
            background: #fff;
            border-radius: 15px;
            padding: 25px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }

        .pros {
            border-top: 4px solid #00b894;
        }

        .cons {
            border-top: 4px solid #e17055;
        }

        .pros h4, .cons h4 {
            margin-bottom: 15px;
            font-size: 1.2em;
        }

        .pros h4 {
            color: #00b894;
        }

        .cons h4 {
            color: #e17055;
        }

        .list-item {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

        .pros .list-item::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #00b894;
            font-weight: bold;
        }

        .cons .list-item::before {
            content: "×";
            position: absolute;
            left: 0;
            color: #e17055;
            font-weight: bold;
        }

        .conclusion {
            background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
            color: white;
            padding: 40px;
            border-radius: 15px;
            text-align: center;
            margin-top: 40px;
            position: relative;
            overflow: hidden;
        }

        .conclusion::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: repeating-linear-gradient(
                45deg,
                transparent,
                transparent 10px,
                rgba(255,255,255,0.05) 10px,
                rgba(255,255,255,0.05) 20px
            );
            animation: slide 15s infinite linear;
        }

        @keyframes slide {
            0% { transform: translate(-50%, -50%); }
            100% { transform: translate(50%, 50%); }
        }

        .conclusion-title {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
            position: relative;
            z-index: 2;
        }

        .conclusion-content {
            position: relative;
            z-index: 2;
            text-align: left;
        }

        .cta-button {
            background: linear-gradient(135deg, #fd79a8 0%, #fdcb6e 100%);
            color: #2d3436;
            padding: 15px 30px;
            border-radius: 25px;
            text-decoration: none;
            font-weight: bold;
            display: inline-block;
            margin-top: 20px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 2;
        }

        .cta-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .container {
                margin: 10px;
                border-radius: 15px;
            }
            
            .header {
                padding: 40px 20px;
            }
            
            .header h1 {
                font-size: 2em;
            }
            
            .content {
                padding: 30px 20px;
            }
            
            .pros-cons {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .table-row {
                grid-template-columns: 1fr;
            }
            
            .table-cell {
                border-right: none;
                border-bottom: 1px solid #eee;
            }
        }
    </style>
</head>
<body>
    <div class="container">
        <header class="header">
            <h1>LINEで新幹線予約革命！</h1>
            <p class="subtitle">「LINEからEX」で変わる旅のスタイル</p>
        </header>

        <main class="content">
            <div class="intro-section">
                <p class="highlight">2025年10月4日、ついに新幹線予約の常識が変わります！</p>
                <p>「また会員登録…」「クレジットカード情報の入力が面倒」「新幹線の予約って複雑すぎる」。そんな悩みを抱えていた全ての方に朗報です。<a href="https://line-shinkansen.jr-central.co.jp/index.html" target="_blank" rel="noopener" style="color: #667eea; text-decoration: underline;">JR東海・JR西日本・JR九州が提供する</a>革新的なサービス<mark style="background-color: rgba(255, 182, 193, 0.4);">「LINEからEX」</mark>が、あなたの新幹線利用体験を根本から変革します。</p>
            </div>

            <h2>なぜ今、LINEからEXが注目されるのか？</h2>
            
            <p>現代の忙しいビジネスパーソンや旅行者にとって、煩雑な手続きは大きなストレスです。従来の新幹線ネット予約サービスは確かに便利でしたが、初回利用時の壁が高いという課題がありました。</p>

            <div class="feature-box">
                <div class="feature-title">従来のサービスの課題</div>
                <p>エクスプレス予約やスマートEXは優秀なサービスですが、会員登録、クレジットカード情報の入力、各種設定など、利用開始までのステップが多く、「今すぐ予約したい」というニーズに応えきれていませんでした。</p>
            </div>

            <p>そこで登場するのが「LINEからEX」です。月間9,900万ユーザーが利用するLINEからの新幹線予約に対応することで、EXサービスの利用拡大を目指すこの革新的なサービスは、私たちの新幹線利用体験を劇的に簡素化します。</p>

            <h2>LINEからEXの驚くべき特徴</h2>

            <h3>1. 会員登録・クレジットカード登録不要の手軽さ</h3>
            
            <p>最も画期的なのは、<mark style="background-color: rgba(255, 182, 193, 0.4);">クレジットカード情報を登録せずにすぐに新幹線を予約できる</mark>点です。LINE公式アカウントを友だち追加するだけで、即座に予約が可能になります。</p>

            <div class="step-container">
                <div class="step">
                    <div class="step-number">1</div>
                    <div class="step-title">LINE公式アカウントを友だち追加</div>
                    <div class="step-description">「東海道・山陽・九州新幹線予約」を友だちに追加</div>
                </div>
                
                <div class="step">
                    <div class="step-number">2</div>
                    <div class="step-title">アカウント連携と規約同意</div>
                    <div class="step-description">LINEアカウントを連携し、サービス規約に同意</div>
                </div>
                
                <div class="step">
                    <div class="step-number">3</div>
                    <div class="step-title">PayPayで決済完了</div>
                    <div class="step-description">PayPayで支払いを行い、予約完了</div>
                </div>
            </div>

            <h3>2. PayPayとの連携による簡単決済</h3>
            
            <p>サービス開始時の支払い手段は<mark style="background-color: rgba(255, 182, 193, 0.4);">PayPayのみ</mark>となることで、クレジットカードを持たない方や、より手軽に決済したい方のニーズに応えています。7000万人が利用するPayPayとの連携により、幅広いユーザーが利用できるサービスとなっています。</p>

            <h3>3. チケットレス乗車の便利さ</h3>
            
            <p>乗車時には、登録済みの交通系ICカードまたは予約後に発行されるQRコードにより、チケットレスで乗車可能です。券売機での受け取りや、紙の切符を持ち歩く必要がありません。</p>

            <div class="feature-box">
                <div class="feature-title">2つの乗車方法</div>
                <p><strong>交通系ICカード：</strong>お手持ちのSuicaやICOCAなどを改札機にタッチ<br>
                <strong>QRコード：</strong>予約後に発行されるQRコードを改札機にタッチ</p>
            </div>

            <h2>気になる料金体系と利用条件</h2>

            <h3>料金の魅力</h3>
            
            <p>東京～新大阪間の通常期における普通車指定席・おとな1名片道あたりの価格は<mark style="background-color: rgba(255, 182, 193, 0.4);">1万4620円で、通常料金よりも100円安く利用できます</mark>。ただし、既存のスマートEXサービス（14,520円）と比較すると100円高い設定となっています。</p>

                            <div class="comparison-table">
                <div class="table-header">料金比較（東京-新大阪 のぞみ普通車指定席）</div>
                <div class="table-row">
                    <div class="table-cell"><strong>通常料金</strong></div>
                    <div class="table-cell"><strong>LINEからEX</strong></div>
                    <div class="table-cell"><strong>スマートEX</strong></div>
                </div>
                <div class="table-row">
                    <div class="table-cell">14,720円</div>
                    <div class="table-cell"><span class="price-highlight">14,620円</span></div>
                    <div class="table-cell">14,520円</div>
                </div>
            </div>

            <h3>利用可能時間と予約期間</h3>
            
            <p>サービス利用可能時間は毎日5時30分から23時30分まで。予約は乗車日1か月前の10時から、乗車日当日の発車時刻4分前まで可能です。早朝から深夜まで対応しているため、急な出張や旅行にも柔軟に対応できます。</p>

            <h2>知っておくべき注意点</h2>

            <div class="warning-box">
                <div class="warning-title">重要な制限事項</div>
                <div class="warning-content">
                    <p><mark style="background-color: rgba(255, 182, 193, 0.4);">パソコン版のLINEでは「LINEからEX」は利用できない</mark>ため、スマートフォンやタブレットでの利用が必須です。また、<mark style="background-color: rgba(255, 182, 193, 0.4);">予約を変更する場合、払戻しの上で再度購入となり、払戻し手数料320円が必要</mark>となる点も注意が必要です。</p>
                </div>
            </div>

            <h3>従来サービスとの料金比較を理解する</h3>
            
            <p>LINEからEXは手軽さを重視したサービスのため、料金設定も独特です。通常料金（14,720円）よりは100円安いものの、会員制のスマートEX（14,520円）よりは100円高く設定されています。これは利便性と手軽さに対する対価として理解すべき点です。</p>

            <div class="pros-cons">
                <div class="pros">
                    <h4>LINEからEXのメリット</h4>
                    <div class="list-item">会員登録・クレジットカード登録不要</div>
                    <div class="list-item">LINE上で完結する簡単操作</div>
                    <div class="list-item">PayPayでの手軽な決済</div>
                    <div class="list-item">通常料金より100円安い（ただしスマートEXより100円高い）</div>
                    <div class="list-item">年会費無料</div>
                    <div class="list-item">チケットレス乗車対応</div>
                </div>
                
                <div class="cons">
                    <h4>注意すべき点</h4>
                    <div class="list-item">PC版LINEは非対応</div>
                    <div class="list-item">決済方法はPayPayのみ</div>
                    <div class="list-item">変更時に払戻し手数料が発生</div>
                    <div class="list-item">一部の高度な機能は非対応</div>
                    <div class="list-item">座席の詳細指定に制限</div>
                </div>
            </div>

            <h2>どんな人におすすめ？</h2>

            <p>LINEからEXは特に以下のような方におすすめです：</p>

            <div class="feature-box">
                <div class="feature-title">こんな方に最適</div>
                <p><strong>新幹線初心者：</strong> 複雑な手続きを避けて手軽に利用したい方<br>
                <strong>不定期利用者：</strong> 年に数回程度の利用で、会員登録が面倒と感じる方<br>
                <strong>PayPayユーザー：</strong> 普段からPayPayを利用している方<br>
                <strong>スマホ世代：</strong> LINEでのコミュニケーションに慣れ親しんでいる方<br>
                <strong>急ぎのビジネス：</strong> 出張などで迅速な予約が必要な方</p>
                <p style="margin-top: 15px; font-size: 0.9em; color: #666;">詳細な利用方法やサービス仕様については、<a href="https://www.westjr.co.jp/press/article/2025/08/page_28827.html" target="_blank" rel="noopener" style="color: #667eea; text-decoration: underline;">JR西日本の公式発表</a>もご確認ください。</p>
            </div>

            <h2>サービス開始に向けて準備すべきこと</h2>

            <p>2025年10月4日のサービス開始に向けて、今から準備できることがあります：</p>

            <div class="step-container">
                <div class="step">
                    <div class="step-number">1</div>
                    <div class="step-title">PayPayアカウントの準備</div>
                    <div class="step-description">PayPayアプリをダウンロードし、アカウントを設定しておく</div>
                </div>
                
                <div class="step">
                    <div class="step-number">2</div>
                    <div class="step-title">交通系ICカードの確認</div>
                    <div class="step-description">お手持ちのSuicaやICOCAが利用可能かチェック</div>
                </div>
                
                <div class="step">
                    <div class="step-number">3</div>
                    <div class="step-title">LINEアプリの最新版確認</div>
                    <div class="step-description">スマートフォンのLINEアプリが最新版に更新されているか確認</div>
                </div>
            </div>

            <h2>新幹線利用の未来を変える一歩</h2>

            <p>「LINEからEX」の登場は、単なる新しい予約方法の追加以上の意味を持ちます。これは、デジタル化が進む現代社会において、より多くの人が新幹線という高速交通手段を気軽に利用できる環境を整える重要な一歩なのです。</p>

            <p>従来のサービスでは敷居が高いと感じていた方、クレジットカードを持たない方、そして何より「今すぐ予約したい」というニーズを持つすべての人にとって、このサービスは革新的なソリューションとなるでしょう。</p>

            <div class="feature-box">
                <div class="feature-title">社会への影響</div>
                <p>LINEからEXは、交通インフラのデジタル化を推進し、より包括的で利用しやすい公共交通システムの実現に貢献します。特に、デジタルネイティブ世代やキャッシュレス決済に慣れ親しんだ現代人にとって、自然で直感的な利用体験を提供します。</p>
            </div>

            <p>また、PayPayとの連携により、クレジットカードを持たない学生や、現金決済を好む高齢者層にも新たな選択肢を提供することで、新幹線利用のすそ野を広げる効果が期待されます。</p>

            <h2>まとめ：新時代の新幹線予約体験</h2>

            <p>「LINEからEX」は、利便性と手軽さを重視した画期的なサービスです。会員登録不要、クレジットカード不要、そしてLINE上で完結する予約体験は、多忙な現代人のライフスタイルに完璧にフィットします。</p>

            <p>もちろん、従来のエクスプレス予約やスマートEXと比較して、一部の機能や割引が制限されている面もありますが、「手軽さ」という最も重要な価値を提供することで、新幹線利用の新たな可能性を開いています。</p>

            <p>2025年10月4日のサービス開始まで、もう少しです。この革新的なサービスを活用して、より快適で効率的な移動体験を手に入れてください。新幹線での移動が、これまで以上に身近で簡単なものになることでしょう。</p>

            <div class="conclusion">
                <div class="conclusion-title">今すぐ準備を始めましょう</div>
                <div class="conclusion-content">
                    <p>さあ、10月4日のサービス開始が待ち遠しいですね！今のうちにPayPayアカウントをサクッと準備して、LINE公式アカウント「東海道・山陽・九州新幹線予約」も友だちに追加しておけば、開始日当日からバッチリ使えちゃいます。これまでの面倒な新幹線予約とはもうお別れ！きっと「えっ、こんなに簡単でいいの？」って驚くはず。新しい時代の新幹線予約体験、一緒に楽しみましょう。</p>
                </div>
            </div>
        </main>
    </div>
</body>
</html>



<p><strong>最後までお読みいただきありがとうございます。↓↓のバナーをクリックして応援いただけると嬉しいです。</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="106" height="37" 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" title="人気ブログランキング"><img decoding="async" alt="人気ブログランキング" width="106" height="37" 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>
