<?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://jayhoken.com/feed.rss">
        <title>株式会社ジェイ保険サービス</title>
        <description></description>
        <link>https://jayhoken.com</link>
       <dc:date>2026-06-10T09:11:09+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://jayhoken.com/info/6671038"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6655128"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6655114"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6575062"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6575067"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6655126"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6365826"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6153756"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6103997"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6054343"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6042790"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5939768"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/6042739"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5818695"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5794009"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5501911"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5501882"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5354048"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5260105"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5270122"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/5247281"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4917681"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4886878"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4917661"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4688342"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4077957"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/3975309"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/3481703"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/4077952"/>
                <rdf:li rdf:resource="https://jayhoken.com/info/3133786"/>
            </rdf:Seq>
        </items>
    </channel>
    <item rdf:about="https://jayhoken.com/info/6671038">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-06T14:00:00+09:00</dc:date>
        <title>地域清掃活動を実施しました</title>
        <link>https://jayhoken.com/info/6671038</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
  &lt;title&gt;社会貢献活動のご報告｜株式会社ジェイ保険サービス&lt;/title&gt;
  &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;
  &lt;style&gt;
    body {
      font-family: &#039;Noto Sans JP&#039;, sans-serif;
      background: #f5f5f5;
      color: #333;
      margin: 0;
      padding: 0;
    }

    /* ヘッダー */
    header {
      background: #1a3557;
      color: #fff;
      padding: 16px 24px;
      font-size: 1rem;
      font-weight: 700;
    }

    /* メインエリア */
    .container {
      max-width: 780px;
      margin: 40px auto;
      padding: 0 20px;
    }

    /* タイトル */
    h1 {
      font-size: 1.4rem;
      color: #1a3557;
      border-left: 4px solid #c9a84c;
      padding-left: 12px;
      margin-bottom: 24px;
    }

    /* 概要 */
    .info-table {
      background: #fff;
      border: 1px solid #ddd;
      border-collapse: collapse;
      width: 100%;
      margin-bottom: 32px;
      font-size: 0.92rem;
    }
    .info-table th, .info-table td {
      border: 1px solid #ddd;
      padding: 10px 16px;
      text-align: left;
    }
    .info-table th {
      background: #1a3557;
      color: #fff;
      width: 30%;
      font-weight: 500;
    }

    /* 本文 */
    .body-text {
      background: #fff;
      border: 1px solid #ddd;
      padding: 24px;
      margin-bottom: 32px;
      line-height: 2;
      font-size: 0.92rem;
    }

    /* ギャラリー */
    h2 {
      font-size: 1rem;
      color: #1a3557;
      border-bottom: 2px solid #1a3557;
      padding-bottom: 6px;
      margin-bottom: 16px;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      margin-bottom: 40px;
    }
    .photo-box {
      background: #dde3eb;
      aspect-ratio: 4/3;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #7a8fa3;
      font-size: 0.8rem;
    }
    .gallery img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* フッター */
    footer {
      background: #1a3557;
      color: rgba(255,255,255,0.6);
      text-align: center;
      padding: 20px;
      font-size: 0.78rem;
    }
  &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;container&quot;&gt;

  &lt;h1&gt;社会貢献活動のご報告&lt;/h1&gt;

  &lt;table class=&quot;info-table&quot;&gt;
    &lt;tr&gt;&lt;th&gt;実施日&lt;/th&gt;&lt;td&gt;2026年3月6日（金）&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;th&gt;活動内容&lt;/th&gt;&lt;td&gt;地域清掃・美化活動&lt;/td&gt;&lt;/tr&gt;
    &lt;tr&gt;&lt;th&gt;活動場所&lt;/th&gt;&lt;td&gt;本店事務所周辺（相馬市小泉字根岸）&lt;/td&gt;&lt;/tr&gt;

  &lt;/table&gt;

  &lt;div class=&quot;body-text&quot;&gt;
    &lt;p&gt;2026年3月6日（金）ジェイ保険サービス社員で本店事務所周辺（相馬市小泉字根岸）にて地域清掃・美化活動を実施いたしました。&lt;/p&gt;
    &lt;p&gt;日頃より地域の皆さまに支えられている代理店として、今後も継続的に社会貢献活動に取り組んでまいります。&lt;/p&gt;
  &lt;/div&gt;

  &lt;h2&gt;活動の様子&lt;/h2&gt;
  &lt;div class=&quot;gallery&quot;&gt;
    &lt;!-- メイン写真（2枚均等） --&gt;
    &lt;div&gt;
      &lt;img src=&quot;https://cdn.goope.jp/58082/260306140302-69aa6006b4586.jpg&quot; alt=&quot;清掃活動①&quot;&gt;
    &lt;/div&gt;
    &lt;div&gt;
      &lt;img src=&quot;https://cdn.goope.jp/58082/260306140306-69aa600a30621.jpg&quot; alt=&quot;清掃活動②&quot;&gt;
    &lt;/div&gt;
    &lt;div&gt;
      &lt;img src=&quot;https://cdn.goope.jp/58082/260306140309-69aa600d96178.jpg&quot; alt=&quot;清掃活動③&quot;&gt;
    &lt;/div&gt;
    &lt;div&gt;
      &lt;img src=&quot;https://cdn.goope.jp/58082/260306140320-69aa60182ba53.jpg&quot; alt=&quot;清掃活動④&quot;&gt;
    &lt;/div&gt;
    &lt;div&gt;
      &lt;img src=&quot;https://cdn.goope.jp/58082/260306140314-69aa601234e1c.jpg&quot; alt=&quot;清掃活動⑤&quot;&gt;
    &lt;/div&gt;
  &lt;/div&gt;

&lt;/div&gt;

