<?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>CDE | 板橋区役所前の内科クリニック｜野村医院｜糖尿病内科 老年病内科 循環器内科 訪問診療</title>
	<atom:link href="https://nomura-clinic.com/tag/cde/feed/" rel="self" type="application/rss+xml" />
	<link>https://nomura-clinic.com</link>
	<description>板橋区役所前の野村医院では「糖尿病／認知症／老年病／循環器専門外来、訪問診療」を提供しています。</description>
	<lastBuildDate>Tue, 31 Mar 2026 09:37:16 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>CDE（糖尿病療養指導士）からのワンポイントメッセージ 2026春</title>
		<link>https://nomura-clinic.com/2026/03/31/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cde%25ef%25bc%2588%25e7%25b3%2596%25e5%25b0%25bf%25e7%2597%2585%25e7%2599%2582%25e9%25a4%258a%25e6%258c%2587%25e5%25b0%258e%25e5%25a3%25ab%25ef%25bc%2589%25e3%2581%258b%25e3%2582%2589%25e3%2581%25ae%25e3%2583%25af%25e3%2583%25b3%25e3%2583%259d%25e3%2582%25a4%25e3%2583%25b3%25e3%2583%2588%25e3%2583%25a1%25e3%2583%2583-3</link>
		
		<dc:creator><![CDATA[user_nomura]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 01:46:15 +0000</pubDate>
				<category><![CDATA[お知らせ]]></category>
		<category><![CDATA[CDE]]></category>
		<category><![CDATA[糖尿病]]></category>
		<category><![CDATA[糖尿病療養指導士]]></category>
		<guid isPermaLink="false">https://nomura-clinic.com/?p=2755</guid>

					<description><![CDATA[<p>  CDE コラム 第3回 新生活、ちょっと疲れていませんか？ストレスと血糖の意外な関係 糖尿病療養指導士（CDE）からのワンポイントメッセージ　2026 春     新生活が始まるこの時期は、環境の変化により血糖値のコ&#8230;</p>
<p>The post <a href="https://nomura-clinic.com/2026/03/31/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-3/">CDE（糖尿病療養指導士）からのワンポイントメッセージ 2026春</a> first appeared on <a href="https://nomura-clinic.com">板橋区役所前の内科クリニック｜野村医院｜糖尿病内科 老年病内科 循環器内科 訪問診療</a>.</p>]]></description>
										<content:encoded><![CDATA[<style>

  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

 

  .cde-col3 * { margin: 0; padding: 0; box-sizing: border-box; }

 

  .cde-col3 {

    font-family: 'Noto Sans JP', sans-serif;

    color: #3a3a3a;

    line-height: 1.9;

    max-width: 720px;

    margin: 0 auto;

  }

 

  .cde-col3 .article-wrap {

    background: #fff;

    border-radius: 16px;

    overflow: hidden;

    box-shadow: 0 2px 20px rgba(0,0,0,0.06);

  }

 

  /* ── Hero ── */

  .cde-col3 .hero {

    background: linear-gradient(135deg, #fce4ec 0%, #fff3e0 50%, #e8f5e9 100%);

    padding: 48px 32px 36px;

    text-align: center;

    position: relative;

    overflow: hidden;

  }

  .cde-col3 .hero::before {

    content: '&#x1f338;';

    position: absolute;

    top: 12px; left: 20px;

    font-size: 28px;

    opacity: .5;

    animation: cde3float 4s ease-in-out infinite;

  }

  .cde-col3 .hero::after {

    content: '&#x1f33f;';

    position: absolute;

    bottom: 14px; right: 24px;

    font-size: 24px;

    opacity: .45;

    animation: cde3float 5s ease-in-out infinite 1s;

  }

  @keyframes cde3float {

    0%,100% { transform: translateY(0); }

    50% { transform: translateY(-8px); }

  }

 

  .cde-col3 .series-label {

    display: inline-block;

    background: #e8756d;

    color: #fff;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: .08em;

    padding: 4px 16px;

    border-radius: 20px;

    margin-bottom: 16px;

  }

 

  .cde-col3 .hero h1 {

    font-family: 'Zen Maru Gothic', sans-serif;

    font-size: 22px;

    font-weight: 700;

    color: #4a3728;

    line-height: 1.6;

    margin-bottom: 8px;

  }

  .cde-col3 .hero .subtitle {

    font-size: 14px;

    color: #7a6b5d;

  }

 

  /* ── Body ── */

  .cde-col3 .article-body {

    padding: 36px 32px 40px;

  }

 

  .cde-col3 .lead {

    font-size: 15px;

    color: #555;

    margin-bottom: 32px;

    padding-bottom: 24px;

    border-bottom: 1px dashed #e0d6cc;

  }

 

  /* Section heading */

  .cde-col3 .section-heading {

    display: flex;

    align-items: center;

    gap: 10px;

    margin: 36px 0 20px;

    font-family: 'Zen Maru Gothic', sans-serif;

    font-size: 18px;

    font-weight: 700;

    color: #e8756d;

  }

  .cde-col3 .section-heading .icon {

    font-size: 22px;

    flex-shrink: 0;

  }

 

  /* Reason cards */

  .cde-col3 .reason-list {

    display: flex;

    flex-direction: column;

    gap: 14px;

    margin-bottom: 8px;

  }

  .cde-col3 .reason-card {

    background: #fdf6f0;

    border-left: 4px solid #f4a68e;

    border-radius: 0 10px 10px 0;

    padding: 16px 20px;

  }

  .cde-col3 .reason-card .card-title {

    font-weight: 700;

    font-size: 15px;

    color: #c96248;

    margin-bottom: 4px;

  }

  .cde-col3 .reason-card p {

    font-size: 14px;

    color: #5a4e45;

  }

 

  /* Tip cards */

  .cde-col3 .tip-list {

    display: flex;

    flex-direction: column;

    gap: 16px;

    margin-bottom: 8px;

  }

  .cde-col3 .tip-card {

    background: #f2f9f1;

    border-radius: 12px;

    padding: 18px 20px;

    position: relative;

    padding-left: 56px;

  }

  .cde-col3 .tip-num {

    position: absolute;

    left: 16px;

    top: 16px;

    width: 30px; height: 30px;

    background: #7cb87a;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    font-size: 14px;

  }

  .cde-col3 .tip-card .tip-title {

    font-weight: 700;

    font-size: 15px;

    color: #3d7a3a;

    margin-bottom: 4px;

  }

  .cde-col3 .tip-card p {

    font-size: 14px;

    color: #4a5e48;

  }

  .cde-col3 .tip-sub {

    font-size: 13px;

    color: #7a9078;

    margin-top: 4px;

    padding-left: 8px;

    border-left: 2px solid #b5d5b3;

  }

 

  /* Closing */

  .cde-col3 .closing-box {

    background: linear-gradient(135deg, #fff8f0, #fef5f2);

    border-radius: 12px;

    padding: 24px;

    margin-top: 32px;

    text-align: center;

  }

  .cde-col3 .closing-box p {

    font-size: 15px;

    color: #6b5a4e;

    line-height: 1.9;

  }

  .cde-col3 .closing-box .highlight {

    font-weight: 700;

    color: #d4715a;

  }

 

  /* Consultation */

  .cde-col3 .consultation {

    margin-top: 24px;

    padding: 18px 20px;

    background: #fdf8f4;

    border: 1px solid #eed9c8;

    border-radius: 10px;

    font-size: 14px;

    color: #7a6650;

  }

  .cde-col3 .consultation strong {

    color: #c96248;

  }

 

  /* References */

  .cde-col3 .references {

    margin-top: 32px;

    padding-top: 20px;

    border-top: 1px solid #e8e0d8;

  }

  .cde-col3 .references summary {

    font-size: 13px;

    font-weight: 500;

    color: #999;

    cursor: pointer;

    margin-bottom: 8px;

  }

  .cde-col3 .references ul {

    list-style: none;

    padding: 0;

  }

  .cde-col3 .references li {

    font-size: 12px;

    color: #aaa;

    margin-bottom: 4px;

    padding-left: 12px;

    position: relative;

  }

  .cde-col3 .references li::before {

    content: '・';

    position: absolute;

    left: 0;

  }

 

  /* Footer label */

  .cde-col3 .footer-label {

    text-align: center;

    margin-top: 28px;

    padding-top: 20px;

    border-top: 1px dashed #e0d6cc;

    font-size: 13px;

    color: #b0a090;

  }

  .cde-col3 .footer-label .clinic {

    font-weight: 700;

    color: #8a7a6a;

  }

 

  @media (max-width: 480px) {

    .cde-col3 .article-body { padding: 24px 18px 32px; }

    .cde-col3 .hero { padding: 36px 18px 28px; }

    .cde-col3 .hero h1 { font-size: 19px; }

  }

</style>
<div class="cde-col3">

<div class="article-wrap">

 

  <!-- Hero -->

  <div class="hero">

    <span class="series-label">CDE コラム 第3回</span>

    <h1>新生活、ちょっと疲れていませんか？<br>ストレスと血糖の意外な関係</h1>

    <p class="subtitle">糖尿病療養指導士（CDE）からのワンポイントメッセージ　2026 春</p>

  </div>

 

  <!-- Body -->

  <div class="article-body">

 

    <p class="lead">

      新生活が始まるこの時期は、環境の変化により血糖値のコントロールが難しくなりがちです。<br>

      無理のない範囲で、生活リズムを整えるコツを取り入れていきましょう。

    </p>

 

    <!-- Section 1 -->

    <h2 class="section-heading">

      <span class="icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f338.png" alt="🌸" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>新生活で血糖値が乱れやすい理由

    </h2>

 

    <div class="reason-list">

      <div class="reason-card">

        <div class="card-title">自律神経の乱れ</div>

        <p>環境変化によるストレスで自律神経が乱れると、インスリンの働きが悪くなることがあります。</p>

      </div>

      <div class="reason-card">

        <div class="card-title">食事の不規則化</div>

        <p>忙しさから食事時間がバラバラになり、食後血糖値の急上昇（グルコーススパイク）を引き起こしやすくなります。</p>

      </div>

      <div class="reason-card">

        <div class="card-title">疲労・睡眠不足</div>

        <p>睡眠不足はインスリンの働きを低下させ、血糖値が下がりにくい「インスリン抵抗性」を悪化させます。</p>

      </div>

      <div class="reason-card">

        <div class="card-title">運動不足</div>

        <p>通勤手段の変化や忙しさで活動量が減り、エネルギー消費が低下します。</p>

      </div>

    </div>

 

    <!-- Section 2 -->

    <h2 class="section-heading">

      <span class="icon"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f33f.png" alt="🌿" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span>働き世代のための血糖コントロールのコツ

    </h2>

 

    <div class="tip-list">

      <div class="tip-card">

        <span class="tip-num">1</span>

        <div class="tip-title">朝食を少量でも摂る</div>

        <p>朝食を抜くと昼食後の血糖値が急上昇します。ヨーグルトとバナナなど手軽なものでもOKです。</p>

        <p class="tip-sub">単食にならないよう、タンパク質を意識できるとなお良しです。</p>

      </div>

      <div class="tip-card">

        <span class="tip-num">2</span>

        <div class="tip-title">昼食が遅い時の「補食」</div>

        <p>昼食の時間が遅くなる場合は、血糖値の上昇が緩やかなナッツやチーズを少し食べておくのがおすすめです。</p>

      </div>

      <div class="tip-card">

        <span class="tip-num">3</span>

        <div class="tip-title">「ついで」運動のすすめ</div>

        <p>通勤で1駅分歩く、エスカレーターではなく階段を使うなど、日常の活動量を増やしましょう。</p>

      </div>

      <div class="tip-card">

        <span class="tip-num">4</span>

        <div class="tip-title">食後の10分が効く</div>

        <p>5〜10分の軽い運動でも、食後に行うことで血糖値の上昇を抑える効果が期待できます。</p>

      </div>

    </div>

 

    <!-- Closing -->

    <div class="closing-box">

      <p>

        新生活は負担が大きいものです。<br>

        <span class="highlight">すべてを完璧にしようとせず、<br>できそうなことから少しずつ取り入れてみてください。</span>

      </p>

    </div>

 

    <!-- Consultation note -->

    <div class="consultation">

      <strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cb.png" alt="📋" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 外来からのひとこと：</strong><br>

      春は環境変化で血糖値が乱れる方が多い季節です。気になることがあれば、遠慮なくご相談ください。

    </div>

 

    <!-- References -->

    <details class="references">

      <summary>※ 参考文献（クリックで表示）</summary>

      <ul>

        <li>American Diabetes Association. Standards of Care in Diabetes—2024</li>

        <li>日本糖尿病学会 糖尿病診療ガイドライン2024</li>

        <li>Hackett RA, Steptoe A. Nat Rev Endocrinol. 2017</li>

      </ul>

    </details>

 

    <!-- Footer -->

    <div class="footer-label">

      <span class="clinic">野村医院・たかの内科クリニック</span><br>

      糖尿病療養指導士（CDE）

    </div>

 

  </div>

</div>

</div><p>The post <a href="https://nomura-clinic.com/2026/03/31/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-3/">CDE（糖尿病療養指導士）からのワンポイントメッセージ 2026春</a> first appeared on <a href="https://nomura-clinic.com">板橋区役所前の内科クリニック｜野村医院｜糖尿病内科 老年病内科 循環器内科 訪問診療</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2755</post-id>	</item>
		<item>
		<title>CDE（糖尿病療養指導士）からのワンポイントメッセージ </title>
		<link>https://nomura-clinic.com/2025/06/20/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cde%25ef%25bc%2588%25e7%25b3%2596%25e5%25b0%25bf%25e7%2597%2585%25e7%2599%2582%25e9%25a4%258a%25e6%258c%2587%25e5%25b0%258e%25e5%25a3%25ab%25ef%25bc%2589%25e3%2581%258b%25e3%2582%2589%25e3%2581%25ae%25e3%2583%25af%25e3%2583%25b3%25e3%2583%259d%25e3%2582%25a4%25e3%2583%25b3%25e3%2583%2588%25e3%2583%25a1%25e3%2583%2583-2</link>
		
		<dc:creator><![CDATA[user_nomura]]></dc:creator>
		<pubDate>Fri, 20 Jun 2025 13:46:29 +0000</pubDate>
				<category><![CDATA[当院のブログ]]></category>
		<category><![CDATA[CDE]]></category>
		<category><![CDATA[夏の健康管理]]></category>
		<category><![CDATA[水分補給]]></category>
		<category><![CDATA[熱中症]]></category>
		<category><![CDATA[糖尿病]]></category>
		<category><![CDATA[糖尿病療養指導士]]></category>
		<category><![CDATA[脱水症状]]></category>
		<category><![CDATA[血糖値管理]]></category>
		<guid isPermaLink="false">https://nomura-clinic.com/?p=2658</guid>

					<description><![CDATA[<p>糖尿病のある方へ　暑い夏を安全に過ごすための熱中症対策 はじめに 一気に暑くなってきましたね。まだ梅雨の時期ですが、夏のような日差しや気温の日も増えてきました。 そこで今日は、暑い季節に特に気をつけたい「熱中症」について&#8230;</p>
<p>The post <a href="https://nomura-clinic.com/2025/06/20/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-2/">CDE（糖尿病療養指導士）からのワンポイントメッセージ </a> first appeared on <a href="https://nomura-clinic.com">板橋区役所前の内科クリニック｜野村医院｜糖尿病内科 老年病内科 循環器内科 訪問診療</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1 class="wp-block-heading">糖尿病のある方へ　暑い夏を安全に過ごすための熱中症対策</h1>



<figure class="wp-block-image is-resized is-style-default"><img decoding="async" src="https://illustmint.com/wp-content/uploads/2020/07/summer_suibun_hokyuu_1805.png" alt="熱中症対策で水分補給をする男の子" style="object-fit:cover;width:500px;height:500px"/></figure>



<h3 class="wp-block-heading">はじめに</h3>



<p>一気に暑くなってきましたね。<br>まだ梅雨の時期ですが、夏のような日差しや気温の日も増えてきました。</p>



<p>そこで今日は、暑い季節に特に気をつけたい「<strong>熱中症</strong>」について取り上げてみたいと思います。</p>



<p>糖尿病がある方は、体の水分バランスや体温調節がうまくいかず、熱中症のリスクが高くなることがあります。</p>



<p>今回は、糖尿病患者さんだからこそ知っておきたい熱中症対策をご紹介します。</p>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://eiyoushi-hutaba.com/wp-content/uploads/2021/06/%E7%86%B1%E4%B8%AD%E7%97%87%E3%80%80%E6%96%87%E5%AD%97%E2%91%A0-1024x1024.png" alt="熱中症に注意のイラスト" style="object-fit:cover;width:500px;height:500px"/></figure>



<h2 class="wp-block-heading">1. 熱中症と糖尿病の関係</h2>



<ul class="wp-block-list">
<li>糖尿病の方は脱水になりやすく、のどの渇きを感じにくい傾向があります。</li>



<li>血糖値が高いと尿の量が増え、水分が体から失われやすくなります。</li>



<li>末梢神経障害があると、暑さや脱水に気づきにくくなることがあります。</li>
</ul>



<h2 class="wp-block-heading">2. 熱中症を防ぐためのポイント</h2>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> こまめな水分補給</h3>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://illustmint.com/wp-content/uploads/2020/07/summer_woman_1808.png" alt="水分補給をする女性のイラスト" style="object-fit:cover;width:500px;height:500px"/></figure>



<ul class="wp-block-list">
<li>のどが渇く前に、<strong>1日1.5～2リットル</strong>を目安に水分をとるようにしましょう。</li>



<li>おすすめは、<strong>麦茶、ルイボスティー、ほうじ茶、ミネラルウォーター</strong>などの無糖飲料です。</li>



<li>糖分を含むスポーツドリンクは血糖値を上げる原因になるため、基本的には避けましょう。</li>



<li>特に運動時や発汗が多いときは、水や麦茶を中心に補給しましょう。</li>
</ul>



<p><strong>注意点：</strong> 脱水症状が出ている場合は、医療者の指導のもとで経口補水液（OS-1など）を一時的に使用することもありますが、糖質が含まれているため注意が必要です。</p>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 血糖値のチェックを忘れずに</h3>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtzLVC_vQeYEMPrRVN-8WIJgsYdlMKK7H5aZOvf69fDMqQhtcHk8Z8JYY1RQdEmAcCPwIihLTu5zh1bht0xT7bwAF25MbSuUsIgi104kasIjdmvgMxqYARqdbUXUGkJe1lzyJ1BjHyiDQF/s800/kettouchi_kensa.png" alt="血糖値測定のイラスト" style="object-fit:cover;width:500px;height:500px"/></figure>



<ul class="wp-block-list">
<li>暑さや脱水によって血糖値が変動しやすくなります。</li>



<li>食事・運動・水分のバランスを整え、こまめに血糖測定を行いましょう。</li>
</ul>



<h3 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 室内でも油断しない</h3>



<ul class="wp-block-list">
<li>室内でも熱中症は起こる可能性があります。</li>



<li>冷房や扇風機を上手に使い、室温は<strong>28℃以下</strong>を目安に保ちましょう。</li>
</ul>



<h2 class="wp-block-heading">3. 外出時の注意</h2>



<figure class="wp-block-image is-resized"><img decoding="async" src="https://eiyoushi-hutaba.com/wp-content/uploads/2023/12/%E7%86%B1%E4%B8%AD%E7%97%87%E4%BA%88%E9%98%B2%E3%80%80%E6%9C%A8%E9%99%B0%E3%81%A7%E4%BC%91%E3%82%80-1024x1024.png" alt="木陰で休む子どものイラスト" style="object-fit:cover;width:500px;height:500px"/></figure>



<ul class="wp-block-list">
<li>帽子や日傘で直射日光を避けましょう。</li>



<li>涼しい服装で、日陰や冷房の効いた場所でこまめに休憩をとりましょう。</li>



<li>体調が悪いと感じたときは、無理をせず早めに対応しましょう。</li>
</ul>



<h2 class="wp-block-heading">4. 熱中症のサインに注意</h2>



<p>以下の症状に注意が必要です：</p>



<ul class="wp-block-list">
<li>めまい、ふらつき</li>



<li>吐き気</li>



<li>頭痛</li>



<li>異常な発汗</li>



<li>筋肉のけいれん</li>
</ul>



<p><strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a0.png" alt="⚠" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 緊急時の対応</strong><br>意識がもうろうとした場合は、すぐに医療機関を受診しましょう。</p>



<h2 class="wp-block-heading">おわりに</h2>



<p>夏を元気に過ごすためには、「<strong>水分・体温・血糖値の管理</strong>」がとても大切です。</p>



<p>糖尿病がある方は、「<strong>糖分の少ない水分補給</strong>」を心がけながら、暑さに負けずに安全にこの夏を乗り切りましょう。</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h3 class="wp-block-heading">参考文献・出典</h3>



<ul class="wp-block-list">
<li>環境省 熱中症予防情報サイト<br>https://www.wbgt.env.go.jp</li>



<li>厚生労働省「熱中症予防のために」<br>https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/0000177190.html</li>



<li>日本糖尿病学会 編『糖尿病治療ガイド2024』</li>



<li>大塚製薬 OS-1 製品情報<br>https://www.os-1.jp/</li>



<li>日本糖尿病協会『さかえ』／公式サイト<br>https://www.nittokyo.or.jp</li>
</ul>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<p><strong>この記事に関するご質問やご相談がございましたら、お気軽にクリニックまでお問い合わせください。</strong></p>



<p><em>CDE（糖尿病療養指導士）監修</em></p>



<p></p>



<p></p><p>The post <a href="https://nomura-clinic.com/2025/06/20/cde%ef%bc%88%e7%b3%96%e5%b0%bf%e7%97%85%e7%99%82%e9%a4%8a%e6%8c%87%e5%b0%8e%e5%a3%ab%ef%bc%89%e3%81%8b%e3%82%89%e3%81%ae%e3%83%af%e3%83%b3%e3%83%9d%e3%82%a4%e3%83%b3%e3%83%88%e3%83%a1%e3%83%83-2/">CDE（糖尿病療養指導士）からのワンポイントメッセージ </a> first appeared on <a href="https://nomura-clinic.com">板橋区役所前の内科クリニック｜野村医院｜糖尿病内科 老年病内科 循環器内科 訪問診療</a>.</p>]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2658</post-id>	</item>
	</channel>
</rss>
