<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://maegawanaika.com/feed.rss">
        <title>前川内科</title>
        <description></description>
        <link>https://maegawanaika.com</link>
       <dc:date>2026-08-18T17:14:26+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6816972"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6729741"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6820054"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/5768283"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6792085"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/5665314"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6729580"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6709849"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6705428"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6695368"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6685458"/>
                <rdf:li rdf:resource="https://maegawanaika.com/info/6674746"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://maegawanaika.com/info/6816972">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-14T11:30:00+09:00</dc:date>
        <title>お盆の休診日📅</title>
        <link>https://maegawanaika.com/info/6816972</link>
        <description>&lt;!-- ▼ ここからお盆休診お知らせ --&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/260627184815-6a3f9c5fbd15e.png&quot; alt=&quot;お盆期間中の休診のお知らせ&quot; style=&quot;display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto;&quot; /&gt;&lt;/p&gt;
&lt;style&gt;&lt;!--
.obon-wrap {
  font-family: &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Meiryo&quot;, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}
.obon-wrap .notice-intro {
  margin-bottom: 16px;
}
/* 休診期間ハイライトボックス */
.obon-wrap .period-box {
  background: #fff3f3;
  border: 2px solid #e05555;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
  text-align: center;
}
.obon-wrap .period-box .period-label {
  font-size: 13px;
  color: #e05555;
  font-weight: bold;
  margin-bottom: 4px;
}
.obon-wrap .period-box .period-dates {
  font-size: 20px;
  font-weight: bold;
  color: #c0392b;
}
/* 診療スケジュール表 */
.obon-wrap .schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 14px;
}
.obon-wrap .schedule-table th {
  background: #3db8cc;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #2aa0b0;
}
.obon-wrap .schedule-table td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.obon-wrap .schedule-table .row-normal {
  background: #eaf9fb;
  font-weight: bold;
}
.obon-wrap .schedule-table .row-closed {
  background: #fff;
}
.obon-wrap .schedule-table .badge-normal {
  display: inline-block;
  background: #3db8cc;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
}
.obon-wrap .schedule-table .badge-closed {
  display: inline-block;
  background: #e05555;
  color: #fff;
  border-radius: 4px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: bold;
}
.obon-wrap .schedule-table .td-note {
  text-align: left;
  font-size: 13px;
  color: #555;
}
/* 患者様へのお願い */
.obon-wrap .request-box {
  background: #fffbe6;
  border-left: 4px solid #f0b429;
  border-radius: 0 6px 6px 0;
  padding: 14px 18px;
  margin-bottom: 20px;
}
.obon-wrap .request-box .request-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #7a5a00;
}
.obon-wrap .request-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
  font-size: 14px;
}
.obon-wrap .request-item .bullet {
  color: #f0b429 !important;
  font-size: 18px;
  line-height: 1.3;
  margin-right: 8px;
  flex-shrink: 0;
}
/* リンクボタン群 */
.obon-wrap .link-section {
  margin-top: 20px;
  margin-bottom: 8px;
}
.obon-wrap .link-section .link-title {
  font-size: 13px;
  color: #555;
  margin-bottom: 10px;
}
.obon-wrap .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.obon-wrap .btn-item {
  background: #3db8cc;
  border-radius: 5px;
  padding: 10px 18px;
  text-align: center;
  min-width: 140px;
}
.obon-wrap .btn-item a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.obon-wrap .btn-item-tel {
  background: #5a9e6f;
  border-radius: 5px;
  padding: 10px 18px;
  text-align: center;
  min-width: 140px;
}
.obon-wrap .btn-item-tel a {
  color: #fff !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
--&gt;&lt;/style&gt;
&lt;div class=&quot;obon-wrap&quot;&gt;
&lt;div class=&quot;notice-intro&quot;&gt;平素より当院をご受診いただき、誠にありがとうございます。&lt;br /&gt; 誠に勝手ながら、&lt;strong&gt;院内工事およびお盆休みのため&lt;/strong&gt;、下記の期間を終日休診とさせていただきます。&lt;/div&gt;
&lt;!-- 休診期間 --&gt;
&lt;div class=&quot;period-box&quot;&gt;
&lt;div class=&quot;period-label&quot;&gt;休診期間&lt;/div&gt;
&lt;div class=&quot;period-dates&quot;&gt;8月9日（日）〜 8月16日（日）&lt;/div&gt;
&lt;/div&gt;
&lt;!-- スケジュール表 --&gt;
&lt;table class=&quot;schedule-table&quot;&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;日付&lt;/th&gt;
&lt;th&gt;曜日&lt;/th&gt;
&lt;th&gt;診療状況&lt;/th&gt;
&lt;th&gt;備考&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr class=&quot;row-normal&quot;&gt;
&lt;td&gt;&lt;strong&gt;8月8日&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;土&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-normal&quot;&gt;通常診療&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;午前・午後ともに通常通り診療いたします&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月9日&lt;/td&gt;
&lt;td&gt;日&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;日曜休診・院内工事&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月10日&lt;/td&gt;
&lt;td&gt;月&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;臨時休診・院内工事&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月11日&lt;/td&gt;
&lt;td style=&quot;color: #c0392b; font-weight: bold;&quot;&gt;火・祝&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;山の日（国民の祝日）・院内工事&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月12日&lt;/td&gt;
&lt;td&gt;水&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;臨時休診・院内工事&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月13日&lt;/td&gt;
&lt;td&gt;木&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;お盆休み&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月14日&lt;/td&gt;
&lt;td&gt;金&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;お盆休み&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月15日&lt;/td&gt;
&lt;td&gt;土&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;お盆休み&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-closed&quot;&gt;
&lt;td&gt;8月16日&lt;/td&gt;
&lt;td&gt;日&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-closed&quot;&gt;休　診&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;日曜休診&lt;/td&gt;
&lt;/tr&gt;
&lt;tr class=&quot;row-normal&quot;&gt;
&lt;td&gt;&lt;strong&gt;8月17日&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;月&lt;/td&gt;
&lt;td&gt;&lt;span class=&quot;badge-normal&quot;&gt;通常診療&lt;/span&gt;&lt;/td&gt;
&lt;td class=&quot;td-note&quot;&gt;&lt;strong&gt;以降、通常通り診療を再開いたします&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;!-- 患者様へのお願い --&gt;
&lt;div class=&quot;request-box&quot;&gt;
&lt;div class=&quot;request-title&quot;&gt;【患者様へのお願い】&lt;/div&gt;
&lt;div class=&quot;request-item&quot;&gt;&lt;span class=&quot;bullet&quot;&gt;●&lt;/span&gt; &lt;span&gt;8月17日（月）より通常通り診療を再開いたします。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;request-item&quot;&gt;&lt;span class=&quot;bullet&quot;&gt;●&lt;/span&gt; &lt;span&gt;休診期間の前後は、大変混雑することが予想されます。&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;request-item&quot;&gt;&lt;span class=&quot;bullet&quot;&gt;●&lt;/span&gt; &lt;span&gt;定時薬の残りなどをお確かめの上、お早めの受診をお願いいたします。&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- リンクボタン --&gt;
&lt;div class=&quot;link-section&quot;&gt;
&lt;div class=&quot;link-title&quot;&gt;▼ ご予約・診療時間・お電話はこちら&lt;/div&gt;
&lt;div class=&quot;btn-row&quot;&gt;
&lt;div class=&quot;btn-item&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/syosinmousikomi&quot;&gt;WEB予約はこちら&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;btn-item&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/photo/album/918511&quot;&gt;診療時間・診療日&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;btn-item-tel&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/denwa&quot;&gt;お電話について&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- ▲ ここまでお盆休診お知らせ --&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6729741">
        <dc:format>text/html</dc:format>
        <dc:date>2026-07-10T20:00:00+09:00</dc:date>
        <title>便潜血陽性の時👨‍⚕️</title>
        <link>https://maegawanaika.com/info/6729741</link>
        <description>&lt;!-- 前川内科｜お知らせ「便潜血陽性ページ公開」 --&gt;
&lt;style&gt;&lt;!--
.bso-wrap { font-family: &quot;Hiragino Kaku Gothic ProN&quot;,&quot;Hiragino Sans&quot;,Meiryo,sans-serif; color: #333; font-size: 15px; line-height: 1.8; }
.bso-box { background: #f2faf5; border-left: 5px solid #1e7a4f; border-radius: 4px; padding: 18px 20px; margin: 0 0 20px; }
.bso-title { font-size: 17px; font-weight: bold; color: #145c3a; margin: 0 0 10px; line-height: 1.5; }
.bso-p { font-size: 15px; color: #333; margin: 0 0 12px; display: block; }
.bso-btn-outer { text-align: center; margin: 16px 0 8px; }
.bso-btn-solid { display: inline-block; background: #1e7a4f; border-radius: 6px; padding: 11px 28px; margin: 4px 4px; }
.bso-btn-solid a { color: #ffffff !important; text-decoration: none !important; font-size: 14px; font-weight: bold; }
.bso-btn-outline { display: inline-block; background: #ffffff; border: 2px solid #1e7a4f; border-radius: 6px; padding: 9px 24px; margin: 4px 4px; }
.bso-btn-outline a { color: #145c3a !important; text-decoration: none !important; font-size: 14px; font-weight: bold; }
--&gt;&lt;/style&gt;
&lt;div class=&quot;bso-wrap&quot;&gt;
&lt;div class=&quot;bso-box&quot;&gt;
&lt;div class=&quot;bso-title&quot;&gt;🌿 「便潜血陽性」の解説ページを公開しました&lt;/div&gt;
&lt;div class=&quot;bso-p&quot;&gt;健康診断・大腸がん検診の便潜血検査で「陽性（要精密検査）」と言われた方に向けて、陽性の意味・よくある誤解・精密検査（大腸カメラ）の受け方などを詳しく解説したページを新たに作成しました。&lt;/div&gt;
&lt;div class=&quot;bso-p&quot;&gt;「陽性＝がん」ではありません。しかし、大腸を一度きちんと調べるべき大切なサインです。「痔のせいだと思う」「症状がないから」と放置せず、ぜひ一度ご覧ください。&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;bso-btn-outer&quot;&gt;
&lt;div class=&quot;bso-btn-solid&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/bensenketsuyousei&quot;&gt;便潜血陽性のページを見る &amp;rarr;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;bso-btn-outline&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/daityoukamera&quot;&gt;大腸カメラのご案内 &amp;rarr;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6820054">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-29T20:00:00+09:00</dc:date>
        <title>健診と保険診療の同日受診不可⚠️</title>
        <link>https://maegawanaika.com/info/6820054</link>
        <description>&lt;style&gt;&lt;!--
.kns-page {
  font-family: &quot;Meiryo UI&quot;, Meiryo, &quot;Hiragino Kaku Gothic ProN&quot;, sans-serif;
  color: #333;
  line-height: 1.8;
}
.kns-page img { max-width: 100%; height: auto; display: block; }

/* タイトル帯 */
.kns-title-bar {
  background: #3db8cc;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  padding: 12px 16px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

/* 本文エリア */
.kns-body {
  background: #f9fdfe;
  border: 1px solid #b2e4ee;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 18px 16px 20px;
  margin-bottom: 24px;
}

.kns-lead {
  font-size: 0.95em;
  margin-bottom: 16px;
  color: #333;
}

/* セクション見出し */
.kns-section-head {
  font-size: 0.97em;
  font-weight: bold;
  color: #2a9bb0;
  border-left: 4px solid #3db8cc;
  padding-left: 10px;
  margin: 20px 0 10px;
}

/* 対象表 */
.kns-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  margin-bottom: 8px;
}
.kns-table .kns-th {
  background: #3db8cc;
  color: #fff;
  font-weight: bold;
  padding: 8px 12px;
  border: 1px solid #2a9bb0;
  width: 36%;
  vertical-align: top;
}
.kns-table .kns-td {
  background: #fff;
  padding: 8px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

/* 取り扱いカード */
.kns-card {
  border: 1px solid #b2e4ee;
  border-radius: 4px;
  margin-bottom: 10px;
  overflow: hidden;
}
.kns-card-head {
  padding: 8px 14px;
  font-weight: bold;
  font-size: 0.9em;
}
.kns-card-head.yellow {
  background: #fff3cd;
  color: #7d5a00;
  border-bottom: 1px solid #ffe08a;
}
.kns-card-head.teal {
  background: #e8f8fb;
  color: #1a6e80;
  border-bottom: 1px solid #b2e4ee;
}
.kns-card-body {
  background: #fff;
  padding: 10px 14px;
  font-size: 0.9em;
  color: #333;
}

/* 補足ボックス */
.kns-note {
  border-left: 4px solid #3db8cc;
  background: #f0fbfd;
  padding: 10px 14px;
  font-size: 0.9em;
  color: #333;
  margin-top: 18px;
  border-radius: 0 4px 4px 0;
}

/* 日付・署名 */
.kns-footer {
  text-align: right;
  font-size: 0.82em;
  color: #888;
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
--&gt;&lt;/style&gt;
&lt;div class=&quot;kns-page&quot;&gt;
&lt;div class=&quot;kns-title-bar&quot;&gt;健診・検診と同日の保険診療について&lt;/div&gt;
&lt;div class=&quot;kns-body&quot;&gt;
&lt;div class=&quot;kns-lead&quot;&gt;令和8年（2026年）6月1日の診療報酬改定により、健康診断・各種検診などの「健診等」を受けた日と同じ日に、保険診療を同時に受けることが原則できなくなりました。&lt;br /&gt; 患者さまにはご不便をおかけいたしますが、何卒ご理解のほどよろしくお願い申し上げます。&lt;/div&gt;
&lt;div class=&quot;kns-section-head&quot;&gt;対象となる健診・検診の種類&lt;/div&gt;
&lt;table class=&quot;kns-table&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&quot;kns-th&quot;&gt;特定健康診査&lt;/td&gt;
&lt;td class=&quot;kns-td&quot;&gt;40〜74歳の方を対象とした生活習慣病の健診&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;kns-th&quot;&gt;各種がん検診&lt;/td&gt;
&lt;td class=&quot;kns-td&quot;&gt;胃がん・大腸がん・肺がん・子宮頸がん・乳がん検診など&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;kns-th&quot;&gt;職場の健康診断&lt;/td&gt;
&lt;td class=&quot;kns-td&quot;&gt;事業所が実施する定期健康診断など&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&quot;kns-th&quot;&gt;その他の健診&lt;/td&gt;
&lt;td class=&quot;kns-td&quot;&gt;肝炎ウイルス検診・後期高齢者健診・自費健診など&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div class=&quot;kns-section-head&quot;&gt;具体的な取り扱い&lt;/div&gt;
&lt;div class=&quot;kns-card&quot;&gt;
&lt;div class=&quot;kns-card-head yellow&quot;&gt;健診と同日に保険診療を受けたい場合&lt;/div&gt;
&lt;div class=&quot;kns-card-body&quot;&gt;初診料・再診料の算定はできませんが、実際に行った検査・投薬・処置などの費用は保険診療として算定できます。&lt;br /&gt; 受付の際にスタッフへお申し出ください。&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;kns-card&quot;&gt;
&lt;div class=&quot;kns-card-head teal&quot;&gt;健診の翌日以降に保険診療を受ける場合&lt;/div&gt;
&lt;div class=&quot;kns-card-body&quot;&gt;翌日以降に改めてご来院いただいた場合は、通常通り再診料を算定できます。&lt;br /&gt; 健診結果の説明や治療のご相談は、翌日以降のご予約をお勧めします。&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;kns-note&quot;&gt;健診当日に気になる症状がある場合は、受付時にお知らせください。症状の内容によって対応が異なります。&lt;/div&gt;
&lt;div class=&quot;kns-footer&quot;&gt;前川内科　院長　前川 直志&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/5768283">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-23T19:00:00+09:00</dc:date>
        <title>R8年度特定健診・がん検診🏥🩺</title>
        <link>https://maegawanaika.com/info/5768283</link>
        <description>&lt;style&gt;&lt;!--
.kn .kn-img-wrap { text-align: center; margin-bottom: 20px; }
.kn .kn-img-wrap img { display: block; margin: 0 auto; height: auto; }
.kn p { font-size: 15px; line-height: 1.8; margin: 0 0 12px; color: #000000; }
.kn .kn-lead { font-size: 16px; margin-bottom: 16px; }
.kn .kn-schedule { background: #f9f6f0; border-radius: 8px; border: 1px solid #e0d8cc; padding: 14px 18px; margin-bottom: 18px; }
.kn .kn-row { display: flex; align-items: baseline; gap: 6px; padding: 6px 0; font-size: 14px; line-height: 1.6; color: #000000; }
.kn .kn-row + .kn-row { border-top: 1px solid #e0d8cc; }
.kn .kn-dot { color: #cc6600; font-size: 16px; flex-shrink: 0; }
.kn .kn-lbl { font-weight: bold; white-space: nowrap; flex-shrink: 0; }
.kn .kn-row-date { white-space: nowrap; }
.kn .kn-date { color: #cc6600 !important; font-weight: bold; }
.kn .kn-types { background: #f4f4f4; border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; font-size: 14px; color: #444444; line-height: 1.9; }
.kn .kn-types-title { font-weight: bold; color: #333333; margin-bottom: 4px; }
.kn .kn-type-item { display: flex; align-items: baseline; gap: 6px; }
.kn .kn-type-bullet { color: #888888; flex-shrink: 0; }
.kn .kn-body { font-size: 15px; line-height: 1.9; color: #000000; margin-bottom: 10px; }
.kn .kn-marker { background: linear-gradient(transparent 60%, #ffcc66 60%); }
.kn .kn-note { background: #eef5fb; border-left: 4px solid #3a7fc1; border-radius: 0 8px 8px 0; padding: 14px 16px; margin: 18px 0 22px; font-size: 15px; line-height: 1.8; color: #000000; }
.kn .kn-link-section-title { font-size: 13px; color: #666666; margin: 18px 0 4px; }
.kn .kn-link-row { display: flex; align-items: center; gap: 6px; padding: 8px 0; border-bottom: 1px solid #e8e8e8; font-size: 15px; }
.kn .kn-link-row .kn-arr { color: #888888; flex-shrink: 0; }
.kn a { color: #1a5fa8 !important; text-decoration: underline !important; }
--&gt;&lt;/style&gt;
&lt;div class=&quot;kn&quot;&gt;
&lt;div class=&quot;kn-img-wrap&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/124024/260623165906-6a3a3cca87691.png&quot; target=&quot;_blank&quot;&gt; &lt;img src=&quot;https://cdn.goope.jp/124024/260623165906-6a3a3cca87691_l.png&quot; alt=&quot;令和8年度 特定健診・がん検診のご案内&quot; style=&quot;display: block;&quot; /&gt; &lt;/a&gt;&lt;/div&gt;
&lt;p class=&quot;kn-lead&quot;&gt;令和8年度の特定健診・がん検診を、&lt;strong&gt;7月1日&lt;/strong&gt;より開始します。&lt;/p&gt;
&lt;div class=&quot;kn-schedule&quot;&gt;
&lt;div class=&quot;kn-row&quot;&gt;&lt;span class=&quot;kn-dot&quot;&gt;◉&lt;/span&gt; &lt;span class=&quot;kn-lbl&quot;&gt;特定健診&lt;/span&gt; &lt;span class=&quot;kn-row-date&quot;&gt;7月1日 〜 &lt;span class=&quot;kn-date&quot;&gt;11月30日&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-row&quot;&gt;&lt;span class=&quot;kn-dot&quot;&gt;◉&lt;/span&gt; &lt;span class=&quot;kn-lbl&quot;&gt;がん検診&lt;/span&gt; &lt;span class=&quot;kn-row-date&quot;&gt;7月1日 〜 &lt;span class=&quot;kn-date&quot;&gt;令和9年3月31日&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;kn-types&quot;&gt;
&lt;div class=&quot;kn-types-title&quot;&gt;「特定健診」とは&lt;/div&gt;
&lt;div class=&quot;kn-type-item&quot;&gt;&lt;span class=&quot;kn-type-bullet&quot;&gt;・&lt;/span&gt;&lt;span&gt;特定健康診査&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-type-item&quot;&gt;&lt;span class=&quot;kn-type-bullet&quot;&gt;・&lt;/span&gt;&lt;span&gt;後期高齢者健康診査&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-type-item&quot;&gt;&lt;span class=&quot;kn-type-bullet&quot;&gt;・&lt;/span&gt;&lt;span&gt;健康増進法健康診査&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p class=&quot;kn-body&quot;&gt;定期健診は、&lt;span class=&quot;kn-marker&quot;&gt;無症状&lt;/span&gt;で進行している病気を&lt;span class=&quot;kn-marker&quot;&gt;早期に発見&lt;/span&gt;し、&lt;span class=&quot;kn-marker&quot;&gt;早期に治療&lt;/span&gt;することで&lt;span class=&quot;kn-marker&quot;&gt;健康状態を維持&lt;/span&gt;する目的があります。毎年定期的に受けることが重要です。&lt;/p&gt;
&lt;p class=&quot;kn-body&quot;&gt;受診券が届いた方は、年1回必ず特定健康診査を受診しましょう。&lt;/p&gt;
&lt;div class=&quot;kn-note&quot;&gt;当院では&lt;strong&gt;胃カメラ以外&lt;/strong&gt;の特定健診・がん検診は、&lt;strong&gt;予約なしで受診できます。&lt;/strong&gt;お気軽にお越しください。&lt;/div&gt;
&lt;p class=&quot;kn-link-section-title&quot;&gt;当院について&lt;/p&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://maegawanaika.com/free/kensin&quot;&gt;がん検診について&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://maegawanaika.com/menu/770169&quot;&gt;胃カメラについて&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://maegawanaika.com/free/denwa&quot;&gt;お電話でのお問い合わせ&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://maegawanaika.com/free/syosinmousikomi&quot;&gt;WEB予約&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://maegawanaika.com/photo/album/918511&quot;&gt;診療時間・休診日&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p class=&quot;kn-link-section-title&quot;&gt;津市公式ウェブサイト&lt;/p&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://www.info.city.tsu.mie.jp/fukushi_kenkou/kenkou_iryou/1002894/1002944/1002946.html&quot; target=&quot;_blank&quot;&gt;がん検診・健康診査（39歳以下）・健康増進法健康診査等のご案内&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://www.info.city.tsu.mie.jp/fukushi_kenkou/kenkou_iryou/1002894/1002944/1010063.html&quot; target=&quot;_blank&quot;&gt;津市がん検診等自己負担金免除証明書の発行&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://www.info.city.tsu.mie.jp/fukushi_kenkou/kenkou_iryou/1002894/1002944/1002945.html&quot; target=&quot;_blank&quot;&gt;がん検診を受ける方、受けた方へ&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;p class=&quot;kn-link-section-title&quot;&gt;後期高齢者健康診査&lt;/p&gt;
&lt;div class=&quot;kn-link-row&quot;&gt;&lt;span class=&quot;kn-arr&quot;&gt;&amp;rarr;&lt;/span&gt; &lt;span&gt;&lt;a href=&quot;https://mie-kouiki.jp/kouki/hokenjigyou/kenkou-shinsa/&quot; target=&quot;_blank&quot;&gt;後期高齢者健康診査（三重県後期高齢者医療広域連合）&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6792085">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-06T19:00:00+09:00</dc:date>
        <title>熱中症対策☀️</title>
        <link>https://maegawanaika.com/info/6792085</link>
        <description>&lt;!-- 画像 --&gt;
&lt;p&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/260606161212-6a23c84ce51fb.png&quot; alt=&quot;熱中症・脱水症の早期対策&quot; style=&quot;display: block; margin-left: auto; margin-right: auto; max-width: 100%; height: auto;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div class=&quot;heatstroke-notice&quot; style=&quot;padding: 20px; border: 1px solid #e0e0e0; border-radius: 8px; background-color: #fdfdfd; font-family: sans-serif; line-height: 1.7; color: #333333;&quot;&gt;
&lt;h3 style=&quot;margin-top: 0; color: #d9534f; border-bottom: 2px solid #d9534f; padding-bottom: 8px; font-size: 1.25rem;&quot;&gt;【重要】「熱中症」と「脱水症」の早期対策について&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 14px;&quot;&gt;初夏から夏にかけて、気温・湿度の上昇とともに&lt;strong&gt;「脱水症」「熱中症」&lt;/strong&gt;のリスクが急激に高まります。 これらは命に関わる場合もあり、早めの対策と適切な受診が大切です。&lt;/p&gt;
&lt;!-- 脱水→熱中症の関係 --&gt;
&lt;p style=&quot;margin-bottom: 20px;&quot;&gt;&lt;strong&gt;脱水症&lt;/strong&gt;とは、体内の水分と塩分（電解質）が不足した状態です。 脱水が進むと体温調節機能が低下し、&lt;strong&gt;熱中症&lt;/strong&gt;へと移行します。 特に高齢者は加齢により&lt;strong&gt;のどの渇きを感じにくく&lt;/strong&gt;、 また体内の水分量自体が少ないため、気づかないうちに脱水が進みやすい点に注意が必要です。 涼しい室内にいても油断は禁物です。&lt;/p&gt;
&lt;!-- 今日からできる対策 --&gt;
&lt;div style=&quot;background-color: #f0f7ff; padding: 16px; border-left: 4px solid #337ab7; border-radius: 4px; margin-bottom: 20px;&quot;&gt;
&lt;div style=&quot;margin-top: 0; margin-bottom: 12px; color: #2e6da4; font-size: 1.05rem; font-weight: bold;&quot;&gt;&lt;span style=&quot;color: #2e6da4 !important;&quot;&gt;💡&lt;/span&gt; 今日からできる早期対策&lt;/div&gt;
&lt;!-- 水分補給 --&gt;
&lt;div style=&quot;margin-bottom: 12px; padding-left: 8px;&quot;&gt;&lt;strong&gt;① こまめな水分・塩分補給&lt;/strong&gt;&lt;br /&gt; 「のどが渇いた」と感じる前に、1〜2時間おきに水分を補いましょう。 大量に発汗した際は水だけでなく、スポーツドリンクや&lt;strong&gt;経口補水液&lt;/strong&gt;で 塩分（ナトリウム）も補給することが重要です。 ただし、腎臓病・心不全・高血圧などで水分や塩分の制限がある方は、 主治医の指示に従ってください。&lt;/div&gt;
&lt;!-- 室内環境 --&gt;
&lt;div style=&quot;margin-bottom: 12px; padding-left: 8px;&quot;&gt;&lt;strong&gt;② 室内の環境調整&lt;/strong&gt;&lt;br /&gt; エアコンや扇風機を積極的に活用し、室温28℃・湿度60%以下を目安に保ちましょう。 「もったいない」と感じてもためらわずにエアコンを使うことが、 熱中症予防の最も効果的な方法のひとつです。&lt;/div&gt;
&lt;!-- 外出時 --&gt;
&lt;div style=&quot;padding-left: 8px;&quot;&gt;&lt;strong&gt;③ 外出時の工夫&lt;/strong&gt;&lt;br /&gt; 日差しの強い時間帯（特に10〜15時）の外出はできるだけ避け、 帽子・日傘・通気性の良い衣服を活用しましょう。 WBGT（暑さ指数）が28以上の日は、屋外での激しい運動や作業を控えることが推奨されます。&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 受診の目安（追加項目） --&gt;
&lt;div style=&quot;background-color: #fff4f4; padding: 16px; border-left: 4px solid #d9534f; border-radius: 4px; margin-bottom: 20px;&quot;&gt;
&lt;div style=&quot;margin-top: 0; margin-bottom: 12px; color: #c0392b; font-size: 1.05rem; font-weight: bold;&quot;&gt;&lt;span style=&quot;color: #c0392b !important;&quot;&gt;⚠️&lt;/span&gt; こんな症状はお早めに受診を&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 6px; padding-left: 8px;&quot;&gt;次のような症状が続く場合は、軽症に見えても脱水や熱中症の初期サインである可能性があります。 無理をせず、早めにご相談ください。&lt;/div&gt;
&lt;div style=&quot;padding-left: 8px; line-height: 2.0;&quot;&gt;&lt;span style=&quot;color: #c0392b !important; font-weight: bold;&quot;&gt;・&lt;/span&gt; だるさ・倦怠感が続く&lt;br /&gt; &lt;span style=&quot;color: #c0392b !important; font-weight: bold;&quot;&gt;・&lt;/span&gt; 頭痛・めまい・立ちくらみ&lt;br /&gt; &lt;span style=&quot;color: #c0392b !important; font-weight: bold;&quot;&gt;・&lt;/span&gt; 食欲不振・吐き気&lt;br /&gt; &lt;span style=&quot;color: #c0392b !important; font-weight: bold;&quot;&gt;・&lt;/span&gt; 尿の色が濃い・尿量が少ない&lt;br /&gt; &lt;span style=&quot;color: #c0392b !important; font-weight: bold;&quot;&gt;・&lt;/span&gt; 足がつる（こむら返り）&lt;/div&gt;
&lt;div style=&quot;margin-top: 10px; padding-left: 8px; font-size: 0.95rem; color: #666;&quot;&gt;※ 意識がもうろうとする・呼びかけに反応しない・けいれんなどの重症症状は、 &lt;strong&gt;ただちに救急車（119番）&lt;/strong&gt;をお呼びください。&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;margin-bottom: 25px;&quot;&gt;当院では、脱水症状や夏季の体調不良に関するご相談・点滴による補液治療にも対応しております。 「なんとなく体がおかしい」と感じたら、ひとりで抱え込まずお気軽にご相談ください。&lt;/p&gt;
&lt;!-- リンクボタンエリア --&gt;
&lt;div style=&quot;text-align: center; max-width: 400px; margin: 0 auto;&quot;&gt;&lt;!-- WEB予約ボタン --&gt;
&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;
&lt;div style=&quot;display: block; padding: 14px 20px; background-color: #00a0a0; color: #ffffff; border-radius: 4px; font-weight: bold; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 1.05rem;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/syosinmousikomi&quot; style=&quot;color: #ffffff; text-decoration: none;&quot;&gt; 当院のWEB予約・事前問診はこちら &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- 環境省外部リンクボタン --&gt;
&lt;div&gt;
&lt;div style=&quot;display: block; padding: 12px 20px; background-color: #555555; color: #ffffff; border-radius: 4px; font-weight: bold; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 0.95rem;&quot;&gt;&lt;a href=&quot;https://www.wbgt.env.go.jp/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: #ffffff; text-decoration: none;&quot;&gt; 環境省 熱中症予防情報サイトはこちら &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/5665314">
        <dc:format>text/html</dc:format>
        <dc:date>2026-05-26T19:50:00+09:00</dc:date>
        <title>麻疹について👨‍⚕️</title>
        <link>https://maegawanaika.com/info/5665314</link>
        <description>&lt;!-- 麻疹お知らせページ | 前川内科 | Goope フリーページ用 --&gt;
&lt;style&gt;&lt;!--
/* =============================================
   前川内科 麻疹お知らせページ
   スコープ: .pw-measles-news
   Goope制約対応済み
   ============================================= */

.pw-measles-news {
  font-family: &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, &#039;Noto Sans JP&#039;, Meiryo, sans-serif;
  color: #333333;
  line-height: 1.8;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 4px;
  box-sizing: border-box;
}

.pw-measles-news img {
  max-width: 100%;
  height: auto;
}

/* 更新日 */
.pw-measles-news .mn-date {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: right;
  margin-bottom: 16px;
}

/* 画像ブロック */
.pw-measles-news .mn-img-block {
  display: block;
  text-align: center;
  margin: 0 0 24px;
}
.pw-measles-news .mn-img-block img {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  height: auto;
}

/* 緊急注意バナー */
.pw-measles-news .mn-alert {
  display: block;
  background: #fff0f0;
  border: 2px solid #CD5C5C;
  border-left: 6px solid #CD5C5C;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 24px;
  box-sizing: border-box;
}
.pw-measles-news .mn-alert-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #b03030;
  margin-bottom: 6px;
}
.pw-measles-news .mn-alert-body {
  display: block;
  font-size: 14px;
  color: #444;
}

/* 本文テキスト */
.pw-measles-news .mn-text {
  display: block;
  font-size: 15px;
  color: #333;
  margin-bottom: 14px;
}

/* 数値カード */
.pw-measles-news .mn-stat-row {
  display: block;
  margin-bottom: 20px;
}
.pw-measles-news .mn-stat-item {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 3px solid #CD5C5C;
  border-radius: 4px;
  padding: 12px 14px;
  margin-bottom: 8px;
  box-sizing: border-box;
  text-align: center;
}
.pw-measles-news .mn-stat-num {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #CD5C5C;
  line-height: 1.3;
}
.pw-measles-news .mn-stat-label {
  display: block;
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

/* セクション見出し */
.pw-measles-news .mn-heading {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #333;
  border-left: 7px solid #CD5C5C;
  border-bottom: 1px solid #CD5C5C;
  padding: 7px 12px;
  margin-top: 32px;
  margin-bottom: 14px;
  box-sizing: border-box;
}

/* チェックリスト */
.pw-measles-news .mn-checklist {
  display: block;
  margin-bottom: 18px;
}
.pw-measles-news .mn-check-item {
  display: block;
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 14px;
  color: #333;
  border-bottom: 1px dashed #eee;
}
.pw-measles-news .mn-check-item:last-child {
  border-bottom: none;
}
.pw-measles-news .mn-check-item .chk {
  position: absolute;
  left: 0;
  top: 7px;
  color: #CD5C5C !important;
  font-size: 15px;
  font-weight: bold;
}

/* ハイライトボックス */
.pw-measles-news .mn-highlight {
  display: block;
  background: #fff8f8;
  border: 1px solid #e8b8b8;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 18px;
  box-sizing: border-box;
}
.pw-measles-news .mn-hl-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #b03030;
  margin-bottom: 6px;
}
.pw-measles-news .mn-hl-body {
  display: block;
  font-size: 14px;
  color: #444;
}

/* 麻疹ページ誘導ボックス（目立つデザイン） */
.pw-measles-news .mn-page-link-box {
  display: block;
  background: #fff;
  border: 2px solid #CD5C5C;
  border-radius: 8px;
  padding: 18px 20px;
  margin: 28px 0;
  box-sizing: border-box;
}
.pw-measles-news .mn-page-link-box .mn-pl-label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #CD5C5C;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.pw-measles-news .mn-page-link-box .mn-pl-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #CD5C5C;
  text-decoration: underline;
  margin-bottom: 6px;
}
.pw-measles-news .mn-page-link-box .mn-pl-desc {
  display: block;
  font-size: 13px;
  color: #666;
}

/* 費用リンクボックス */
.pw-measles-news .mn-link-box {
  display: block;
  background: #fff8f8;
  border: 1px solid #e0c8c8;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.pw-measles-news .mn-link-title {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #888;
  margin-bottom: 10px;
}
.pw-measles-news .mn-link-item {
  display: block;
  padding: 6px 0;
  border-bottom: 1px dashed #e8c8c8;
  font-size: 14px;
}
.pw-measles-news .mn-link-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* CTAボタン */
.pw-measles-news .mn-cta-box {
  display: block;
  background: #fff8f8;
  border: 2px solid #CD5C5C;
  border-radius: 8px;
  padding: 20px 16px;
  margin: 28px 0 16px;
  text-align: center;
  box-sizing: border-box;
}
.pw-measles-news .mn-cta-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #b03030;
  margin-bottom: 6px;
}
.pw-measles-news .mn-cta-sub {
  display: block;
  font-size: 13px;
  color: #555;
  margin-bottom: 14px;
}
.pw-measles-news .mn-cta-btn-row {
  display: block;
  text-align: center;
}
.pw-measles-news .mn-cta-btn-tel {
  display: inline-block;
  background: #CD5C5C;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 30px;
  margin: 4px 6px;
  text-decoration: none;
}
.pw-measles-news .mn-cta-btn-web {
  display: inline-block;
  background: #4a7fc1;
  color: #fff !important;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 30px;
  margin: 4px 6px;
  text-decoration: none;
}

/* スマホ対応 */
@media screen and (max-width: 640px) {
  .pw-measles-news .mn-heading {
    font-size: 15px;
  }
  .pw-measles-news .mn-text {
    font-size: 14px;
  }
  .pw-measles-news .mn-stat-num {
    font-size: 20px;
  }
  .pw-measles-news .mn-cta-btn-tel,
  .pw-measles-news .mn-cta-btn-web {
    display: block;
    margin: 6px auto;
    max-width: 260px;
  }
}
--&gt;&lt;/style&gt;
&lt;!-- ========== ページ本体 ========== --&gt;
&lt;div class=&quot;pw-measles-news&quot;&gt;&lt;span class=&quot;mn-date&quot;&gt;2026年5月26日 掲載&lt;/span&gt; &lt;!-- メイン画像 --&gt;
&lt;div class=&quot;mn-img-block&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/230526212228-6470a48476dcc.png&quot; alt=&quot;麻しんとワクチン：抗体・ウイルス・ワクチン接種のイラスト&quot; title=&quot;麻しんとワクチン&quot; /&gt;&lt;/div&gt;
&lt;!-- 緊急注意バナー --&gt;
&lt;div class=&quot;mn-alert&quot;&gt;&lt;span class=&quot;mn-alert-title&quot;&gt;⚠️ 麻疹（はしか）が全国で流行しています&lt;/span&gt; &lt;span class=&quot;mn-alert-body&quot;&gt;2026年に入り、国内の麻疹（はしか）報告数が急増しています。ワクチン接種歴の確認と早めの予防接種をお勧めします。&lt;/span&gt;&lt;/div&gt;
&lt;!-- ========== 流行状況 ========== --&gt; &lt;span class=&quot;mn-heading&quot;&gt;📊 2026年の流行状況&lt;/span&gt;
&lt;div class=&quot;mn-stat-row&quot;&gt;
&lt;div class=&quot;mn-stat-item&quot;&gt;&lt;span class=&quot;mn-stat-num&quot;&gt;累計 436例以上&lt;/span&gt; &lt;span class=&quot;mn-stat-label&quot;&gt;2026年国内報告数（5月上旬時点）／過去10年で最多水準&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;mn-stat-item&quot;&gt;&lt;span class=&quot;mn-stat-num&quot;&gt;前年同時期の約3.8倍&lt;/span&gt; &lt;span class=&quot;mn-stat-label&quot;&gt;2026年4月15日時点・前年78例&amp;rarr;299例へ急増&lt;br /&gt;（国立健康危機管理研究機構）&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span class=&quot;mn-text&quot;&gt; 感染者の中心は&lt;strong&gt;10〜40代の活動世代&lt;/strong&gt;です。通勤・通学・旅行など日常の外出の中で感染するケースが多く、医療機関・学校・職場での集団感染も報告されています。 &lt;/span&gt; &lt;span class=&quot;mn-text&quot;&gt; 感染者のうち、ワクチン接種なし・1回のみ・接種歴不明の方が&lt;strong&gt;半数以上&lt;/strong&gt;を占めています。2回の接種完了が発症・重症化を防ぐ最も重要な対策です。 &lt;/span&gt; &lt;!-- ========== 麻疹とは（コンパクト） ========== --&gt; &lt;span class=&quot;mn-heading&quot;&gt;💡 麻疹（はしか）とは&lt;/span&gt; &lt;span class=&quot;mn-text&quot;&gt; 麻疹ウイルスによる感染症で、感染力が非常に強く特効薬はありません。肺炎・脳炎などの重篤な合併症を起こすこともあります。&lt;strong&gt;ワクチン接種が唯一の予防法&lt;/strong&gt;です。症状・感染経路・ワクチンの効果など詳しくは下記をご覧ください。 &lt;/span&gt; &lt;!-- 麻疹ページへの誘導（目立つボックス） --&gt;
&lt;div class=&quot;mn-page-link-box&quot;&gt;&lt;span class=&quot;mn-pl-label&quot;&gt;▶ 詳しく知りたい方はこちら&lt;/span&gt; &lt;a href=&quot;https://maegawanaika.com/free/measles&quot; style=&quot;color: #cd5c5c; text-decoration: none;&quot;&gt; &lt;span class=&quot;mn-pl-title&quot;&gt;麻疹（はしか）の予防と対応｜前川内科&lt;/span&gt; &lt;/a&gt; &lt;span class=&quot;mn-pl-desc&quot;&gt;症状・感染経路・合併症・ワクチンの効果・よくある質問など、詳しく解説しています。&lt;/span&gt;&lt;/div&gt;
&lt;!-- ========== 当院でできること ========== --&gt; &lt;span class=&quot;mn-heading&quot;&gt;🏥 当院でできること&lt;/span&gt;
&lt;div class=&quot;mn-checklist&quot;&gt;
&lt;div class=&quot;mn-check-item&quot;&gt;&lt;span class=&quot;chk&quot;&gt;✔&lt;/span&gt; &lt;strong&gt;麻疹抗体検査&lt;/strong&gt;（採血）：免疫があるかどうかを調べられます&lt;/div&gt;
&lt;div class=&quot;mn-check-item&quot;&gt;&lt;span class=&quot;chk&quot;&gt;✔&lt;/span&gt; &lt;strong&gt;予防接種&lt;/strong&gt;（麻疹・風疹混合ワクチンなど）：自費にて接種できます&lt;/div&gt;
&lt;div class=&quot;mn-check-item&quot;&gt;&lt;span class=&quot;chk&quot;&gt;✔&lt;/span&gt; 接種歴が不明・2回接種が完了していない方のご相談をお受けします&lt;/div&gt;
&lt;div class=&quot;mn-check-item&quot;&gt;&lt;span class=&quot;chk&quot;&gt;✔&lt;/span&gt; 海外渡航前の予防接種・抗体確認にも対応しています&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;mn-highlight&quot;&gt;&lt;span class=&quot;mn-hl-title&quot;&gt;📋 麻疹が疑われる場合は来院前にお電話ください&lt;/span&gt; &lt;span class=&quot;mn-hl-body&quot;&gt;感染力が極めて強いため、他の患者さんへの感染拡大を防ぐ対応が必要です。発症日・症状・渡航歴・接触歴をあわせてお知らせください。&lt;/span&gt;&lt;/div&gt;
&lt;!-- 費用リンク --&gt;
&lt;div class=&quot;mn-link-box&quot;&gt;&lt;span class=&quot;mn-link-title&quot;&gt;🔗 費用について&lt;/span&gt;
&lt;div class=&quot;mn-link-item&quot;&gt;🔹 &lt;a href=&quot;https://maegawanaika.com/menu/931548&quot; style=&quot;color: #cd5c5c;&quot;&gt;自費検査の費用（抗体検査）&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;mn-link-item&quot;&gt;🔹 &lt;a href=&quot;https://maegawanaika.com/menu/763303&quot; style=&quot;color: #cd5c5c;&quot;&gt;予防接種の費用&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-- CTA --&gt;
&lt;div class=&quot;mn-cta-box&quot;&gt;&lt;span class=&quot;mn-cta-title&quot;&gt;抗体検査・ワクチン接種のご相談は前川内科へ&lt;/span&gt; &lt;span class=&quot;mn-cta-sub&quot;&gt;「接種歴が不明」「免疫があるか不安」という方はお気軽にご相談ください。&lt;/span&gt;
&lt;div class=&quot;mn-cta-btn-row&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/denwa&quot; class=&quot;mn-cta-btn-tel&quot;&gt;📞 お電話でのご相談&lt;/a&gt; &lt;a href=&quot;https://maegawanaika.com/free/syosinmousikomi&quot; class=&quot;mn-cta-btn-web&quot;&gt;🌐 WEB予約はこちら&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- /.pw-measles-news --&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6729580">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-24T20:10:00+09:00</dc:date>
        <title>外来・検査のWEB予約📲</title>
        <link>https://maegawanaika.com/info/6729580</link>
        <description>&lt;div class=&quot;reservation-container&quot;&gt;
&lt;div class=&quot;reservation-header&quot;&gt;
&lt;h2&gt;WEB予約システムのご案内&lt;/h2&gt;
&lt;p&gt;待ち時間の短縮と利便性向上のため、当院ではWEB予約システム「デジスマ」を導入しております。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;benefit-section&quot;&gt;
&lt;div class=&quot;benefit-card&quot;&gt;
&lt;h3&gt;診察をスムーズに&lt;/h3&gt;
&lt;p&gt;事前に予約いただくことで、院内での待ち時間を大幅に短縮できます。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;benefit-card&quot;&gt;
&lt;h3&gt;内視鏡検査の事前予約&lt;/h3&gt;
&lt;p&gt;胃カメラ・大腸カメラなどの専門的な検査も、WEBからスムーズに枠を確保いただけます。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;benefit-card&quot;&gt;
&lt;h3&gt;発熱外来への対応&lt;/h3&gt;
&lt;p&gt;発熱のある方も、専用枠からご予約いただくことで、他の方との接触を最小限に抑えたご案内が可能です。&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;digisma-info&quot;&gt;
&lt;h3&gt;「デジスマ」でできること&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;24時間いつでもスマホ・PCから予約可能&lt;/li&gt;
&lt;li&gt;事前の問診回答で、受付での手続きを簡略化&lt;/li&gt;
&lt;li&gt;クレジットカード登録によるキャッシュレス決済に対応&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;note&quot;&gt;※デジスマアプリをご利用いただくと、より便利に受診いただけます。&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;cta-section&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/syosinmousikomi&quot; class=&quot;reserve-button&quot;&gt;WEB予約はこちらから&lt;/a&gt;
&lt;p class=&quot;sub-text&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;&lt;!--
/* 優しいイメージのスタイル定義 */
.reservation-container {
    font-family: &quot;Helvetica Neue&quot;, Arial, &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Hiragino Sans&quot;, Meiryo, sans-serif;
    color: #555;
    line-height: 1.6;
    background-color: #f9fdfc; /* 非常に薄いミントグリーン */
    padding: 30px 20px;
    border-radius: 15px;
    border: 1px solid #e0f2f1;
    max-width: 800px;
    margin: 20px auto;
}

.reservation-header {
    text-align: center;
    margin-bottom: 30px;
}

.reservation-header h2 {
    color: #4db6ac; /* 優しいグリーン */
    font-size: 1.5em;
    margin-bottom: 10px;
    border-bottom: 2px solid #b2dfdb;
    display: inline-block;
    padding-bottom: 5px;
}

.benefit-section {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.benefit-card {
    flex: 1;
    min-width: 200px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border-left: 5px solid #81c784; /* 優しいリーフグリーン */
}

.benefit-card h3 {
    color: #2e7d32;
    font-size: 1.1em;
    margin-top: 0;
}

.digisma-info {
    background-color: #fff9c4; /* 優しいパステルイエロー */
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.digisma-info h3 {
    margin-top: 0;
    color: #f57f17;
}

.digisma-info ul {
    padding-left: 20px;
}

.note {
    font-size: 0.9em;
    color: #777;
    margin-top: 10px;
}

.cta-section {
    text-align: center;
    margin-top: 40px;
}

.reserve-button {
    display: inline-block;
    background-color: #ff8a65; /* 優しいオレンジ（安心感） */
    color: white !important;
    padding: 18px 40px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.2em;
    transition: transform 0.2s, background-color 0.2s;
    box-shadow: 0 4px 15px rgba(255, 138, 101, 0.3);
}

.reserve-button:hover {
    background-color: #ff7043;
    transform: translateY(-2px);
    text-decoration: none;
}

.sub-text {
    margin-top: 10px;
    font-size: 0.85em;
    color: #999;
}

/* スマホ表示への対応 */
@media (max-width: 600px) {
    .benefit-section {
        flex-direction: column;
    }
}
--&gt;&lt;/style&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6709849">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-04T19:40:00+09:00</dc:date>
        <title>妊婦さんのRSワクチン👶</title>
        <link>https://maegawanaika.com/info/6709849</link>
        <description>&lt;div style=&quot;max-width: 600px; margin: 0 auto; font-family: &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; color: #444; line-height: 1.6;&quot;&gt;
&lt;div style=&quot;text-align: center; margin-bottom: 20px;&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/260404193554-69d0e98aafb7b_l.png&quot; alt=&quot;お知らせイメージ&quot; style=&quot;width: 100%; max-width: 500px; height: auto; border-radius: 15px;&quot; /&gt;&lt;/div&gt;
&lt;h2 style=&quot;text-align: center; background: #fff5f7; color: #d86a8a; padding: 15px; border-radius: 30px; border: 2px dashed #ffc0cb; font-size: 1.3em; margin-bottom: 25px;&quot;&gt;🌸 妊婦さんのRSウイルスワクチン&lt;br /&gt;&lt;span style=&quot;font-size: 0.9em;&quot;&gt;（定期接種）開始のお知らせ&lt;/span&gt;&lt;/h2&gt;
&lt;p style=&quot;padding: 0 10px; margin-bottom: 20px; font-size: 15px;&quot;&gt;赤ちゃんの健やかな成長を守るため、&lt;b&gt;2026年4月1日より&lt;/b&gt;、妊婦さんを対象とした「RSウイルスワクチン（母子免疫ワクチン）」が定期接種（公費助成対象）となりました。&lt;/p&gt;
&lt;div style=&quot;background: #fdfaf5; padding: 20px; border-radius: 15px; margin-bottom: 20px; border-left: 5px solid #f3d4a0;&quot;&gt;
&lt;h3 style=&quot;margin-top: 0; color: #a67c52; font-size: 1.1em; display: flex; align-items: center;&quot;&gt;&lt;span style=&quot;font-size: 1.3em; margin-right: 8px;&quot;&gt;📍&lt;/span&gt;津市の定期接種対象者&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 10px;&quot;&gt;接種日に津市に住民登録があり、以下の期間に該当する妊婦さん&lt;/p&gt;
&lt;ul style=&quot;margin: 0; padding-left: 20px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 5px;&quot;&gt;&lt;b style=&quot;color: #e65b78; font-size: 1.1em;&quot;&gt;妊娠28週0日 〜 36週6日まで&lt;/b&gt;
&lt;div style=&quot;font-size: 0.9em; color: #666; margin-top: 4px;&quot;&gt;※特に効果が高い28週〜30週頃の接種が推奨されています。&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #f0f9ff; padding: 20px; border-radius: 15px; margin-bottom: 20px; border-left: 5px solid #a0d4f3;&quot;&gt;
&lt;h3 style=&quot;margin-top: 0; color: #4682b4; font-size: 1.1em; display: flex; align-items: center;&quot;&gt;&lt;span style=&quot;font-size: 1.3em; margin-right: 8px;&quot;&gt;💰&lt;/span&gt;接種費用&lt;/h3&gt;
&lt;p style=&quot;margin: 0; font-size: 1.2em; color: #2c5a85;&quot;&gt;自己負担額：&lt;b&gt;無料&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;background: #f9f9f9; padding: 20px; border-radius: 15px; margin-bottom: 25px; border: 1px solid #eee;&quot;&gt;
&lt;h3 style=&quot;margin-top: 0; color: #555; font-size: 1.1em; display: flex; align-items: center;&quot;&gt;&lt;span style=&quot;font-size: 1.3em; margin-right: 8px;&quot;&gt;📞&lt;/span&gt;当院での予約方法&lt;/h3&gt;
&lt;p style=&quot;margin-bottom: 15px;&quot;&gt;当院では、&lt;b&gt;お電話にて&lt;/b&gt;接種の予約を承っております。&lt;/p&gt;
&lt;div style=&quot;background: #fff; padding: 15px; border-radius: 10px; border: 1px solid #ffcad4;&quot;&gt;
&lt;p style=&quot;margin: 0; color: #d86a8a; font-weight: bold; font-size: 0.95em;&quot;&gt;💡 アドバイス&lt;/p&gt;
&lt;p style=&quot;margin: 8px 0 0; font-size: 0.9em; color: #555;&quot;&gt;接種後2週間以内に赤ちゃんが生まれた場合、十分な免疫が伝わらない可能性があるため、余裕を持ったスケジュールでの接種をおすすめします。里帰り出産をご予定の方や、接種時期について不安な方は、いつでもご相談ください。&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center; margin-bottom: 30px;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/ninpurs&quot; style=&quot;display: inline-block; background: #ff8fa3; color: #fff; padding: 15px 25px; text-decoration: none; border-radius: 50px; font-weight: bold; box-shadow: 0 4px 0 #e67a8e; transition: 0.3s;&quot;&gt; 👉 妊婦さんのRSウイルス予防接種について &lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6705428">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-01T22:01:00+09:00</dc:date>
        <title>R8 高齢者帯状疱疹ワクチン💉</title>
        <link>https://maegawanaika.com/info/6705428</link>
        <description>&lt;div style=&quot;max-width: 600px; margin: 0 auto; font-family: &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; color: #333; line-height: 1.6;&quot;&gt;
&lt;p style=&quot;text-align: center; margin-bottom: 30px;&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/210320092843-605541bba1945_l.jpg&quot; alt=&quot;帯状疱疹ワクチンのお知らせ&quot; style=&quot;width: 100%; max-width: 500px; height: auto; border-radius: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1);&quot; /&gt;&lt;/p&gt;
&lt;div style=&quot;background-color: #fdfaf5; padding: 20px; border-left: 5px solid #e67e22; border-radius: 4px; margin-bottom: 30px;&quot;&gt;
&lt;p style=&quot;margin-top: 0; font-weight: bold; color: #d35400; font-size: 14pt;&quot;&gt;50歳を過ぎたら帯状疱疹の予防を&lt;/p&gt;
&lt;p style=&quot;font-size: 15px; margin-bottom: 0;&quot;&gt;帯状疱疹は50歳を過ぎると発症率が高まり、80歳までに約3人に1人が経験すると言われています。強い痛みや、数ヶ月続く後遺症（神経痛）に悩まされることも少なくありません。&lt;br /&gt;当院では、予防効果の高いワクチンの接種をお勧めしています。&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center; background-color: #fff9f9; border: 2px dashed #e74c3c; padding: 15px; border-radius: 10px; margin-bottom: 30px;&quot;&gt;
&lt;p style=&quot;margin: 0; font-size: 17px;&quot;&gt;&lt;span style=&quot;color: #e74c3c; font-weight: bold;&quot;&gt;令和8年度 津市 費用助成のお知らせ&lt;/span&gt;&lt;br /&gt;一部助成により、自己負担を抑えて接種いただけます。&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 30px;&quot;&gt;
&lt;h3 style=&quot;background: #5dade2; color: white; padding: 10px 15px; border-radius: 5px; font-size: 18px; margin-bottom: 15px;&quot;&gt;【対象者】&lt;/h3&gt;
&lt;ul style=&quot;list-style: none; padding: 0; margin-left: 5px;&quot;&gt;
&lt;li style=&quot;margin-bottom: 12px; border-bottom: 1px solid #eee; padding-bottom: 8px; font-size: 12pt;&quot;&gt;① 令和8年度に&lt;strong&gt;65歳&lt;/strong&gt;になる方&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 12px; border-bottom: 1px solid #eee; padding-bottom: 8px; font-size: 12pt;&quot;&gt;② 令和8年度に&lt;strong&gt;70, 75, 80, 85, 90, 95, 100歳&lt;/strong&gt;になる方&lt;br /&gt; &lt;span style=&quot;color: #000000;&quot;&gt;&lt;small style=&quot;color: #666; display: inline-block; margin-top: 4px;&quot;&gt;※令和7年度〜11年度までの経過措置（以降は65歳のみ）&lt;/small&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style=&quot;margin-bottom: 12px; border-bottom: 1px solid #eee; padding-bottom: 8px; font-size: 12pt;&quot;&gt;③ 満60〜64歳で、HIV等の特定の疾患により日常生活が制限される方&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 30px;&quot;&gt;
&lt;h3 style=&quot;background: #5dade2; color: white; padding: 10px 15px; border-radius: 5px; font-size: 18px; margin-bottom: 15px;&quot;&gt;【接種期間】&lt;/h3&gt;
&lt;p style=&quot;padding-left: 10px; font-size: 16px; margin-bottom: 15px;&quot;&gt;&lt;strong&gt;令和8年4月1日 〜 令和9年3月31日&lt;/strong&gt;&lt;/p&gt;
&lt;div style=&quot;background: #fff3cd; color: #856404; padding: 15px; border-radius: 5px; border: 1px solid #ffeeba;&quot;&gt;&lt;span style=&quot;font-size: 12pt; display: block; margin-bottom: 5px;&quot;&gt;⚠️ &lt;strong&gt;ご注意&lt;/strong&gt;&lt;/span&gt; &lt;span style=&quot;font-size: 11pt; line-height: 1.4;&quot;&gt;2回接種が必要なワクチンの場合、&lt;strong&gt;2回目を3月31日まで&lt;/strong&gt;に完了する必要があります。お早めにご相談ください。&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;margin-bottom: 40px;&quot;&gt;
&lt;h3 style=&quot;background: #5dade2; color: white; padding: 10px 15px; border-radius: 5px; font-size: 18px; margin-bottom: 15px;&quot;&gt;【助成適用後の自己負担額】&lt;/h3&gt;
&lt;div style=&quot;display: flex; justify-content: space-between; align-items: baseline; padding: 12px 10px; border-bottom: 1px solid #eee; flex-wrap: wrap;&quot;&gt;&lt;span style=&quot;font-size: 12pt; margin-right: 10px;&quot;&gt;水痘ワクチン（生ワクチン）&lt;/span&gt; &lt;span style=&quot;font-size: 14pt; font-weight: bold; color: #2c3e50; margin-left: auto;&quot;&gt;2,600円&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;display: flex; justify-content: space-between; align-items: baseline; padding: 12px 10px; border-bottom: 1px solid #eee; flex-wrap: wrap;&quot;&gt;&lt;span style=&quot;font-size: 12pt; margin-right: 10px;&quot;&gt;シングリックス（組換えワクチン）&lt;/span&gt; &lt;span style=&quot;font-size: 14pt; font-weight: bold; color: #2c3e50; margin-left: auto;&quot;&gt;6,600円&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p style=&quot;text-align: right; font-size: 14px; margin-bottom: 30px;&quot;&gt;詳細は &lt;a href=&quot;https://www.info.city.tsu.mie.jp/fukushi_kenkou/kenkou_iryou/1002894/1002925/1002943.html&quot; target=&quot;_blank&quot; style=&quot;color: #3498db; font-weight: bold;&quot;&gt;津市ホームページ&lt;/a&gt; をご覧ください&lt;/p&gt;
&lt;div style=&quot;margin-top: 40px; border-top: 2px solid #eee; padding-top: 20px;&quot;&gt;
&lt;div style=&quot;margin-bottom: 15px;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/taijyouhoushin&quot; style=&quot;display: block; background: #f8f9fa; padding: 15px; text-decoration: none; color: #333; border: 1px solid #ddd; border-radius: 5px; margin-bottom: 12px; font-size: 12pt;&quot;&gt; ▶ 当院「帯状疱疹とワクチンについて」 &lt;/a&gt; &lt;a href=&quot;https://maegawanaika.com/menu/c914726&quot; style=&quot;display: block; background: #f8f9fa; padding: 15px; text-decoration: none; color: #333; border: 1px solid #ddd; border-radius: 5px; margin-bottom: 12px; font-size: 12pt;&quot;&gt; ▶ その他の予防接種について &lt;/a&gt;&lt;/div&gt;
&lt;p style=&quot;text-align: center; margin-top: 30px;&quot;&gt;&lt;a href=&quot;tel:0592213700&quot; style=&quot;display: inline-block; background: #27ae60; color: white; padding: 15px 40px; text-decoration: none; border-radius: 50px; font-weight: bold; font-size: 18px; box-shadow: 0 4px #1e8449;&quot;&gt; 📞 当院へ電話で相談・予約 &lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6695368">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-31T20:00:00+09:00</dc:date>
        <title>ワクチン料金一部改定💉</title>
        <link>https://maegawanaika.com/info/6695368</link>
        <description>&lt;div style=&quot;max-width: 800px; margin: 20px auto; padding: 0; font-family: &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; color: #333; line-height: 1.8;&quot;&gt;
&lt;h2 style=&quot;color: #d32f2f; border-bottom: 2px solid #d32f2f; padding-bottom: 10px; margin-top: 0;&quot;&gt;令和8年4月1日より ワクチン料金改定のお知らせ&lt;/h2&gt;
&lt;br /&gt;
&lt;p&gt;&amp;nbsp;&lt;a href=&quot;https://cdn.goope.jp/124024/260331091637-69cb1265d31e3.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/124024/260331091637-69cb1265d31e3_l.png&quot; alt=&quot;Gemini_Generated_Image_6dlwub6dlwub6dlw.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;この度、ワクチンの製造メーカーによる納入価格の大幅な引き上げに伴い、誠に恐縮ながら、&lt;strong&gt;令和8年（2026年）4月1日&lt;/strong&gt;より、一部の任意接種ワクチンの料金を改定させていただくこととなりました。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;当院といたしましても、コスト削減等に努めてまいりましたが、従来の価格を維持することが困難な状況となりました。患者様にはご負担をおかけいたしますが、何卒ご理解とご協力を賜りますようお願い申し上げます。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h3 style=&quot;background-color: #f5f5f5; padding: 10px 15px; border-left: 5px solid #008080; margin-top: 30px;&quot;&gt;&lt;span style=&quot;font-size: 14pt;&quot;&gt;対象ワクチンおよび新料金（税込）&lt;/span&gt;&lt;/h3&gt;
&lt;table style=&quot;width: 100%; border-collapse: collapse; margin-top: 15px;&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f9f9f9;&quot;&gt;
&lt;th style=&quot;border: 1px solid #ddd; padding: 12px; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;ワクチン名&lt;/span&gt;&lt;/th&gt;
&lt;th style=&quot;border: 1px solid #ddd; padding: 12px; text-align: center; width: 30%;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;新料金（税込）&lt;/span&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;A型肝炎&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px; text-align: center; font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;16,000円&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;DPT（3種混合）&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px; text-align: center; font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;10,000円&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;DT（2種混合）&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ddd; padding: 12px; text-align: center; font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;7,500円&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div style=&quot;margin-top: 30px; background-color: #fff9f9; padding: 20px; border-radius: 5px; font-size: 0.95em;&quot;&gt;
&lt;ul style=&quot;margin: 0; padding-left: 20px;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;strong&gt;適用開始日：&lt;/strong&gt;令和8年4月1日の接種分より&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;strong&gt;定期接種について：&lt;/strong&gt;お子様の定期接種（公費負担）対象期間内であれば、今回の改定に関わらず、引き続き無料で接種いただけますので、対象医療機関で接種してください（当院は対象外）&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;strong&gt;予約について：&lt;/strong&gt;ワクチンの在庫状況により、事前のご予約が必要な場合がございます。接種をご希望の方は、お早めにご相談ください。&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p style=&quot;margin-top: 30px;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;当院は、今後も安全で安心な医療の提供に努めてまいります。変わらぬご愛顧を賜りますようお願い申し上げます。&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 30px;&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&amp;rarr; &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/menu/763303&quot; style=&quot;color: #0000ff; text-decoration: underline;&quot;&gt;当院の予防接種&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 30px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;text-align: right; margin-top: 40px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6685458">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-18T19:00:00+09:00</dc:date>
        <title>R8.4月からの肺炎球菌定期接種💉</title>
        <link>https://maegawanaika.com/info/6685458</link>
        <description>&lt;p style=&quot;margin-top: 15px; line-height: 1.6;&quot;&gt;&lt;span style=&quot;font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;津市の高齢者肺炎球菌定期接種（65歳の方）は、&lt;strong&gt;令和8年4月1日より&lt;/strong&gt;ワクチンの種類と自己負担額が変更になります。 より高い効果と持続性が期待される「結合型ワクチン」へ移行するための変更です。 &lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;width: 100%; border-collapse: collapse; margin-top: 20px; font-family: arial, helvetica, sans-serif; font-size: 15px; border: 1px solid #ccc;&quot;&gt;
&lt;thead&gt;
&lt;tr style=&quot;background-color: #f2f2f2; text-align: center;&quot;&gt;
&lt;th style=&quot;border: 1px solid #ccc; padding: 12px; width: 30%;&quot;&gt;接種日&lt;/th&gt;
&lt;th style=&quot;border: 1px solid #ccc; padding: 12px;&quot;&gt;使用ワクチン&lt;/th&gt;
&lt;th style=&quot;border: 1px solid #ccc; padding: 12px; width: 30%;&quot;&gt;自己負担額&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px; text-align: center; background-color: #fff9f9;&quot;&gt;&lt;strong&gt;令和8年3月31日まで&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px;&quot;&gt;ニューモバックスNP&lt;br /&gt;&lt;span style=&quot;font-size: 13px; color: #666;&quot;&gt;（23価ポリサッカライドワクチン）&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px; text-align: center;&quot;&gt;&lt;strong&gt;2,600円&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px; text-align: center; background-color: #f9fff9;&quot;&gt;&lt;strong&gt;令和8年4月1日から&lt;/strong&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px;&quot;&gt;&lt;strong&gt;プレベナー20&lt;/strong&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 13px; color: #666;&quot;&gt;（20価結合型ワクチン）&lt;/span&gt;&lt;/td&gt;
&lt;td style=&quot;border: 1px solid #ccc; padding: 12px; text-align: center;&quot;&gt;&lt;strong&gt;3,500円&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;div style=&quot;background-color: #fff5f5; border: 1px solid #ffcccc; padding: 15px; border-radius: 8px; margin-top: 20px; color: #d32f2f;&quot;&gt;
&lt;p style=&quot;margin: 0; font-weight: bold; font-size: 16px;&quot;&gt;接種時のご注意事項&lt;/p&gt;
&lt;ul style=&quot;margin-top: 10px; padding-left: 20px; font-size: 14px; line-height: 1.6;&quot;&gt;
&lt;li&gt;&lt;strong&gt;ワクチンの選択：&lt;/strong&gt;接種する「日付」によってワクチンの種類が自動的に決まります。23価（ニューモバックス）を希望される場合は、必ず3月31日までに接種を完了してください。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;対象者の条件：&lt;/strong&gt;これまでと同様、過去に一度も肺炎球菌ワクチンを接種したことがない方が対象です。&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;p style=&quot;margin-top: 15px; line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;これまでの定期接種（ニューモバックス）は、守備範囲は広いものの、数年で効果が落ちるため5年ごとの打ち直しが必要でした。 新しく採用される&lt;strong&gt;「プレベナー20」&lt;/strong&gt;は、免疫記憶を作る力が強く、一度の接種で長期間の予防効果が期待できる画期的なワクチンです。&lt;/p&gt;
&lt;p style=&quot;line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;自己負担額は若干上がりますが、再接種の手間や長期的な防御力を考えると、非常にメリットの大きい変更と言えます。 対象者の方は、ぜひこの機会に接種しましょう。お気軽にご相談ください。&lt;/p&gt;
&lt;p style=&quot;line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;&amp;rarr; &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/haiennkyuukin2&quot; style=&quot;color: #0000ff; text-decoration: underline;&quot;&gt;肺炎球菌とワクチンについて&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;line-height: 1.6; font-family: arial, helvetica, sans-serif; font-size: 16px; color: #000000;&quot;&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://maegawanaika.com/info/6674746">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-09T19:00:00+09:00</dc:date>
        <title>健康診断のご案内🏥🩺</title>
        <link>https://maegawanaika.com/info/6674746</link>
        <description>&lt;p data-path-to-node=&quot;2&quot;&gt;&amp;nbsp;&lt;img src=&quot;https://cdn.goope.jp/124024/260309190740-69ae9becc1ef0_l.png&quot; alt=&quot;スクリーンショット 2026-03-09 190700.png&quot; /&gt;&lt;/p&gt;
&lt;p data-path-to-node=&quot;2&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node=&quot;2&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;b data-path-to-node=&quot;2&quot; data-index-in-node=&quot;0&quot;&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;当院では、特定健診や会社健診など、各種健康診断を承っております。&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node=&quot;2&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node=&quot;3&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;b data-path-to-node=&quot;3&quot; data-index-in-node=&quot;0&quot;&gt;■ 主な検査項目&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node=&quot;4&quot;&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;4,0,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;身体測定（身長・体重・腹囲）&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;4,1,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;診察・血圧測定&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;4,2,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;視力・聴力検査&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;4,3,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;尿検査・血液検査&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;4,4,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;心電図・胸部レントゲン&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-path-to-node=&quot;5&quot;&gt;&lt;span style=&quot;font-size: 16px; color: #000000;&quot;&gt;　※その他の項目についてはお気軽にお問い合わせください。&lt;/span&gt;&lt;/p&gt;
&lt;p data-path-to-node=&quot;5&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p data-path-to-node=&quot;5&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;b data-path-to-node=&quot;5&quot; data-index-in-node=&quot;0&quot;&gt;■ 当院の特長&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul data-path-to-node=&quot;6&quot;&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;6,0,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;b data-path-to-node=&quot;6,0,0&quot; data-index-in-node=&quot;0&quot;&gt;予約不要&lt;/b&gt;：お好きな時間にお越しいただけます。&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p data-path-to-node=&quot;6,1,0&quot;&gt;&lt;span style=&quot;font-size: 12pt; color: #000000;&quot;&gt;&lt;b data-path-to-node=&quot;6,1,0&quot; data-index-in-node=&quot;0&quot;&gt;即日発行&lt;/b&gt;：採血がない場合、結果票はその場でお渡し可能です。&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&amp;rarr; &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&lt;a href=&quot;https://maegawanaika.com/free/kensinryoukin&quot; style=&quot;color: #0000ff; text-decoration: underline;&quot;&gt;健康診断の内容と料金について&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
</rdf:RDF>