&lt;footer&gt;&amp;copy; 2026 株式会社ジェイ保険サービス. All Rights Reserved.&lt;/footer&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6655128">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-24T14:59:00+09:00</dc:date>
        <title>新年度のスタート人生の節目に保険を見直しましょう</title>
        <link>https://jayhoken.com/info/6655128</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;新年度のスタート　人生の節目に保険を見直しましょう｜ジェイ保険サービス&lt;/title&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Noto Sans JP&quot;, &quot;Meiryo&quot;, sans-serif;
    background: #fff;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 1.85;
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 20px 60px;
  }
  .label {
    display: inline-block;
    background: #1a3a6b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: .05em;
    margin-bottom: 12px;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.5;
    border-bottom: 2px solid #1a3a6b;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  p { margin-bottom: 14px; color: #333; }
  .section-heading {
    font-size: 14px;
    font-weight: bold;
    color: #1a3a6b;
    border-left: 4px solid #1a3a6b;
    padding-left: 10px;
    margin: 28px 0 12px;
  }
  ul.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.check-list li {
    padding: 9px 14px 9px 38px;
    position: relative;
    border-bottom: 1px solid #eef1f8;
    font-size: 14px;
    color: #333;
  }
  ul.check-list li:last-child { border-bottom: none; }
  ul.check-list li::before {
    content: &quot;✔&quot;;
    position: absolute;
    left: 12px;
    color: #1a3a6b;
    font-size: 12px;
  }
  .info-box {
    border: 1px solid #cdd8ee;
    border-left: 5px solid #1a3a6b;
    background: #f5f8fd;
    border-radius: 4px;
    padding: 16px 18px;
    margin: 16px 0;
    font-size: 14px;
  }
  .info-box .box-title {
    font-weight: bold;
    color: #1a3a6b;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .info-box p { margin-bottom: 6px; }
  .info-box p:last-child { margin-bottom: 0; }
  .note { font-size: 13px; color: #777; margin-bottom: 14px; }
  hr { border: none; border-top: 1px dashed #ddd; margin: 24px 0; }
  ul.link-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.link-list li { border-bottom: 1px solid #eef1f8; }
  ul.link-list li:last-child { border-bottom: none; }
  ul.link-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    text-decoration: none;
    color: #1a3a6b;
    font-size: 13px;
    transition: background .15s;
  }
  ul.link-list a:hover { background: #eef2fb; }
  ul.link-list a::before { content: &quot;▶&quot;; font-size: 10px; color: #7a9cd0; flex-shrink: 0; }
  ul.link-list a .arrow { margin-left: auto; font-size: 11px; color: #aaa; flex-shrink: 0; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;label&quot;&gt;保険見直し&lt;/div&gt;
&lt;h1&gt;新年度のスタート　人生の節目に保険を見直しましょう&lt;/h1&gt;

&lt;p&gt;4月は就職・転職・進学・引越・結婚など、生活環境が大きく変わる季節です。こうした&lt;strong&gt;ライフイベントのタイミング&lt;/strong&gt;は、加入中の保険の保障内容が現在の生活に合っているかを見直す絶好の機会です。&lt;/p&gt;
&lt;p&gt;「加入したときから内容を確認していない」「独身のときに入ったまま」という方は、ぜひこの機会にご確認ください。&lt;/p&gt;

&lt;div class=&quot;section-heading&quot;&gt;こんな変化があった方は見直しのサインかもしれません&lt;/div&gt;
&lt;ul class=&quot;check-list&quot;&gt;
  &lt;li&gt;就職・転職をした（保険の切り替えや新規加入を検討したい）&lt;/li&gt;
  &lt;li&gt;結婚・出産で家族が増えた（万が一への備えを手厚くしたい）&lt;/li&gt;
  &lt;li&gt;子どもが独立した（保障の内容や金額を現状に合わせたい）&lt;/li&gt;
  &lt;li&gt;マイホームを購入した（火災保険・地震保険を検討したい）&lt;/li&gt;
  &lt;li&gt;定年退職を迎えた・控えている（老後の医療・介護に備えたい）&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;section-heading&quot;&gt;見直しの際に確認したいポイント&lt;/div&gt;
&lt;div class=&quot;info-box&quot;&gt;
  &lt;div class=&quot;box-title&quot;&gt;📋 主な保険の見直しポイント&lt;/div&gt;
  &lt;p&gt;● &lt;strong&gt;生命保険・死亡保険&lt;/strong&gt;：家族構成や収入の変化に合わせて保障額が適切かご確認ください&lt;/p&gt;
  &lt;p&gt;● &lt;strong&gt;医療保険・がん保険&lt;/strong&gt;：入院日数の短縮化など医療環境の変化に対応した内容かご確認ください&lt;/p&gt;
  &lt;p&gt;● &lt;strong&gt;火災保険&lt;/strong&gt;：住まいの変化（新築・引越・リフォームなど）に合わせた補償になっているかご確認ください&lt;/p&gt;
  &lt;p&gt;● &lt;strong&gt;自動車保険&lt;/strong&gt;：等級・走行距離・使用目的に変化がないかご確認ください&lt;/p&gt;
&lt;/div&gt;
&lt;p class=&quot;note&quot;&gt;※保険の見直しにあたっては、既存の契約を解約する前に新しい保険の内容をよくご確認ください。&lt;/p&gt;

&lt;hr&gt;

&lt;div class=&quot;section-heading&quot;&gt;参考リンク&lt;/div&gt;
&lt;ul class=&quot;link-list&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.jili.or.jp/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;生命保険文化センター「知っておきたい生命保険の基礎知識」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.sonpo.or.jp/insurance/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;日本損害保険協会「損害保険とは」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6655114">
        <dc:format>text/html</dc:format>
        <dc:date>2026-02-01T14:49:00+09:00</dc:date>
        <title>確定申告シーズン生命保険料控除を正しく活用しましょう</title>
        <link>https://jayhoken.com/info/6655114</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;確定申告シーズン　生命保険料控除を正しく活用しましょう｜ジェイ保険サービス&lt;/title&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Noto Sans JP&quot;, &quot;Meiryo&quot;, sans-serif;
    background: #fff;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 1.85;
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 20px 60px;
  }

  .label {
    display: inline-block;
    background: #1a3a6b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: .05em;
    margin-bottom: 12px;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.5;
    border-bottom: 2px solid #1a3a6b;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  p { margin-bottom: 14px; color: #333; }

  .section-heading {
    font-size: 14px;
    font-weight: bold;
    color: #1a3a6b;
    border-left: 4px solid #1a3a6b;
    padding-left: 10px;
    margin: 28px 0 12px;
  }

  ul.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.check-list li {
    padding: 9px 14px 9px 38px;
    position: relative;
    border-bottom: 1px solid #eef1f8;
    font-size: 14px;
    color: #333;
  }
  ul.check-list li:last-child { border-bottom: none; }
  ul.check-list li::before {
    content: &quot;✔&quot;;
    position: absolute;
    left: 12px;
    color: #1a3a6b;
    font-size: 12px;
  }

  .info-box {
    border: 1px solid #cdd8ee;
    border-left: 5px solid #1a3a6b;
    background: #f5f8fd;
    border-radius: 4px;
    padding: 16px 18px;
    margin: 16px 0;
    font-size: 14px;
  }
  .info-box .box-title {
    font-weight: bold;
    color: #1a3a6b;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .info-box p { margin-bottom: 6px; }
  .info-box p:last-child { margin-bottom: 0; }

  .note { font-size: 13px; color: #777; margin-bottom: 14px; }

  hr { border: none; border-top: 1px dashed #ddd; margin: 24px 0; }

  ul.link-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.link-list li { border-bottom: 1px solid #eef1f8; }
  ul.link-list li:last-child { border-bottom: none; }
  ul.link-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    text-decoration: none;
    color: #1a3a6b;
    font-size: 13px;
    transition: background .15s;
  }
  ul.link-list a:hover { background: #eef2fb; }
  ul.link-list a::before { content: &quot;▶&quot;; font-size: 10px; color: #7a9cd0; flex-shrink: 0; }
  ul.link-list a .arrow { margin-left: auto; font-size: 11px; color: #aaa; flex-shrink: 0; }

  .cta-block {
    margin-top: 30px;
    background: #f0f4fa;
    border-radius: 6px;
    padding: 22px 20px;
    text-align: center;
  }
  .cta-block p { font-size: 14px; color: #444; margin-bottom: 14px; }
  .cta-btn {
    display: inline-block;
    background: #1a3a6b;
    color: #fff;
    text-decoration: none;
    padding: 12px 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
  }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;label&quot;&gt;税金・控除&lt;/div&gt;
&lt;h1&gt;確定申告シーズン　生命保険料控除を正しく活用しましょう&lt;/h1&gt;

&lt;p&gt;毎年2月16日から3月15日は確定申告の申告期間です。生命保険に加入している方は、「&lt;strong&gt;生命保険料控除&lt;/strong&gt;」を申告することで、所得税や住民税が軽減される場合があります。&lt;/p&gt;

&lt;div class=&quot;section-heading&quot;&gt;控除の対象となる3つの区分&lt;/div&gt;
&lt;ul class=&quot;check-list&quot;&gt;
  &lt;li&gt;一般生命保険料控除（死亡保険・学資保険など）&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;※所得税は最大12万円、住民税は最大7万円の控除が適用されます（新制度の場合）。&lt;/p&gt;

&lt;div class=&quot;section-heading&quot;&gt;準備するもの&lt;/div&gt;
&lt;div class=&quot;info-box&quot;&gt;
  &lt;div class=&quot;box-title&quot;&gt;📄 保険料控除証明書&lt;/div&gt;
  &lt;p&gt;毎年10〜11月頃に各保険会社からハガキまたは電子データで送付されます。大切に保管しておきましょう。&lt;/p&gt;
  &lt;p&gt;複数の保険会社の保険に加入している方は、それぞれの証明書を合算して申告することができます。&lt;/p&gt;
  &lt;p&gt;会社員の方は年末調整でも申告できます（勤務先に証明書を提出）。&lt;/p&gt;
&lt;/div&gt;

&lt;hr&gt;

&lt;div class=&quot;section-heading&quot;&gt;参考リンク&lt;/div&gt;
&lt;ul class=&quot;link-list&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.nta.go.jp/taxes/shiraberu/taxanswer/shotoku/1140.htm&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;国税庁「生命保険料控除」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.keisan.nta.go.jp/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;国税庁「確定申告書等作成コーナー（e-Tax）」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;cta-block&quot;&gt;
  &lt;p&gt;「控除証明書が見当たらない」「どの保険が対象か確認したい」など、&lt;br&gt;お気軽にご相談ください。&lt;/p&gt;
  &lt;a href=&quot;/contact&quot; class=&quot;cta-btn&quot;&gt;お問い合わせはこちら&lt;/a&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6575062">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-19T12:20:00+09:00</dc:date>
        <title>年末年始休業のお知らせ</title>
        <link>https://jayhoken.com/info/6575062</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;年末年始休業のお知らせ - 株式会社ジェイ保険サービス&lt;/title&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;メイリオ&#039;, Meiryo, sans-serif;
            line-height: 1.7;
            background: #f5f7fa;
            min-height: 100vh;
            color: #333;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 4px 20px rgba(25, 42, 86, 0.1);
            min-height: 100vh;
        }

        .header {
            background: linear-gradient(135deg, #1a2a56 0%, #2d4a7a 100%);
            color: white;
            padding: 50px 40px;
            position: relative;
            overflow: hidden;
        }

        .header h1 {
            font-size: 2.2rem;
            margin-bottom: 15px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        .date-badge {
            display: inline-block;
            background: rgba(255,255,255,0.15);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 1rem;
            position: relative;
            z-index: 1;
        }

        .content {
            padding: 50px 40px;
        }

        .greeting {
            margin-bottom: 40px;
            color: #1a2a56;
            font-size: 1.1rem;
            background: #f8f9fb;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #1a2a56;
        }

        .holiday-notice {
            background: linear-gradient(135deg, #1a2a56 0%, #2d4a7a 100%);
            color: white;
            border-radius: 12px;
            padding: 40px;
            margin: 40px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .holiday-notice::before {
            content: &#039;🎍&#039;;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            opacity: 0.3;
        }

        .holiday-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .holiday-dates {
            font-size: 2rem;
            font-weight: bold;
            background: rgba(255,255,255,0.15);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border: 2px solid rgba(255,255,255,0.2);
        }

        .last-day-section {
            background: #fff9e6;
            border-radius: 12px;
            padding: 30px;
            margin: 30px 0;
            border: 2px solid #ffd700;
            position: relative;
        }

        .last-day-section::before {
            content: &#039;📅&#039;;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
        }

        .last-day-section h3 {
            color: #1a2a56;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .last-day-date {
            font-size: 1.4rem;
            color: #b8860b;
            font-weight: bold;
        }

        .last-day-note {
            font-size: 1rem;
            color: #666;
            margin-top: 8px;
        }

        .resume-section {
            background: #e8f4fd;
            border-radius: 12px;
            padding: 30px;
            margin: 30px 0;
            border: 2px solid #b3d9f2;
            position: relative;
        }

        .resume-section::before {
            content: &#039;✅&#039;;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
        }

        .resume-section h3 {
            color: #1a2a56;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .resume-date {
            font-size: 1.4rem;
            color: #2563eb;
            font-weight: bold;
        }

        .inquiry-info {
            background: #fff9e6;
            border: 2px solid #ffd700;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
            color: #1a2a56;
        }

        .emergency-section {
            background: white;
            border: 2px solid #1a2a56;
            border-radius: 12px;
            padding: 35px;
            margin: 40px 0;
        }

        .emergency-title {
            color: #1a2a56;
            font-size: 1.4rem;
            margin-bottom: 20px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

        .emergency-title::before {
            content: &#039;🚨&#039;;
            margin-right: 12px;
            font-size: 1.5rem;
        }

        .emergency-description {
            color: #555;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        .insurance-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }

        .insurance-card {
            background: #f8f9fb;
            border: 2px solid #e1e8ed;
            border-radius: 10px;
            padding: 20px;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .insurance-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .insurance-card.sompo {
            border-color: #e60012;
            background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
        }

        .insurance-card.sompo:hover {
            border-color: #c50010;
            box-shadow: 0 8px 25px rgba(230, 0, 18, 0.25);
        }

        .insurance-card.sompo::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #e60012;
        }

        .insurance-card.sompo-himawari {
            border-color: #ff9500;
            background: linear-gradient(135deg, #fffaf0 0%, #ffedd5 100%);
        }

        .insurance-card.sompo-himawari:hover {
            border-color: #e6840d;
            box-shadow: 0 8px 25px rgba(255, 149, 0, 0.25);
        }

        .insurance-card.sompo-himawari::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #ff9500;
        }

        .insurance-card.daiichi {
            border-color: #003d82;
            background: linear-gradient(135deg, #f0f6ff 0%, #e6f1ff 100%);
        }

        .insurance-card.daiichi:hover {
            border-color: #002f6b;
            box-shadow: 0 8px 25px rgba(0, 61, 130, 0.25);
        }

        .insurance-card.daiichi::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #003d82;
        }

        .insurance-card.metlife {
            border-color: #0074d9;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
        }

        .insurance-card.metlife:hover {
            border-color: #0056b3;
            box-shadow: 0 8px 25px rgba(0, 116, 217, 0.25);
        }

        .insurance-card.metlife::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #0074d9;
        }

        .insurance-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a2a56;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .insurance-name::before {
            content: &#039;🏢&#039;;
            margin-right: 8px;
        }

        .insurance-service {
            color: #666;
            font-size: 0.95rem;
        }

        .footer {
            background: #1a2a56;
            color: white;
            text-align: center;
            padding: 30px 40px;
            font-size: 1rem;
        }

        .footer-company {
            font-weight: 600;
            font-size: 1.1rem;
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .header, .content, .footer {
                padding-left: 20px;
                padding-right: 20px;
            }

            .header h1 {
                font-size: 1.8rem;
            }

            .holiday-dates {
                font-size: 1.5rem;
            }

            .insurance-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .header, .content, .footer {
                padding-left: 15px;
                padding-right: 15px;
            }

            .header {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .content {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .header h1 {
                font-size: 1.5rem;
            }

            .holiday-dates {
                font-size: 1.3rem;
                padding: 15px;
            }

            .holiday-notice, .resume-section, .emergency-section {
                padding: 25px 20px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;header&quot;&gt;
            &lt;h1&gt;年末年始休業のお知らせ&lt;/h1&gt;
            &lt;div class=&quot;date-badge&quot;&gt;2025年12月1日&lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;content&quot;&gt;
            &lt;div class=&quot;greeting&quot;&gt;
                平素は格別のご高配を賜り厚くお礼申し上げます。&lt;br&gt;
                株式会社ジェイ保険サービスでは、下記の期間を年末年始休業とさせて頂きますのでご案内申し上げます。
            &lt;/div&gt;

            &lt;div class=&quot;last-day-section&quot;&gt;
                &lt;h3&gt;最終営業日&lt;/h3&gt;
                &lt;div class=&quot;last-day-date&quot;&gt;2025年12月26日（金）&lt;/div&gt;
                &lt;div class=&quot;last-day-note&quot;&gt;※9:00〜12:00まで&lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;holiday-notice&quot;&gt;
                &lt;div class=&quot;holiday-title&quot;&gt;年末年始休業期間&lt;/div&gt;
                &lt;div class=&quot;holiday-dates&quot;&gt;12月27日（土）～ 1月4日（日）&lt;/div&gt;
                &lt;div style=&quot;margin-top: 15px; font-size: 1rem; opacity: 0.9;&quot;&gt;2025年 ～ 2026年&lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;resume-section&quot;&gt;
                &lt;h3&gt;営業再開日&lt;/h3&gt;
                &lt;div class=&quot;resume-date&quot;&gt;2026年1月5日（月）9:00より営業開始&lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;inquiry-info&quot;&gt;
                &lt;strong&gt;📧 お問い合わせについて&lt;/strong&gt;&lt;br&gt;
                休業期間中のホームページからのお問い合わせにつきましても、2026年1月5日（月）9:00より順次ご連絡させて頂きます。
            &lt;/div&gt;

            &lt;div class=&quot;emergency-section&quot;&gt;
                &lt;div class=&quot;emergency-title&quot;&gt;年末年始休業中の緊急時対応&lt;/div&gt;
                &lt;div class=&quot;emergency-description&quot;&gt;
                    年末年始休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。
                &lt;/div&gt;
                
                &lt;div class=&quot;insurance-grid&quot;&gt;
                    &lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; class=&quot;insurance-card sompo&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;損保ジャパン&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;事故受付・契約者さま専用サイト&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.himawari-life.co.jp/customer/seikyu/&quot; class=&quot;insurance-card sompo-himawari&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;SOMPOひまわり生命&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;給付金・保険金のご請求&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.dai-ichi-life.co.jp/contractor/claim/index.html&quot; class=&quot;insurance-card daiichi&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;第一生命&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;保険金・給付金のご請求&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.metlife.co.jp/&quot; class=&quot;insurance-card metlife&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;メットライフ生命保険株式会社&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;保険金・給付金お支払い手続き&lt;/div&gt;
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;footer&quot;&gt;
            &lt;div class=&quot;footer-company&quot;&gt;株式会社ジェイ保険サービス&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6575067">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-09T12:22:00+09:00</dc:date>
        <title>乾燥する季節の火災にご注意ください（消防庁「10のポイント」より）</title>
        <link>https://jayhoken.com/info/6575067</link>
        <description>空気が乾燥し、火災が起こりやすい季節です。
ご自宅の防火対策、特に火の元となる「4つの習慣」と、命を守る「6つの対策」をご紹介いたします。
詳細は、消防庁の啓発チラシ『消防庁防災チラシ』をご参照ください。

【今日から習慣にしたい 4つのこと】 日々のちょっとした心がけが、大きな事故を防ぎます。
①寝たばこは絶対にしない、させない 。
②ストーブの周りに燃えやすいものを置かない 。
③こんろを使うときは火のそばを離れない 。
④コンセントはほこりを清掃し、不必要なプラグは抜く 。

【備えておきたい 6つの対策】 万が一の時に慌てないよう、環境を整えましょう。
①火災警報器の点検： いざという時に鳴らなければ意味がありません。定期的に点検し、10年を目安に交換しましょう 。
②燃えにくいものを選ぶ： 寝具やカーテンは「防炎品」を使用すると、火の拡大を防げます 。
③安全装置の活用： ストーブやこんろは、安全装置が付いた機器を使いましょう 。
④消火器の準備： 設置場所と使い方を、家族みんなで確認しておきましょう 。
⑤避難経路の確保： お年寄りや身体の不自由な方がスムーズに避難できるよう、通り道を整理しておきましょう 。
⑥地域の助け合い： 声を掛け合い、地域ぐるみで防災意識を高めましょう 。

安心で快適な毎日のために、ぜひご家族でお話し合いください。&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/58082/251225122733-694caf25045f7_m.png&#039; /&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6655126">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-01T14:57:00+09:00</dc:date>
        <title>冬道のスリップ事故にご注意ください　</title>
        <link>https://jayhoken.com/info/6655126</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;title&gt;冬道のスリップ事故にご注意ください｜ジェイ保険サービス&lt;/title&gt;
&lt;style&gt;
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body {
    font-family: &quot;Hiragino Kaku Gothic ProN&quot;, &quot;Noto Sans JP&quot;, &quot;Meiryo&quot;, sans-serif;
    background: #fff;
    color: #2c2c2c;
    font-size: 15px;
    line-height: 1.85;
    max-width: 760px;
    margin: 0 auto;
    padding: 32px 20px 60px;
  }
  .label {
    display: inline-block;
    background: #1a3a6b;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 2px;
    letter-spacing: .05em;
    margin-bottom: 12px;
  }
  h1 {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.5;
    border-bottom: 2px solid #1a3a6b;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  p { margin-bottom: 14px; color: #333; }
  .section-heading {
    font-size: 14px;
    font-weight: bold;
    color: #1a3a6b;
    border-left: 4px solid #1a3a6b;
    padding-left: 10px;
    margin: 28px 0 12px;
  }
  ul.check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.check-list li {
    padding: 9px 14px 9px 38px;
    position: relative;
    border-bottom: 1px solid #eef1f8;
    font-size: 14px;
    color: #333;
  }
  ul.check-list li:last-child { border-bottom: none; }
  ul.check-list li::before {
    content: &quot;✔&quot;;
    position: absolute;
    left: 12px;
    color: #1a3a6b;
    font-size: 12px;
  }
  .info-box {
    border: 1px solid #cdd8ee;
    border-left: 5px solid #1a3a6b;
    background: #f5f8fd;
    border-radius: 4px;
    padding: 16px 18px;
    margin: 16px 0;
    font-size: 14px;
  }
  .info-box .box-title {
    font-weight: bold;
    color: #1a3a6b;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .info-box p { margin-bottom: 6px; }
  .info-box p:last-child { margin-bottom: 0; }
  .note { font-size: 13px; color: #777; margin-bottom: 14px; }
  hr { border: none; border-top: 1px dashed #ddd; margin: 24px 0; }
  ul.link-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid #dde4f0;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.link-list li { border-bottom: 1px solid #eef1f8; }
  ul.link-list li:last-child { border-bottom: none; }
  ul.link-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    text-decoration: none;
    color: #1a3a6b;
    font-size: 13px;
    transition: background .15s;
  }
  ul.link-list a:hover { background: #eef2fb; }
  ul.link-list a::before { content: &quot;▶&quot;; font-size: 10px; color: #7a9cd0; flex-shrink: 0; }
  ul.link-list a .arrow { margin-left: auto; font-size: 11px; color: #aaa; flex-shrink: 0; }
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;div class=&quot;label&quot;&gt;交通安全&lt;/div&gt;
&lt;h1&gt;冬道のスリップ事故にご注意ください　タイヤ交換と自動車保険の備えを今のうちに&lt;/h1&gt;

&lt;p&gt;相馬・南相馬地区でも積雪・路面凍結が始まる季節となりました。冬道では「見た目には乾燥しているのに実は凍結している」&lt;strong&gt;ブラックアイス&lt;/strong&gt;が発生しやすく、橋の上・交差点・日陰のカーブは特に注意が必要です。&lt;/p&gt;

&lt;div class=&quot;section-heading&quot;&gt;冬道運転の基本ポイント&lt;/div&gt;
&lt;ul class=&quot;check-list&quot;&gt;
  &lt;li&gt;&lt;strong&gt;スタッドレスタイヤへの交換&lt;/strong&gt;は積雪・凍結前（11月中）に済ませましょう。溝の深さ・空気圧も必ず確認を&lt;/li&gt;
  &lt;li&gt;&lt;strong&gt;急発進・急ブレーキ・急ハンドルは禁物&lt;/strong&gt;。車間距離は通常の2〜3倍に保ちましょう&lt;/li&gt;
  &lt;li&gt;橋の上・日陰・交差点付近は&lt;strong&gt;速度を落として慎重に&lt;/strong&gt;通過しましょう&lt;/li&gt;
  &lt;li&gt;エンジンブレーキを活用し、&lt;strong&gt;早めの減速&lt;/strong&gt;を心がけましょう&lt;/li&gt;
  &lt;li&gt;タイヤチェーン・ブースターケーブル・寒冷地用ウォッシャー液を&lt;strong&gt;車内に常備&lt;/strong&gt;しましょう&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&quot;section-heading&quot;&gt;自動車保険の補償内容をご確認ください&lt;/div&gt;
&lt;div class=&quot;info-box&quot;&gt;
  &lt;div class=&quot;box-title&quot;&gt;🛡️ こんな場合は補償内容をご確認ください&lt;/div&gt;
  &lt;p&gt;● スリップしてガードレールや電柱に衝突してしまった場合&lt;/p&gt;
  &lt;p&gt;● スリップして他の車・建物にぶつけてしまった場合&lt;/p&gt;
  &lt;p&gt;● 雪の重みで車が損傷してしまった場合（雪害）&lt;/p&gt;
&lt;/div&gt;
&lt;p class=&quot;note&quot;&gt;※補償の対象となるかどうかは、ご契約の保険プランや事故の状況によって異なります。詳しくは当社または保険会社へご確認ください。&lt;/p&gt;

&lt;hr&gt;

&lt;div class=&quot;section-heading&quot;&gt;参考リンク&lt;/div&gt;
&lt;ul class=&quot;link-list&quot;&gt;
  &lt;li&gt;&lt;a href=&quot;https://jaf.or.jp/common/attention/snow&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;JAF「雪道・アイスバーンでの運転の注意点」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.police.pref.fukushima.jp/02_02jikojoho.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;福島県警察「交通事故発生情報」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.sonpo.or.jp/about/useful/kousaten/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;
    &lt;span&gt;日本損害保険協会「交通事故多発交差点マップ」&lt;/span&gt;&lt;span class=&quot;arrow&quot;&gt;外部リンク ↗&lt;/span&gt;
  &lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6365826">
        <dc:format>text/html</dc:format>
        <dc:date>2025-07-25T13:14:00+09:00</dc:date>
        <title>2025年夏季休業のお知らせ</title>
        <link>https://jayhoken.com/info/6365826</link>
        <description>&lt;!DOCTYPE html&gt;
&lt;html lang=&quot;ja&quot;&gt;
&lt;head&gt;
    &lt;meta charset=&quot;UTF-8&quot;&gt;
    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
    &lt;title&gt;夏季休業のお知らせ - 株式会社ジェイ保険サービス&lt;/title&gt;
    &lt;style&gt;
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;メイリオ&#039;, Meiryo, sans-serif;
            line-height: 1.7;
            background: #f5f7fa;
            min-height: 100vh;
            color: #333;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            box-shadow: 0 4px 20px rgba(25, 42, 86, 0.1);
            min-height: 100vh;
        }

        .header {
            background: linear-gradient(135deg, #1a2a56 0%, #2d4a7a 100%);
            color: white;
            padding: 50px 40px;
            position: relative;
            overflow: hidden;
        }

        .header h1 {
            font-size: 2.2rem;
            margin-bottom: 15px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        .date-badge {
            display: inline-block;
            background: rgba(255,255,255,0.15);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 1rem;
            position: relative;
            z-index: 1;
        }

        .content {
            padding: 50px 40px;
        }

        .greeting {
            margin-bottom: 40px;
            color: #1a2a56;
            font-size: 1.1rem;
            background: #f8f9fb;
            padding: 25px;
            border-radius: 8px;
            border-left: 4px solid #1a2a56;
        }

        .holiday-notice {
            background: linear-gradient(135deg, #1a2a56 0%, #2d4a7a 100%);
            color: white;
            border-radius: 12px;
            padding: 40px;
            margin: 40px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .holiday-notice::before {
            content: &#039;🏖️&#039;;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            opacity: 0.3;
        }

        .holiday-title {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            letter-spacing: 1px;
        }

        .holiday-dates {
            font-size: 2rem;
            font-weight: bold;
            background: rgba(255,255,255,0.15);
            padding: 20px;
            border-radius: 8px;
            margin: 20px 0;
            border: 2px solid rgba(255,255,255,0.2);
        }

        .resume-section {
            background: #e8f4fd;
            border-radius: 12px;
            padding: 30px;
            margin: 30px 0;
            border: 2px solid #b3d9f2;
            position: relative;
        }

        .resume-section::before {
            content: &#039;✅&#039;;
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 1.5rem;
        }

        .resume-section h3 {
            color: #1a2a56;
            font-size: 1.3rem;
            margin-bottom: 15px;
            font-weight: 600;
        }

        .resume-date {
            font-size: 1.4rem;
            color: #2563eb;
            font-weight: bold;
        }

        .inquiry-info {
            background: #fff9e6;
            border: 2px solid #ffd700;
            border-radius: 12px;
            padding: 25px;
            margin: 30px 0;
            color: #1a2a56;
        }

        .emergency-section {
            background: white;
            border: 2px solid #1a2a56;
            border-radius: 12px;
            padding: 35px;
            margin: 40px 0;
        }

        .emergency-title {
            color: #1a2a56;
            font-size: 1.4rem;
            margin-bottom: 20px;
            font-weight: 600;
            display: flex;
            align-items: center;
        }

        .emergency-title::before {
            content: &#039;🚨&#039;;
            margin-right: 12px;
            font-size: 1.5rem;
        }

        .emergency-description {
            color: #555;
            margin-bottom: 30px;
            font-size: 1.1rem;
        }

        .insurance-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }

        .insurance-card {
            background: #f8f9fb;
            border: 2px solid #e1e8ed;
            border-radius: 10px;
            padding: 20px;
            text-decoration: none;
            color: inherit;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .insurance-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .insurance-card.sompo {
            border-color: #e60012;
            background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%);
        }

        .insurance-card.sompo:hover {
            border-color: #c50010;
            box-shadow: 0 8px 25px rgba(230, 0, 18, 0.25);
        }

        .insurance-card.sompo::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #e60012;
        }

        .insurance-card.sompo-himawari {
            border-color: #ff9500;
            background: linear-gradient(135deg, #fffaf0 0%, #ffedd5 100%);
        }

        .insurance-card.sompo-himawari:hover {
            border-color: #e6840d;
            box-shadow: 0 8px 25px rgba(255, 149, 0, 0.25);
        }

        .insurance-card.sompo-himawari::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #ff9500;
        }

        .insurance-card.daiichi {
            border-color: #003d82;
            background: linear-gradient(135deg, #f0f6ff 0%, #e6f1ff 100%);
        }

        .insurance-card.daiichi:hover {
            border-color: #002f6b;
            box-shadow: 0 8px 25px rgba(0, 61, 130, 0.25);
        }

        .insurance-card.daiichi::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #003d82;
        }

        .insurance-card.metlife {
            border-color: #0074d9;
            background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
        }

        .insurance-card.metlife:hover {
            border-color: #0056b3;
            box-shadow: 0 8px 25px rgba(0, 116, 217, 0.25);
        }

        .insurance-card.metlife::before {
            content: &#039;&#039;;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: #0074d9;
        }

        .insurance-name {
            font-size: 1.1rem;
            font-weight: 600;
            color: #1a2a56;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .insurance-name::before {
            content: &#039;🏢&#039;;
            margin-right: 8px;
        }

        .insurance-service {
            color: #666;
            font-size: 0.95rem;
        }

        .footer {
            background: #1a2a56;
            color: white;
            text-align: center;
            padding: 30px 40px;
            font-size: 1rem;
        }

        .footer-company {
            font-weight: 600;
            font-size: 1.1rem;
        }

        /* レスポンシブデザイン */
        @media (max-width: 768px) {
            .header, .content, .footer {
                padding-left: 20px;
                padding-right: 20px;
            }

            .header h1 {
                font-size: 1.8rem;
            }

            .holiday-dates {
                font-size: 1.5rem;
            }

            .insurance-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .header, .content, .footer {
                padding-left: 15px;
                padding-right: 15px;
            }

            .header {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .content {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .header h1 {
                font-size: 1.5rem;
            }

            .holiday-dates {
                font-size: 1.3rem;
                padding: 15px;
            }

            .holiday-notice, .resume-section, .emergency-section {
                padding: 25px 20px;
            }
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;div class=&quot;container&quot;&gt;
        &lt;div class=&quot;header&quot;&gt;
            &lt;h1&gt;夏季休業のお知らせ&lt;/h1&gt;
            &lt;div class=&quot;date-badge&quot;&gt;2025年7月25日&lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;content&quot;&gt;
            &lt;div class=&quot;greeting&quot;&gt;
                平素は格別のご高配を賜り厚くお礼申し上げます。&lt;br&gt;
                株式会社ジェイ保険サービスでは、下記の期間を夏季休業とさせて頂きますのでご案内申し上げます。
            &lt;/div&gt;

            &lt;div class=&quot;holiday-notice&quot;&gt;
                &lt;div class=&quot;holiday-title&quot;&gt;夏季休業期間&lt;/div&gt;
                &lt;div class=&quot;holiday-dates&quot;&gt;8月9日（土）～ 8月17日（日）&lt;/div&gt;
                &lt;div style=&quot;margin-top: 15px; font-size: 1rem; opacity: 0.9;&quot;&gt;2025年&lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;resume-section&quot;&gt;
                &lt;h3&gt;営業再開日&lt;/h3&gt;
                &lt;div class=&quot;resume-date&quot;&gt;2025年8月18日（月）9:00より営業開始&lt;/div&gt;
            &lt;/div&gt;

            &lt;div class=&quot;inquiry-info&quot;&gt;
                &lt;strong&gt;📧 お問い合わせについて&lt;/strong&gt;&lt;br&gt;
                休業期間中のホームページからのお問い合わせにつきましても、2025年8月18日（月）9:00より順次ご連絡させて頂きます。
            &lt;/div&gt;

            &lt;div class=&quot;emergency-section&quot;&gt;
                &lt;div class=&quot;emergency-title&quot;&gt;夏季休業中の緊急時対応&lt;/div&gt;
                &lt;div class=&quot;emergency-description&quot;&gt;
                    夏季休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。
                &lt;/div&gt;
                
                &lt;div class=&quot;insurance-grid&quot;&gt;
                    &lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; class=&quot;insurance-card sompo&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;損保ジャパン&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;事故受付・契約者さま専用サイト&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.himawari-life.co.jp/customer/seikyu/&quot; class=&quot;insurance-card sompo-himawari&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;SOMPOひまわり生命&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;給付金・保険金のご請求&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.dai-ichi-life.co.jp/contractor/claim/index.html&quot; class=&quot;insurance-card daiichi&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;第一生命&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;保険金・給付金のご請求&lt;/div&gt;
                    &lt;/a&gt;
                    
                    &lt;a href=&quot;https://www.metlife.co.jp/&quot; class=&quot;insurance-card metlife&quot; target=&quot;_blank&quot;&gt;
                        &lt;div class=&quot;insurance-name&quot;&gt;メットライフ生命保険株式会社&lt;/div&gt;
                        &lt;div class=&quot;insurance-service&quot;&gt;保険金・給付金お支払い手続き&lt;/div&gt;
                    &lt;/a&gt;
                &lt;/div&gt;
            &lt;/div&gt;
        &lt;/div&gt;

        &lt;div class=&quot;footer&quot;&gt;
            &lt;div class=&quot;footer-company&quot;&gt;株式会社ジェイ保険サービス&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6153756">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-26T15:27:00+09:00</dc:date>
        <title>社会貢献活動を実施いたしました</title>
        <link>https://jayhoken.com/info/6153756</link>
        <description>&lt;p&gt;社会貢献活動として、2月22日に障害者支援施設の窓ガラス清掃を実施いたしました。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/250226153831-67beb6e7ac3a1.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/250226153831-67beb6e7ac3a1_l.jpg&quot; alt=&quot;IMG_0014.jpg&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/250226153825-67beb6e19f7ef.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/250226153825-67beb6e19f7ef_l.jpg&quot; alt=&quot;IMG_0020.jpg&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/250226153817-67beb6d901213.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/250226153817-67beb6d901213_l.jpg&quot; alt=&quot;IMG_0035.JPG&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/250226153806-67beb6ce8d8a6.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/250226153806-67beb6ce8d8a6_l.jpg&quot; alt=&quot;IMG_0034.JPG&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/58082/250226153548-67beb644d81b3_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6103997">
        <dc:format>text/html</dc:format>
        <dc:date>2025-01-22T11:38:00+09:00</dc:date>
        <title>フードバンク活動に参加いたしました</title>
        <link>https://jayhoken.com/info/6103997</link>
        <description>&lt;p&gt;フードバンク活動とは、企業やご家庭においてまだ賞味期限はあるけれど、様々な理由により捨ててしまう食べ物を寄付していただきその食品を困窮者へ無償で提供する活動です。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ご家庭においては、好みでなかったり食べる予定の無い貰いものや、余ってしまったもの等を。企業においては、印字ミスやケース破損等で中身が食べられるのにも関わらず、捨てざるを得ないもの等を。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;捨てられてしまう、まだ食べられる食べ物を食べ物が欲しい、困っている誰かへ私たちは食品を通じて人から人へ、寄付と提供の架け橋となります。&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/58082/250122114207-67905aff7c44c_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6054343">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-18T11:15:00+09:00</dc:date>
        <title>年末年始休業のお知らせ</title>
        <link>https://jayhoken.com/info/6054343</link>
        <description>&lt;header style=&quot;margin: 0px 0px 20px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;margin: 18px 0px 9px; padding: 0px; outline: 0px; font-size: 27px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1;&quot;&gt;年末年始休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;margin: 9px 0px; padding: 0px; outline: 0px; font-size: 12px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;2024&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;年12&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;月18日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box; line-height: 1.8; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を年末年始休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間　2024年12月28日（土）～2025年1月5日（日）&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;※2024年12月27日（金）は12:00までの営業となります。&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;2025年1月6日（月）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2025年1月6日（月）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;なお、年末年始休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;margin: 0px; padding: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; text-decoration-line: none; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; text-size-adjust: 100%; box-sizing: border-box; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; letter-spacing: 1px;&quot;&gt;■SOMPOひまわり生命：&lt;/span&gt;&lt;span color=&quot;#4f4f4f&quot; face=&quot;a-otf ud 新ゴ pr6 r, a-otf ud shin go pr6 r, hiragino kaku gothic pron, meiryo, helvetica neue, helvetica, helvetica, arial, sans-serif&quot; style=&quot;color: #000000; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; font-size: 10pt;&quot;&gt;&lt;span style=&quot;letter-spacing: 1px;&quot;&gt;https://www.himawari-life.co.jp/customer/seikyu/&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; letter-spacing: 1px;&quot;&gt;■第一生命：&lt;/span&gt;&lt;span color=&quot;#4f4f4f&quot; face=&quot;a-otf ud 新ゴ pr6 r, a-otf ud shin go pr6 r, hiragino kaku gothic pron, meiryo, helvetica neue, helvetica, helvetica, arial, sans-serif&quot; style=&quot;color: #000000; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; font-size: 10pt;&quot;&gt;&lt;span style=&quot;letter-spacing: 1px;&quot;&gt;https://www.dai-ichi-life.co.jp/contractor/claim/index.html&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; letter-spacing: 1px;&quot;&gt;■メットライフ生命：&lt;/span&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;https://www.metlife.co.jp/customer/procedures/payment/&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6042790">
        <dc:format>text/html</dc:format>
        <dc:date>2024-11-01T15:30:00+09:00</dc:date>
        <title>2024年11月自転車の「ながらスマホ」が罰則強化！「酒気帯び運転」は新たに罰則対象に！</title>
        <link>https://jayhoken.com/info/6042790</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #191919; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; font-size: 16px; letter-spacing: 1.008px;&quot;&gt;道路交通法が改正され、&lt;/span&gt;&lt;strong class=&quot;js-penColor yellowLine inview&quot; style=&quot;padding: 2px 6px; margin: 0px 1px; vertical-align: baseline; position: relative; display: inline; font-size: 16px; background-image: linear-gradient(transparent 60%, #f7ef35 60%); background-repeat: no-repeat; background-position: left bottom; background-size: 100% 100%; transition: 1s ease-in-out; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; letter-spacing: 1.008px; scroll-behavior: auto !important;&quot;&gt;令和6年（2024年）11月から自転車運転中にスマートフォン等を使用する「ながら運転」（「ながらスマホ」）の罰則が強化&lt;/strong&gt;&lt;span style=&quot;color: #191919; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; font-size: 16px; letter-spacing: 1.008px;&quot;&gt;され、また、&lt;/span&gt;&lt;strong class=&quot;js-penColor yellowLine inview&quot; style=&quot;padding: 2px 6px; margin: 0px 1px; vertical-align: baseline; position: relative; display: inline; font-size: 16px; background-image: linear-gradient(transparent 60%, #f7ef35 60%); background-repeat: no-repeat; background-position: left bottom; background-size: 100% 100%; transition: 1s ease-in-out; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; letter-spacing: 1.008px; scroll-behavior: auto !important;&quot;&gt;「自転車の酒気帯び運転」が新たに罰則の対象&lt;/strong&gt;&lt;span style=&quot;color: #191919; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; font-size: 16px; letter-spacing: 1.008px;&quot;&gt;とされました。自転車の酒気帯び運転に関しては、運転をした本人はもちろん、酒気帯び運転をするおそれがある者に対し酒類を提供した者等、酒気帯び運転をほう助した者にも罰則が科されます。自転車による事故から自分自身や周囲の人を守るために、改めて自転車の運転に関するルールを確認しておきましょう。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.gov-online.go.jp/article/202410/entry-6604.html&quot;&gt;2024年11月自転車の「ながらスマホ」が罰則強化！「酒気帯び運転」は新たに罰則対象に！ | 政府広報オンライン&lt;/a&gt;&lt;span style=&quot;color: #191919; font-family: &#039;BIZ UDGothic&#039;, &#039;Helvetica Neue&#039;, Arial, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;Hiragino Sans&#039;, Meiryo, sans-serif; font-size: 16px; letter-spacing: 1.008px;&quot;&gt;&lt;/span&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5939768">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-01T15:00:00+09:00</dc:date>
        <title>本社事務所移転のお知らせ</title>
        <link>https://jayhoken.com/info/5939768</link>
        <description>&lt;p style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; font-family: Roboto, Arial, &#039;Noto Sans Japanese&#039;, メイリオ, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;平素は格別のご高配を賜り厚く御礼申し上げます。&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px; padding: 0px; font-family: Roboto, Arial, &#039;Noto Sans Japanese&#039;, メイリオ, sans-serif; font-size: medium;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;この度弊社は令和6年10月17日（木）より下記住所に本社を移転することになりました。&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-family: Roboto, Arial, &#039;Noto Sans Japanese&#039;, メイリオ, sans-serif; font-size: 12pt;&quot;&gt;今後とも、サービスのさらなる向上をめざして努力してまいりますので、一層のお引立てを賜りますよう宜しくお願い申し上げます。&lt;/span&gt;&lt;span style=&quot;font-size: 8pt;&quot;&gt;　　　　　　　　　　　　　　　　　　　&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 8.0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;令和&lt;span lang=&quot;EN-US&quot;&gt;6&lt;/span&gt;年&lt;span lang=&quot;EN-US&quot;&gt;9&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;30&lt;/span&gt;日&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 8.0pt;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align: center; line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 8.0pt;&quot;&gt;代表取締役会長&lt;/span&gt;&lt;span style=&quot;font-size: 9.0pt;&quot;&gt;　&lt;span style=&quot;letter-spacing: 1.1pt; font-size: 12pt;&quot;&gt;佐藤 義幸&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align: center; line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 8.0pt;&quot;&gt;代表取締役社長&lt;/span&gt;&lt;span style=&quot;font-size: 9.0pt;&quot;&gt;　&lt;span style=&quot;font-size: 12pt;&quot;&gt;八津尾 佳秀&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 8.0pt; mso-line-height-rule: exactly;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;【&lt;span style=&quot;letter-spacing: 8.0pt; mso-font-kerning: 0pt;&quot;&gt;本社&lt;/span&gt;】&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span style=&quot;letter-spacing: 1.3pt;&quot;&gt;新所在地&lt;/span&gt;：〒&lt;span lang=&quot;EN-US&quot;&gt;976-0013&lt;/span&gt;福島県相馬市小泉字根岸&lt;span lang=&quot;EN-US&quot;&gt;779&lt;/span&gt;－&lt;span lang=&quot;EN-US&quot;&gt;4&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span style=&quot;letter-spacing: 1.3pt;&quot;&gt;電話番号&lt;/span&gt;：&lt;span lang=&quot;EN-US&quot;&gt;0244-36-7020&lt;/span&gt;　&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;letter-spacing: 12.05pt;&quot;&gt;FAX&lt;/span&gt;：&lt;span lang=&quot;EN-US&quot;&gt;0244-36-7060&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;営業開始日：令和&lt;span lang=&quot;EN-US&quot;&gt;6&lt;/span&gt;年&lt;span lang=&quot;EN-US&quot;&gt;10&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;17&lt;/span&gt;日&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;木&lt;span lang=&quot;EN-US&quot;&gt;)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;※事務所移転に伴い、&lt;span lang=&quot;EN-US&quot;&gt;10&lt;/span&gt;月&lt;span lang=&quot;EN-US&quot;&gt;16&lt;/span&gt;日&lt;span lang=&quot;EN-US&quot;&gt;(&lt;/span&gt;水&lt;span lang=&quot;EN-US&quot;&gt;)&lt;/span&gt;は電話、&lt;span lang=&quot;EN-US&quot;&gt;FAX&lt;/span&gt;が不通となります。ご迷惑をおかけしますが、緊急のご用件は、各営業担当者の携帯電話または南相馬店へご連絡いただきますようお願い申し上げます。&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;【南相馬店】&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;&lt;span style=&quot;letter-spacing: 1.3pt;&quot;&gt;電話番号&lt;/span&gt;：&lt;span lang=&quot;EN-US&quot;&gt;0244-23-1011&lt;/span&gt;　&lt;span lang=&quot;EN-US&quot;&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=&quot;MsoNormal&quot; style=&quot;line-height: 12.0pt; mso-line-height-rule: exactly;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size: 12pt; letter-spacing: 12.05pt;&quot;&gt;FAX&lt;/span&gt;&lt;span style=&quot;font-size: 8.0pt;&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;：&lt;/span&gt;&lt;span lang=&quot;EN-US&quot;&gt;&lt;span style=&quot;font-size: 12pt;&quot;&gt;0244-23-1013&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/6042739">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-01T15:12:00+09:00</dc:date>
        <title>ロードサービス業者との料金トラブルにご注意ください</title>
        <link>https://jayhoken.com/info/6042739</link>
        <description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/241209151135-67568a17c7412.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/241209151135-67568a17c7412.jpg&quot; alt=&quot;損保協会ロードサービスチラシ_page-0001.jpg&quot; width=&quot;100%&quot; height=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5818695">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-11T16:11:00+09:00</dc:date>
        <title>2024年夏季休業のお知らせ</title>
        <link>https://jayhoken.com/info/5818695</link>
        <description>&lt;header style=&quot;margin: 0px 0px 20px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;margin: 18px 0px 9px; padding: 0px; outline: 0px; font-size: 27px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1;&quot;&gt;夏季休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;margin: 9px 0px; padding: 0px; outline: 0px; font-size: 12px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;2024&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;年7&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;月11日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box; line-height: 1.8; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を夏季休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間　2024年8月13日（火）～2024年8月16日（金）&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;2024年8月19日（月）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2024年8月19日（月）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;なお、夏季休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;margin: 0px; padding: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; text-decoration-line: none; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; text-size-adjust: 100%; box-sizing: border-box; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5794009">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-26T10:48:00+09:00</dc:date>
        <title>脅威を増すサイバー攻撃について</title>
        <link>https://jayhoken.com/info/5794009</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/240626105116-667b741480752.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/240626105116-667b741480752.png&quot; alt=&quot;サイバー①.png&quot; width=&quot;100%&quot; height=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/240626105130-667b7422ce218.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/240626105130-667b7422ce218.png&quot; alt=&quot;サイバー②.png&quot; width=&quot;100%&quot; height=&quot;100%&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5501911">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-21T12:22:00+09:00</dc:date>
        <title>年末年始休業のお知らせ</title>
        <link>https://jayhoken.com/info/5501911</link>
        <description>&lt;header style=&quot;margin: 0px 0px 20px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;margin: 18px 0px 9px; padding: 0px; outline: 0px; font-size: 27px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1;&quot;&gt;年末年始休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;margin: 9px 0px; padding: 0px; outline: 0px; font-size: 12px; background: transparent; box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;2023&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;年12&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; color: #000000;&quot;&gt;月21日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box; line-height: 1.8; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を年末年始休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間　2023年12月29日（金）～2024年1月4日（木）&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 9px; padding: 0px; outline: 0px; background: transparent; box-sizing: border-box;&quot;&gt;&lt;strong style=&quot;margin: 0px; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;※2023年12月28日（木）は12:00までの営業となります。&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; letter-spacing: 1px; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;2024年1月5日（金）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2024年1月5日（金）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 1.5em; padding: 0px; outline: 0px; background: transparent; text-size-adjust: 100%; box-sizing: border-box; border: 0px; vertical-align: baseline;&quot;&gt;なお、年末年始休業中の事故対応に関しましては、各営業担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 16px; background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; color: #4f4f4f; font-family: &#039;a-otf ud 新ゴ pr6 r&#039;, &#039;a-otf ud shin go pr6 r&#039;, &#039;hiragino kaku gothic pron&#039;, meiryo, &#039;helvetica neue&#039;, helvetica, helvetica, arial, sans-serif; letter-spacing: 1px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; outline: 0px; font-size: 14px; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;margin: 0px; padding: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; text-decoration-line: none; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; text-size-adjust: 100%; box-sizing: border-box; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5501882">
        <dc:format>text/html</dc:format>
        <dc:date>2023-12-21T12:09:00+09:00</dc:date>
        <title>冬の災害・事故に備えて</title>
        <link>https://jayhoken.com/info/5501882</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/231221120828-6583ac2cf18c7.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/231221120828-6583ac2cf18c7.png&quot; alt=&quot;冬の事故1.png&quot; width=&quot;706&quot; height=&quot;1000&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/231221120841-6583ac39d6611.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/231221120841-6583ac39d6611.png&quot; alt=&quot;冬の事故2.png&quot; width=&quot;705&quot; height=&quot;1000&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5354048">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-20T15:28:00+09:00</dc:date>
        <title>自然災害リスクと対策</title>
        <link>https://jayhoken.com/info/5354048</link>
        <description>&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, Arial, sans-serif; font-size: 14px;&quot;&gt;令和５年台風第13号により被害を受けられました皆さまに、心からお見舞い申し上げます。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, Arial, sans-serif; font-size: 14px;&quot;&gt;福島県は、前線・低気圧・台風などの影響により、大雨が降りやすい地域です。河川の氾濫により落橋が相次ぐなど、大きな被害が発生した例もあり、警戒が必要です。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: #333333; font-family: &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, Arial, sans-serif; font-size: 14px;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/230920154351-650a94a705e99.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/230920154351-650a94a705e99.png&quot; alt=&quot;自然災害チラシ1.png&quot; width=&quot;713&quot; height=&quot;1023&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/230920154359-650a94afc1cc0.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/230920154359-650a94afc1cc0.png&quot; alt=&quot;自然災害チラシ2.png&quot; width=&quot;712&quot; height=&quot;1021&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/230920154351-650a94a705e99.png&quot; target=&quot;_blank&quot;&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5260105">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-21T10:32:00+09:00</dc:date>
        <title>2023年夏季休業のお知らせ</title>
        <link>https://jayhoken.com/info/5260105</link>
        <description>&lt;header style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;夏季休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339; margin-top: 9px; margin-bottom: 9px; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;2023&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;年7&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;月21日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; border-color: #129044 initial initial initial; border-style: solid initial initial initial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;box-sizing: border-box; line-height: 1.8; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を夏季休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&lt;strong style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;&quot;&gt;休業期間　2023年8月11日（金）～2023年8月16日（水）&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;2023年8月17日（木）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2023年8月17日（木）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;なお、夏季休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;background: transparent; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: baseline; color: #333333; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;&lt;/h2&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5270122">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-07T16:24:00+09:00</dc:date>
        <title>「ＴＨＥ カラダの保険」お役立ちニュース</title>
        <link>https://jayhoken.com/info/5270122</link>
        <description>&lt;p&gt;&lt;span&gt;今年は、全国で厳しい暑さが続いています。&lt;/span&gt;&lt;br /&gt;&lt;span&gt;屋外活動やレジャーの機会が増える時期になり、新型コロナウイルスの予防に加えて熱中症対策も必要です。&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&lt;span&gt;暑さが強くなる小暑（７月７日ごろ）から暑中見舞いの時期となりますが、
「ＴＨＥ カラダの保険」のすべてのプランでセット可能な&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span&gt;&lt;strong&gt;「熱中症特約」&lt;/strong&gt;&lt;/span&gt;がオススメです！&lt;br /&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;p class=&quot;pdf&quot;&gt;&lt;img src=&quot;https://goope.jp/img/icon/pdf/pdficon_16.png&quot; width=&quot;16&quot; height=&quot;16&quot; alt=&quot;pdf&quot; /&gt; &lt;a href=&quot;https://cdn.goope.jp/58082/230727163145-64c21d61e3d80.pdf&quot; target=&quot;_blank&quot;&gt;熱中症特約のご案内.pdf&lt;/a&gt; &lt;span&gt;(1.27MB)&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/pre&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/5247281">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-25T14:52:00+09:00</dc:date>
        <title>ISO9001認証更新</title>
        <link>https://jayhoken.com/info/5247281</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/230712144924-64ae3ee4ea55d.png&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/230712144924-64ae3ee4ea55d.png&quot; alt=&quot;ISO登録証.png&quot; width=&quot;1041&quot; height=&quot;1475&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4917681">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-12T16:42:00+09:00</dc:date>
        <title>フードバンク活動に参加いたしました</title>
        <link>https://jayhoken.com/info/4917681</link>
        <description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 2em; padding: 0px; border: 0px; outline: 0px; font-size: larger; vertical-align: baseline; line-height: 2.4; font-family: Arial, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;フードバンク活動とは、企業やご家庭においてまだ賞味期限はあるけれど、様々な理由により捨ててしまう食べ物を寄付していただきその食品を困窮者へ無償で提供する活動です。&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 2em; padding: 0px; border: 0px; outline: 0px; font-size: larger; vertical-align: baseline; line-height: 2.4; font-family: Arial, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;ご家庭においては、好みでなかったり食べる予定の無い貰いものや、余ってしまったもの等を。企業においては、印字ミスやケース破損等で中身が食べられるのにも関わらず、捨てざるを得ないもの等を。&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px 0px 2em; padding: 0px; border: 0px; outline: 0px; font-size: larger; vertical-align: baseline; line-height: 2.4; font-family: Arial, &#039;ヒラギノ角ゴ ProN W3&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, メイリオ, Meiryo, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;捨てられてしまう、まだ食べられる食べ物を食べ物が欲しい、困っている誰かへ私たちは食品を通じて人から人へ、寄付と提供の架け橋となります。&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/221222163830-63a40976b35fb.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/221222163830-63a40976b35fb_l.jpg&quot; alt=&quot;フードバンク.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4886878">
        <dc:format>text/html</dc:format>
        <dc:date>2022-12-02T09:20:00+09:00</dc:date>
        <title>年末年始休業のお知らせ</title>
        <link>https://jayhoken.com/info/4886878</link>
        <description>&lt;header style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;年末年始休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339; margin-top: 9px; margin-bottom: 9px; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;2022&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;年12&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;月2日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; border-color: #129044 initial initial initial; border-style: solid initial initial initial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;box-sizing: border-box; line-height: 1.8; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を年末年始休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&lt;strong style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;&quot;&gt;休業期間　2022年12月29日（木）～2023年1月5日（木）&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&lt;strong style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;&quot;&gt;※2022年12月28日（水）は12:00までの営業となります。&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;2023年1月6日（金）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2023年1月6日（金）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;なお、年末年始休業中の事故対応に関しましては、各営業担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;background: transparent; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: baseline; color: #333333; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4917661">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-21T16:29:00+09:00</dc:date>
        <title>テレワーク総合ポータルサイトのリンクを追加しました</title>
        <link>https://jayhoken.com/info/4917661</link>
        <description>&lt;p&gt;&lt;a href=&quot;https://telework.mhlw.go.jp/&quot;&gt;テレワーク総合ポータル (mhlw.go.jp)&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4688342">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-04T09:01:00+09:00</dc:date>
        <title>2022年夏季休業のお知らせ</title>
        <link>https://jayhoken.com/info/4688342</link>
        <description>&lt;header style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;夏季休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339; margin-top: 9px; margin-bottom: 9px; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;2021&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;年8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;月11日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; border-color: #129044 initial initial initial; border-style: solid initial initial initial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;box-sizing: border-box; line-height: 1.8; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を夏季休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&lt;strong style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;&quot;&gt;休業期間　2022年8月11日（木）～2022年8月17日（水）&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;2022年8月18日（木）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2022年8月18日（木）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;なお、夏季休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;background: transparent; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: baseline; color: #333333; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;&lt;/h2&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4077957">
        <dc:format>text/html</dc:format>
        <dc:date>2021-08-11T12:09:00+09:00</dc:date>
        <title>2021年夏季休業のお知らせ</title>
        <link>https://jayhoken.com/info/4077957</link>
        <description>&lt;header style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 20px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;夏季休業のお知らせ&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339; margin-top: 9px; margin-bottom: 9px; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;2021&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;年8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;月11日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; border-color: #129044 initial initial initial; border-style: solid initial initial initial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;box-sizing: border-box; line-height: 1.8; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;平素は格別のご高配を賜り厚くお礼申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;株式会社ジェイ保険サービスでは、下記の期間を夏季休業とさせて頂きますのでご案内申し上げます。&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&lt;strong style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent;&quot;&gt;休業期間　2021年8月12日（木）～2021年8月16日（月）&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/header&gt;
&lt;div class=&quot;article_body&quot; style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 14px; vertical-align: baseline; background: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons;&quot;&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;2021年8月17日（火）9:00より営業を開始致します。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;休業期間中のホームページからのお問い合わせにつきましても2021年8月17日（火）9:00より順次ご連絡させて頂きます。&lt;/p&gt;
&lt;p style=&quot;text-size-adjust: 100%; box-sizing: border-box; margin: 0px 0px 1.5em; padding: 0px; border: 0px; outline: 0px; vertical-align: baseline; background: transparent; text-align: left;&quot;&gt;なお、夏季休業中の事故対応に関しましては、各担当者または弊社取引損保各社へ直接ご連絡をお願いします。&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span style=&quot;background-color: transparent; color: #333333; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px;&quot;&gt;■損保ジャパン：&lt;/span&gt;&lt;a href=&quot;https://www.sompo-japan.co.jp/covenanter/&quot; style=&quot;background: transparent; font-family: Meiryo, Verdana, &#039;ＭＳ Ｐゴシック&#039;, &#039;Hiragino Kaku Gothic ProN&#039;, &#039;ヒラギノ角ゴ ProN W3&#039;, Helvetica, sans-serif, icons; font-size: 14px; text-size-adjust: 100%; box-sizing: border-box; margin: 0px; padding: 0px; vertical-align: baseline; color: #333333; opacity: 1;&quot;&gt;https://www.sompo-japan.co.jp/covenanter/&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;&lt;/h2&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/3975309">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-15T15:29:00+09:00</dc:date>
        <title>新商品発売のお知らせ【UGOKU】</title>
        <link>https://jayhoken.com/info/3975309</link>
        <description>&lt;p&gt;２０２１年７月１日保険責任開始契約（６月1日申込開始）より、新たな保険「UGOKU」を販売開始します。&lt;br /&gt;本商品はマイカーを手放すお客さまが自動車保険に付帯していた個人賠償・弁護士費用などを手放した後でも加入することができる業界初の商品です。&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://idohoken.sompo-japan.co.jp/subscription/top_description?agent_cd=C4084000&amp;amp;qrcode_route_flg=0&quot; target=&quot;_blank&quot; title=&quot;UGOKU&quot;&gt;https://idohoken.sompo-japan.co.jp/subscription/top_description?agent_cd=C4084000&amp;amp;qrcode_route_flg=0&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;img src=&#039;https://cdn.goope.jp/58082/210615153634-60c84a72a4c09_m.jpg&#039; /&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/3481703">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-02T10:19:00+09:00</dc:date>
        <title>「事業継続力強化計画」に認定されました</title>
        <link>https://jayhoken.com/info/3481703</link>
        <description>&lt;h3 class=&quot;subtitle03&quot; style=&quot;margin: 0px 0px 20px; padding: 0px; font-size: 20px; width: 720px; height: 46px; background: url(&#039;../image/common/h3_bk.jpg&#039;) no-repeat; line-height: 36px; text-indent: 20px; color: #444444; overflow: hidden; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; color: #000000;&quot;&gt;「事業継続力強化計画」に認定されました&lt;/span&gt;&lt;/h3&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: medium;&quot;&gt;　「事業継続力強化計画」の認定制度とは&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: medium;&quot;&gt;中小企業が策定した防災・減災の事前対策に関す&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: medium;&quot;&gt;&amp;nbsp; &amp;nbsp;る計画を&lt;/span&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: medium;&quot;&gt;経済産業大臣が認定する制度です。&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&lt;span style=&quot;margin: 0px; padding: 0px; font-size: medium;&quot;&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/200902095822-5f4eee2eeb98f.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/200902095822-5f4eee2eeb98f_l.jpg&quot; alt=&quot;事業継続力強化計画 ロゴ.jpg&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin: 0px; padding: 0px; color: #333333; font-family: ���C���I, Meiryo, &#039;�l�r �o�S�V�b�N&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, Osaka, &#039;MS P Gothic&#039;, sans-serif; font-size: 12px;&quot;&gt;&amp;nbsp;&lt;a href=&quot;https://cdn.goope.jp/58082/200902101009-5f4ef0f101064.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/200902101009-5f4ef0f101064.jpg&quot; alt=&quot;DOC200902-202009020944561.jpg&quot; width=&quot;502&quot; height=&quot;711&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/4077952">
        <dc:format>text/html</dc:format>
        <dc:date>2020-04-01T12:05:00+09:00</dc:date>
        <title>新型コロナウイルスに対する弊社の対応について</title>
        <link>https://jayhoken.com/info/4077952</link>
        <description>&lt;h2 class=&quot;post-title&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #333333; margin-top: 18px; margin-bottom: 9px; font-size: 27px;&quot;&gt;新型コロナウイルスに対する弊社の対応について&lt;/h2&gt;
&lt;h6 class=&quot;text-green-dark&quot; style=&quot;box-sizing: border-box; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; font-weight: 500; line-height: 1.1; color: #137339; margin-top: 9px; margin-bottom: 9px; font-size: 12px;&quot;&gt;&lt;span style=&quot;color: #000000;&quot;&gt;2020年4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;月1日&lt;/span&gt;&lt;/h6&gt;
&lt;hr class=&quot;hr-green&quot; style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-width: 2px 0px 0px; border-image: initial; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial; border-color: #129044 initial initial initial; border-style: solid initial initial initial;&quot; /&gt;
&lt;div class=&quot;line-height-18&quot; style=&quot;box-sizing: border-box; line-height: 1.8; color: #333333; font-family: &#039;Mplus 1p&#039;, YuGothic, &#039;Yu Gothic&#039;, 游ゴシック, &#039;ヒラギノ角ゴ Pro W3&#039;, &#039;Hiragino Kaku Gothic Pro&#039;, メイリオ, Meiryo, &#039;Open Sans&#039;, Helvetica, Arial;&quot;&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: left;&quot;&gt;新型コロナウイルス感染症に罹患された皆さまおよび関係者の皆さまに、心よりお見舞い申し上げます。一日も早い収束と、皆さまのご健康を心からお祈り申し上げます。弊社では、新型コロナウイルスの感染拡大を受け、お客様と役職員全員の健康と安全を最優先に考え、以下の対応とさせていただきます。お客様にはご迷惑をおかけしますが、ご理解を賜りますようお願い申し上げます。&lt;/h4&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px;&quot;&gt;&lt;strong&gt;営業活動について&lt;/strong&gt;&lt;/h4&gt;
&lt;hr style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: initial; border-top-style: solid; border-top-color: #eeeeee;&quot; /&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px;&quot;&gt;お客様にご不安、ご不信感を与えないよう最大限配慮の上、以下通りの対応とさせていただきます。&lt;/h4&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: left;&quot;&gt;①マスク着用、アルコール消毒、アポイントなしでの訪問禁止、②お客様のご意向に従う、③お客様と面談を行う場合は「３つの密」が生じないように最大限配慮する、④電話やメール、WEB 会議などのツールを積極的に活用する、⑤接待、歓送迎会は当面中止する&lt;/h4&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;&lt;/strong&gt;&lt;/h4&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px;&quot;&gt;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;社内会議、出張等について&lt;/strong&gt;&lt;/h4&gt;
&lt;hr style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: initial; border-top-style: solid; border-top-color: #eeeeee;&quot; /&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: left;&quot;&gt;集合型の会議は極力行わず、WEB 会議で行います。マスクの着用、距離をおく、換気を行います。また、不要不急の出張は禁止といたします。&lt;/h4&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px;&quot;&gt;&amp;nbsp;&lt;strong style=&quot;box-sizing: border-box;&quot;&gt;職員の体調管理への配慮&lt;/strong&gt;&lt;/p&gt;
&lt;hr style=&quot;box-sizing: content-box; height: 0px; margin-top: 18px; margin-bottom: 18px; border-right: 0px; border-bottom: 0px; border-left: 0px; border-image: initial; border-top-style: solid; border-top-color: #eeeeee;&quot; /&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: left;&quot;&gt;勤務中、外出時のマスク着用、こまめな手洗い、アルコール消毒を実施します。37.5 度以上の発熱がある場合には出社を取りやめます。また少しでも体調不良を感じた場合、自己判断で行動せず会社に報告するよう健康管理及び指導を徹底します。&lt;/h4&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: left;&quot;&gt;今後もお客様と役職員全員の健康と安全を最優先に考えて、国や行政の方針に基づき迅速な対応し、感染拡大の防止とお客様へのサービス維持に努めてまいりますので、関係者の皆さまには何卒ご理解賜ります様お願い申し上げます。&lt;/h4&gt;
&lt;p style=&quot;box-sizing: border-box; margin: 0px 0px 9px; text-align: left;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;h4 style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px;&quot;&gt;&lt;/h4&gt;
&lt;h4 class=&quot;p1&quot; style=&quot;box-sizing: border-box; font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; margin-top: 9px; margin-bottom: 9px; font-size: 17px; text-align: right;&quot;&gt;　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　2020 年 4月1&lt;br /&gt;株式会社 ジェイ保険サービス&lt;br /&gt;代表取締役社⾧ 八津尾 佳秀&lt;/h4&gt;
&lt;/div&gt;</description>
    </item>
    <item rdf:about="https://jayhoken.com/info/3133786">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-14T15:58:00+09:00</dc:date>
        <title>ISO9001 認証取得</title>
        <link>https://jayhoken.com/info/3133786</link>
        <description>&lt;p&gt;ISO審査登録適合内容&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/201119132745-5fb5f4415fabc.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/201119132745-5fb5f4415fabc_l.jpg&quot; alt=&quot;200214160038-5e464596f4179.jpg&quot; width=&quot;539&quot; height=&quot;729&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://cdn.goope.jp/58082/200214095117-5e45ef05afc72.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://cdn.goope.jp/58082/200214095117-5e45ef05afc72_l.jpg&quot; alt=&quot;ＩＳＯ９００１認証取得しました。　２０２０年１月１７日&quot; width=&quot;535&quot; height=&quot;755&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
    </item>
</rdf:RDF>
