ADVERTISEMENT

【Edge】お気に入りエクスポートのHTMLからEdgeへ部分インポートする選択肢限定手順

【Edge】お気に入りエクスポートのHTMLからEdgeへ部分インポートする選択肢限定手順
🛡️ 超解決

Edgeでお気に入りをHTMLファイルにエクスポートしたものの、その中から必要なフォルダだけを再インポートしたいとお考えではないでしょうか。標準のインポート機能ではファイル全体を読み込むため、一部だけを取り込むことはできません。しかし、HTMLファイルをテキストエディタで編集することで、好きな部分だけをEdgeに取り込むことが可能です。この記事では、誰でも簡単に部分インポートを実現する具体的な手順を解説します。

【要点】お気に入りHTMLから必要な部分だけをEdgeにインポートする方法

  • HTMLファイルの編集: テキストエディタでHTMLを開き、不要な行を削除します。
  • 選択範囲の保存: 必要なフォルダとブックマークだけを含む新規HTMLファイルを作成します。
  • Edgeでのインポート: 編集したHTMLファイルを通常のインポート機能で読み込みます。

ADVERTISEMENT

部分インポートが標準でできない理由と仕組み

Edgeのブックマークインポート機能は、指定されたHTMLファイル内のすべてのブックマークエントリを解析し、内部データベースに取り込みます。このとき、ファイルの一部だけを選んで取り込むオプションは用意されていません。しかし、HTMLファイルは単なるテキスト文書であり、DLタグやDTタグといった構造タグでブックマークの階層が表現されています。この構造を理解していれば、不要な部分を削除したり、必要な部分だけを切り出したりすることが可能です。その結果、編集後のファイルをインポートすることで、あたかも部分インポートを行ったかのような結果を得られます。

特に、ブックマークのバックアップとしてエクスポートしたHTMLファイルは、多くの場合、すべてのフォルダとブックマークをツリー構造で含んでいます。その中から特定のフォルダだけを残して他の部分を削除すれば、そのフォルダだけをEdgeに取り込むことができます。この方法は、他のブラウザでも同様に応用できます。

お探しの解決策が見つからない場合は、こちらの「Microsoft Edgeトラブル完全解決データベース」で他のエラー原因や解決策をチェックしてみてください。

必要なフォルダだけを選んでインポートする手順

ここでは、お気に入りHTMLファイルをテキストエディタで編集し、Edgeに部分インポートする具体的な手順を説明します。作業はすべてWindows上の標準ツールで行えます。

  1. HTMLファイルをテキストエディタで開く
    エクスポートしたHTMLファイル(通常は「bookmarks_日付.html」など)を、メモ帳やVisual Studio Codeなどのテキストエディタで開きます。ファイルを右クリックし、「プログラムから開く」から選択できます。
  2. インポートしたいフォルダを特定する
    HTMLファイルの中には、ブックマークがDLタグで区切られたツリー構造で記述されています。インポートしたいフォルダの名前が記述されている部分を探します。通常は「

    フォルダ名

    」という形でフォルダ名が表示され、その後に「
    」と続き、子のブックマークやサブフォルダが並びます。
  3. 不要な部分を削除する
    インポートしたいフォルダの外側にある他のフォルダやブックマークの行をすべて削除します。削除する際は、開始タグと終了タグの対応を崩さないように注意してください。具体的には、残したいフォルダの最も外側のDLタグの外側の要素を削除します。ただし、ファイルの先頭にある「」タグや「」タグ、および最後の「</DL> <p style="line-height:1.8;margin-bottom:1em;">」など、HTMLファイルとして必要な部分はそのまま残します。</li> <li style="margin-bottom:14px;"><b>編集内容を確認する</b><br />削除後、HTMLの構造が正しいことを確認します。具体的には、すべての開始タグに対応する終了タグがあること、特にDLタグが正しく入れ子になっていることを確認します。簡易的な確認として、ブラウザで編集したHTMLファイルを開き、ツリーが正しく表示されるか見ると良いでしょう。</li> <li style="margin-bottom:14px;"><b>編集したファイルを保存する</b><br />編集が完了したら、新しいファイル名で保存します。元のファイルを上書きしないように注意してください。例えば「partial_bookmarks.html」などとします。</li> <li style="margin-bottom:14px;"><b>Edgeでインポートする</b><br />Edgeを開き、右上の「…」メニューから「設定」を選択します。左メニューの「お気に入り」をクリックし、「お気に入りのインポート」を選びます。表示された画面で「お気に入りまたはブックマークのHTMLファイル」を選択し、先ほど保存した編集済みHTMLファイルを指定します。すると、そのファイル内のブックマークだけがEdgeにインポートされます。</li> </ol> <h2><span id="i-3">編集時のよくあるミスと対処法</span></h2> <h3><span id="HTML">HTMLタグの対応が崩れる</span></h3> <p style="line-height:1.8;">不要な部分を削除する際、開始タグと終了タグの対応が合わなくなると、インポート時にエラーが発生するか、正しく読み込まれません。これを防ぐには、削除前に削除範囲のタグ構造をよく確認し、削除後もタグの対応が取れていることをチェックします。特にDLタグは入れ子になっていることが多いので、親子関係を維持しながら削除する必要があります。もしタグ対応が崩れた場合は、エディタのインデント表示を利用して構造を視覚化すると修正が容易です。</p> <h3><span id="i-4">フォルダ階層が保持されない</span></h3> <p style="line-height:1.8;">必要なフォルダを残す際に、その親フォルダも一緒に残さないと、Edgeにインポートしたときにフォルダの階層が変わったり、フォルダが存在しない状態でブックマークだけが並ぶことがあります。例えば、ルート直下のフォルダだけを残す場合、そのフォルダの外側にある「<DL>」と「</DL>」の範囲を正しく残す必要があります。基本的には、ルートのDL要素全体から不要な子DL要素を削除する形にすると、階層が保持されやすくなります。</p> <div class="ads-container" style="margin:40px 0;text-align:center;clear:both;min-height:280px;"><p style="color:#ccc;font-size:10px;margin:10px 0 5px;text-align:center;letter-spacing:0.1em;">ADVERTISEMENT</p><ins class="adsbygoogle" style="display:block;min-height:280px" data-ad-client="ca-pub-5468768222048023" data-ad-slot="6530300936" data-ad-format="auto" data-full-width-responsive="true"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </div><h2><span id="i-5">標準インポートと編集方式の比較</span></h2> <table style="width:100%;border-collapse:collapse;margin-bottom:1.5em;"> <thead> <tr> <th style="background-color:#f0f0f0;color:#333333;font-weight:bold;padding:10px 14px;border:1px solid #ccc;text-align:left;">項目</th> <th style="background-color:#f0f0f0;color:#333333;font-weight:bold;padding:10px 14px;border:1px solid #ccc;text-align:left;">標準インポート</th> <th style="background-color:#f0f0f0;color:#333333;font-weight:bold;padding:10px 14px;border:1px solid #ccc;text-align:left;">編集方式</th> </tr> </thead> <tbody> <tr> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">インポート範囲</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">ファイル内の全ブックマーク</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">選択した部分のみ</td> </tr> <tr> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">手間</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">ファイルを指定するだけ</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">HTML編集の知識が必要</td> </tr> <tr> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">リスク</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">特にありません</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">HTMLの破損リスクあり</td> </tr> <tr> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">応用性</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">単一ファイルの一括処理</td> <td style="padding:10px 14px;border:1px solid #ccc;background-color:#ffffff;color:#333333;vertical-align:top;line-height:1.7;">フォルダ単位の抽出が可能</td> </tr> </tbody> </table> <p style="line-height:1.8;margin-bottom:1em;">この方法を使えば、お気に入りHTMLファイルから必要な部分だけをEdgeに取り込むことができます。ファイル編集の手間はかかりますが、特定のフォルダだけを復元したい場合や、ブックマークを整理しながらインポートしたい場合に非常に便利です。また、同様のテクニックはFirefoxやChromeなど他のブラウザのブックマークインポートにも応用できます。ぜひ一度試してみてください。</p> <p><!-- howto-schema-v1 --><br /> <script type="application/ld+json">{"@context":"https://schema.org","@type":"HowTo","name":"お気に入りエクスポートのHTMLからEdgeへ部分インポートする選択肢限定手順","description":"Edgeでお気に入りをHTMLファイルにエクスポートしたものの、その中から必要なフォルダだけを再インポートしたいとお考えではないでしょうか。標準のインポート機能ではファイル全体を読み込むため、一部だけを取り込むことはできません。しかし、HTMLファイルをテキストエディタで編集することで、好きな部分だけをEdgeに取り込むことが可能です。この記事では、誰でも簡単に部分インポートを実現する具体的な手順を解説します。","step":[{"@type":"HowToStep","name":"HTMLファイルをテキストエディタで開くエクスポートしたHTMLファイル(通常は「bookmarks_日付","text":"HTMLファイルをテキストエディタで開くエクスポートしたHTMLファイル(通常は「bookmarks_日付.html」など)を、メモ帳やVisual Studio Codeなどのテキストエディタで開きます。ファイルを右クリックし、「プログラムから開く」から選択できます。"},{"@type":"HowToStep","name":"インポートしたいフォルダを特定するHTMLファイルの中には、ブックマークがDLタグで区切られたツリー構造で記述されていま","text":"インポートしたいフォルダを特定するHTMLファイルの中には、ブックマークがDLタグで区切られたツリー構造で記述されています。インポートしたいフォルダの名前が記述されている部分を探します。通常は「フォルダ名」という形でフォルダ名が表示され、その後に「」と続き、子のブックマークやサブフォルダが並びます。"},{"@type":"HowToStep","name":"不要な部分を削除するインポートしたいフォルダの外側にある他のフォルダやブックマークの行をすべて削除します","text":"不要な部分を削除するインポートしたいフォルダの外側にある他のフォルダやブックマークの行をすべて削除します。削除する際は、開始タグと終了タグの対応を崩さないように注意してください。具体的には、残したいフォルダの最も外側のDLタグの外側の要素を削除します。ただし、ファイルの先頭にある「」タグや「」タグ、および最後の「」など、HTMLファイルとして必要な部分はそのまま残します。"},{"@type":"HowToStep","name":"編集内容を確認する削除後、HTMLの構造が正しいことを確認します","text":"編集内容を確認する削除後、HTMLの構造が正しいことを確認します。具体的には、すべての開始タグに対応する終了タグがあること、特にDLタグが正しく入れ子になっていることを確認します。簡易的な確認として、ブラウザで編集したHTMLファイルを開き、ツリーが正しく表示されるか見ると良いでしょう。"},{"@type":"HowToStep","name":"編集したファイルを保存する編集が完了したら、新しいファイル名で保存します","text":"編集したファイルを保存する編集が完了したら、新しいファイル名で保存します。元のファイルを上書きしないように注意してください。例えば「partial_bookmarks.html」などとします。"},{"@type":"HowToStep","name":"EdgeでインポートするEdgeを開き、右上の「…」メニューから「設定」を選択します","text":"EdgeでインポートするEdgeを開き、右上の「…」メニューから「設定」を選択します。左メニューの「お気に入り」をクリックし、「お気に入りのインポート」を選びます。表示された画面で「お気に入りまたはブックマークのHTMLファイル」を選択し、先ほど保存した編集済みHTMLファイルを指定します。すると、そのファイル内のブックマークだけがEdgeにインポートされます。"}]}</script></p> <style> .edge-article-bottom-banner { display: block; background: linear-gradient(100deg, #0063b1 0%, #0078d4 100%); border-radius: 12px; padding: 20px; text-decoration: none !important; color: #fff !important; margin: 40px 0; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.1); } .edge-article-bottom-banner:hover { transform: translateY(-2px); filter: brightness(1.1); } .edge-bottom-content { display: flex; align-items: center; gap: 15px; } .edge-bottom-icon { font-size: 2.2rem; background: rgba(255,255,255,0.2); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 10px; flex-shrink: 0; } .edge-bottom-title { display: block; font-size: 1.2rem; font-weight: 800; margin-bottom: 3px; } .edge-bottom-desc { display: block; font-size: 0.85rem; opacity: 0.9; line-height: 1.4; } @media (max-width: 600px) { .edge-bottom-content { flex-direction: column; text-align: center; } .edge-bottom-icon { width: 50px; height: 50px; font-size: 1.8rem; } .edge-bottom-title { font-size: 1.1rem; } } </style> <a href="https://funshitsu.com/edge-kaiketsu/" class="edge-article-bottom-banner"> <div class="edge-bottom-content"> <div class="edge-bottom-icon">🧭</div> <div class="edge-bottom-text"> <span class="edge-bottom-title">Microsoft Edgeトラブル完全解決データベース</span> <span class="edge-bottom-desc">ページが開かない・パスワードが消えた・動作が重いなど、Edgeの困りごとを設定・仕組みから即解消。逆引きリファレンスとして活用してください。</span> </div> </div> </a><div class="ads-container" style="margin:40px 0;text-align:center;clear:both;min-height:280px;"><p style="color:#ccc;font-size:10px;margin:10px 0 5px;text-align:center;letter-spacing:0.1em;">ADVERTISEMENT</p><ins class="adsbygoogle" style="display:block;min-height:280px" data-ad-client="ca-pub-5468768222048023" data-ad-slot="2646896240" data-ad-format="auto" data-full-width-responsive="true"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </div> <div class="supervisor-box" style="margin-top: 50px; padding: 20px 25px 25px; background: #f8fafc; border-radius: 12px; border: 1px solid #e2e8f0;"> <div style="font-size: 1.2rem; font-weight: 800; margin: 0 0 25px 0; color: #0f172a; border-left: 5px solid #0056b3; padding: 5px 0 5px 15px; background: transparent; display: block; line-height: 1.2;">この記事の監修者</div> <div style="display: flex; align-items: flex-start; gap: 20px;"> <div style="font-size: 2.5rem; background: #fff; width: 70px; height: 70px; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 4px 6px rgba(0,0,0,0.05); flex-shrink: 0;">✍️</div> <div style="padding-top: 5px;"> <p style="font-weight: 800; font-size: 1.1rem; margin: 0 0 8px 0; color: #0f172a;">超解決 第一編集部</p> <p style="font-size: 0.95rem; line-height: 1.6; color: #475569; margin: 0;">疑問解決ポータル「超解決」の編集チーム。正確な検証と、現場視点での伝わりやすい解説を心がけています。</p> </div> </div> </div><div class="related-posts-section" style="margin-top: 50px; border-top: 2px solid #f1f5f9; padding-top: 30px;"><h3 style="font-size: 1.25rem; margin-bottom: 20px; color: #1e293b; display: flex; align-items: center;"><span id="i-6"><span style="background: #7fa2a1; color: white; padding: 4px 12px; border-radius: 4px; margin-right: 10px; font-size: 0.9rem;">解決</span> 関連記事でさらに詳しく</span></h3><ul style="list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px;"><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-popup-permission-group-policy-management/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">🛠️</span><span>【Edge】ポップアップ許可をグループポリシーで一括管理する手順</span></a></li><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-pdf-thumbnail-print-preview-hide-procedure/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">🔎</span><span>【Edge】PDFのサムネイルを印刷プレビューで非表示にする手順</span></a></li><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-addon-web-request-monitoring-developer-tools/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">🛠️</span><span>【Edge】アドオンのWebリクエスト監視をEdge開発者ツールで確認する手順と活用例</span></a></li><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-clear-browsing-data-on-exit-individual-selection/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">💡</span><span>【Edge】閲覧データをEdge終了時に自動削除する項目を個別選択する詳細設定手順</span></a></li><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-set-default-search-provider-to-google-on-new-tab/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">🔎</span><span>【Edge】新しいタブページの検索プロバイダーをEdge設定でGoogleに固定する方法</span></a></li><li style="background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; transition: all 0.3s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02); height: 100%;"><a href="https://funshitsu.com/edge-new-tab-news-category-filter/" style="display: flex; align-items: flex-start; padding: 15px; text-decoration: none; color: #334155; font-weight: bold; font-size: 0.95rem; line-height: 1.5; height: 100%;"><span style="margin-right: 10px; font-size: 1.1rem; flex-shrink: 0; padding-top: 2px;">⚡</span><span>【Edge】新しいタブの「今日のニュース」をEdgeで特定カテゴリだけ表示する手順</span></a></li></ul></div><div class="funshitsu-moneytizer-slot funshitsu-moneytizer-megabanner-bottom" aria-label="広告"><p class="funshitsu-moneytizer-label">ADVERTISEMENT</p><div id="141132-28"><script src="//ads.themoneytizer.com/s/gen.js?type=28"></script><script src="//ads.themoneytizer.com/s/requestform.js?siteId=141132&formatId=28"></script></div></div> <style> .custom-wpp-wrapper { margin-top: 10px !important; padding: 15px 20px 20px 20px !important; background: #f8fafc !important; border-radius: 12px !important; border: 1px solid #e2e8f0 !important; } .custom-wpp-title { font-size: 1.15rem !important; margin: -5px 0 10px 0 !important; padding: 0 0 0 12px !important; color: #334155 !important; border-left: 4px solid #7fa2a1 !important; line-height: 1.2 !important; font-weight: bold !important; } .custom-wpp-wrapper p, .custom-wpp-wrapper br { display: none !important; } .custom-wpp-list { padding: 0 !important; margin: 0 !important; list-style: none !important; counter-reset: wpp-ranking !important; } .custom-wpp-item { display: flex !important; align-items: center !important; border-bottom: 1px solid #edf2f7 !important; padding: 10px 0 !important; counter-increment: wpp-ranking !important; } .custom-wpp-item:last-child { border-bottom: none !important; } .custom-wpp-number { display: flex !important; align-items: center !important; justify-content: center !important; background: #7fa2a1 !important; color: #fff !important; width: 26px !important; height: 26px !important; min-width: 26px !important; border-radius: 50% !important; font-size: 11px !important; font-weight: bold !important; margin-right: 12px !important; flex-shrink: 0 !important; } .custom-wpp-number::before { content: counter(wpp-ranking); } .custom-wpp-link { text-decoration: none !important; color: #475569 !important; font-size: 0.95rem !important; font-weight: 500 !important; line-height: 1.4 !important; } </style><div class="custom-wpp-wrapper"><h3 class="custom-wpp-title"><span id="WindowsPC">Windows・PCの人気記事ランキング</span></h3><ul class="custom-wpp-list"> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/edge-start-page-google/" class="custom-wpp-link">【Edge】起動時や新しいタブを「Google」にする設定!ニュースを消してシンプルにする方法</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/fn-key-lock-fix/" class="custom-wpp-link">【直し方】F7でカタカナにならない!ファンクションキーが効かず音量などが変わる時のFnロック解除法</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-default-app-shortcut-white-icon-fix/" class="custom-wpp-link">【Windows】標準アプリのショートカットアイコンが白い紙になった時の情報の更新</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/gaming-services-install-error-fix/" class="custom-wpp-link">【Windows】「ゲーミングサービス」がインストールできない!Xboxアプリとの無限ループを脱出する修復コマンド</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-desktop-icons-white-blank-fix/" class="custom-wpp-link">【Windows】デスクトップのアイコンが「白い紙」になった!アイコンキャッシュを削除して元に戻すコマンド</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-auto-login-setup/" class="custom-wpp-link">【Windows】パスワードなしで起動!PIN入力を省略して自動ログイン(サインイン)させる設定手順</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/external-monitor-no-signal/" class="custom-wpp-link">【Windows】サブモニターが映らない!HDMIを挿しても「信号なし」になる時の認識・設定手順</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-dual-monitor-different-wallpapers-setup/" class="custom-wpp-link">【PC周辺】2台のモニターで壁紙を「別々」にする方法!Windows11での配置と調整</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-no-sound-fix/" class="custom-wpp-link">【Windows】音が出ない!スピーカーに×が付く・ミュート解除しても無音になる時の直し方5選</a> </li> <li class="custom-wpp-item"> <span class="custom-wpp-number"></span> <a href="https://funshitsu.com/windows-desktop-icons-green-check-onedrive-hide/" class="custom-wpp-link">【Windows】デスクトップアイコンの「緑のチェック」は何?OneDriveの同期マークを非表示にする方法</a> </li> </ul></div></div><footer class="p-entry__foot"> <div class="c-postMetas u-flex--aicw"> <div class="c-postTerms u-flex--aicw"> <div class="c-postTerms__item -category u-flex--aicw"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-folder c-postMetas__icon" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M15.2,8l3.6,3.6H35V32H5V8H15.2 M16.4,5H2v30h36V8.6H20L16.4,5L16.4,5z"/></svg> <a class="c-postTerms__link" href="https://funshitsu.com/category/digital-it/pc/" data-cat-id="32">Windows・PC</a> </div> <div class="c-postTerms__item -tag u-flex--aicw"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-tag c-postMetas__icon" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M9.3,8.3c-1.2,1.2-1.2,3.3,0,4.5c1.3,1.3,3.3,1.3,4.5,0s1.3-3.3,0-4.5C12.6,7.1,10.5,7.1,9.3,8.3z"/> <path d="M20.9,2l-0.3-0.3l-17.9,0l0,17.9l18.6,18.6l18-18L20.9,2z M5.4,4.5l14.1,0l15.9,15.9L21.3,34.4L5.5,18.5L5.4,4.5z"/></svg> <a class="c-postTerms__link" href="https://funshitsu.com/tag/edge-data/" data-tag-id="444">Edge:パスワード・Cookie・履歴</a> <a class="c-postTerms__link" href="https://funshitsu.com/tag/edge/" data-tag-id="440">Microsoft Edge</a> </div> </div> </div> <ul class="c-pnNav"> <li class="c-pnNav__item -prev"> <a href="https://funshitsu.com/edge-family-password-sharing-setup/" rel="http://prev" class="c-pnNav__link u-flex--aic"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-chevron-left c-pnNav__svg" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M27,32l-2.1,2.1L11.1,20.3c-0.2-0.2-0.2-0.5,0-0.7L24.9,5.9L27,8L16,20L27,32z"/></svg><span class="c-pnNav__title">【Edge】パスワードを共有する「家族共有」をEdgeで設定してファミリーで安全に使う手順</span></a> </li> <li class="c-pnNav__item -next"> <a href="https://funshitsu.com/edge-password-profile-transfer/" rel="http://next" class="c-pnNav__link u-flex--aic"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-chevron-right c-pnNav__svg" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M13,8l2.1-2.1l13.8,13.8c0.2,0.2,0.2,0.5,0,0.7L15.1,34.1L13,32l11-12L13,8z"/></svg><span class="c-pnNav__title">【Edge】パスワードの「保存先プロファイル」をEdgeで切り替える同期間の引っ越し手順</span></a> </li> </ul> </footer> </article> </main> <aside id="sidebar" class="l-sidebar"> <div id="custom_html-4" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><style> /* ---- 障害まとめ:サイドバー専用カード ---- */ .sb-status-card { display: flex; align-items: center; background: #fff; border: 2px solid #ff512f; /* 速報カラー */ border-left: 6px solid #ff512f; border-radius: 8px; padding: 12px 12px; text-decoration: none !important; color: #333 !important; transition: all 0.2s ease; box-shadow: 0 3px 6px rgba(255, 81, 47, 0.15); } .sb-status-card:hover { transform: translateX(3px); background: #fff7f5; box-shadow: 0 5px 12px rgba(255, 81, 47, 0.25); } .sb-status-icon { font-size: 1.8em; margin-right: 12px; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1)); } .sb-status-info { flex: 1; } .sb-status-title { display: block; font-weight: bold; font-size: 0.93em; color: #0f172a; margin-bottom: 4px; line-height: 1.4; } .sb-status-desc { display: block; font-size: 0.75em; color: #64748b; line-height: 1.3; } .sb-status-badge { background: #ff512f; color: #fff; font-size: 0.65em; padding: 2px 6px; border-radius: 4px; margin-left: 6px; font-weight: bold; } </style> <a href="https://funshitsu.com/status/" class="sb-status-card"> <div class="sb-status-icon">⚠️</div> <div class="sb-status-info"> <span class="sb-status-title"> 【最新】通信・アプリ障害まとめ <span class="sb-status-badge">更新中</span> </span> <span class="sb-status-desc">リアルタイムで発生中の障害を即チェック</span> </div> </a> </div></div><div id="custom_html-9" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"> <div class="sb-sokuho-card"> <div class="sb-sokuho-header"> <span class="sb-sokuho-icon">🔴</span> <span class="sb-sokuho-h-text">速報・最新トラブル</span> </div> <ul class="sb-sokuho-list"> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/rakuten-mobile-outage-chiba-20260514/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">05.14</span> </span> <span class="sb-sokuho-text">【5/14 楽天モバイル 千葉県一部で障害発生】通信障害の現在の状況と公式情報の確認方法</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/docomo-outage-kyushu-okinawa-20260514/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">05.14</span> </span> <span class="sb-sokuho-text">【5/14 ドコモ 九州・沖縄で障害発生】通信障害の現在の状況と公式情報の確認方法</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/microsoft-365-admin-center-access-issue-may-2026/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">05.12</span> <span class="sb-sokuho-product sb-sokuho-product--teams">Teams</span> </span> <span class="sb-sokuho-text">【速報 2026年5月】Microsoft 365管理センターでアクセス障害発生!影響範囲と復旧確認の手順</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/cloudflare-service-disruption-may-2026/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">05.12</span> <span class="sb-sokuho-product sb-sokuho-product--edge">Edge</span> </span> <span class="sb-sokuho-text">【速報 2026年5月】Cloudflareで一部サービスに軽微な障害!Webアクセスへの影響と対処手順</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/windows-11-kb5083769-bitlocker-recovery-issue-202604/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">04.23</span> <span class="sb-sokuho-product sb-sokuho-product--win">Win</span> </span> <span class="sb-sokuho-text">【速報 2026年4月】Windows 11の更新プログラムKB5083769でBitLocker回復画面が表示される不具合</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/microsoft-365-admin-center-issue-202604/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">04.23</span> <span class="sb-sokuho-product sb-sokuho-product--teams">Teams</span> </span> <span class="sb-sokuho-text">【速報 2026年4月】Microsoft 365 Admin Centerで管理機能が正常に動作しない不具合</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/classic-outlook-crash-safe-mode-fix/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">04.22</span> <span class="sb-sokuho-product sb-sokuho-product--teams">Teams</span> </span> <span class="sb-sokuho-text">【速報 2026年3月】クラシックOutlookがクラッシュしてセーフモードで起動する不具合の原因と対処法</span> </a> </li> <li class="sb-sokuho-item"> <a href="https://funshitsu.com/edge-update-teams-paste-issue-workaround/"> <span class="sb-sokuho-meta"> <span class="sb-sokuho-time">04.22</span> <span class="sb-sokuho-product sb-sokuho-product--edge">Edge</span> </span> <span class="sb-sokuho-text">【速報 2026年4月】Edge更新後にTeamsの右クリック貼り付けが動作しなくなる不具合と回避策</span> </a> </li> </ul> </div> <style> .sb-sokuho-card { border: 2px solid #dc2626; border-radius: 8px; background: #fff; margin-bottom: 30px; overflow: hidden; } .sb-sokuho-header { display: flex; align-items: center; gap: 6px; background: #dc2626; color: #fff; padding: 8px 12px; font-weight: bold; font-size: 0.95em; } .sb-sokuho-icon { font-size: 0.9em; } .sb-sokuho-list { list-style: none; padding: 0; margin: 0; } .sb-sokuho-item { border-bottom: 1px solid #fee2e2; } .sb-sokuho-item:last-child { border-bottom: none; } .sb-sokuho-item a { display: block; padding: 10px 12px; color: #1a1a1a; text-decoration: none; font-size: 0.85em; line-height: 1.4; transition: background 0.15s; } .sb-sokuho-item a:hover { background: #fef2f2; color: #dc2626; } .sb-sokuho-meta { display: flex; gap: 5px; align-items: center; margin-bottom: 4px; } .sb-sokuho-time { font-size: 0.72em; font-weight: bold; color: #dc2626; background: #fef2f2; padding: 2px 6px; border-radius: 3px; white-space: nowrap; } .sb-sokuho-product { font-size: 0.68em; font-weight: bold; color: #fff; padding: 2px 6px; border-radius: 3px; white-space: nowrap; } .sb-sokuho-product--win { background: #0078d4; } .sb-sokuho-product--edge { background: #0078d4; } .sb-sokuho-product--copilot { background: #6264a7; } .sb-sokuho-product--excel { background: #166534; } .sb-sokuho-product--word { background: #2b579a; } .sb-sokuho-product--ppt { background: #d24726; } .sb-sokuho-product--teams { background: #4b53bc; } .sb-sokuho-product--pdf { background: #b7472a; } .sb-sokuho-product--iphone { background: #333; } .sb-sokuho-text { display: block; font-weight: 600; } </style> </div></div><div id="custom_html-8" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><style> /* サイドバー専用:解決データベースバナー */ .sb-db-list { display: grid; gap: 12px; font-family: "Helvetica Neue", Arial, sans-serif; margin-bottom: 30px; } .sb-db-card { display: flex; align-items: center; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 14px 12px; text-decoration: none !important; color: #333 !important; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.03); position: relative; } .sb-db-card:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08); } /* サービス別アクセントカラー */ .sb-db-excel { border-left: 5px solid #166534; } .sb-db-word { border-left: 5px solid #2b579a; } /* Word:ブルー */ .sb-db-teams { border-left: 5px solid #4b53bc; } .sb-db-tax { border-left: 5px solid #1a237e; } /* 確定申告:ネイビー */ .sb-db-facebook { border-left: 5px solid #1877F2; } .sb-db-sheets { border-left: 5px solid #0F9D58; } /* Sheets:Googleグリーン */ .sb-db-docs { border-left: 5px solid #4285F4; } /* Docs:Googleブルー */ .sb-db-zoom { border-left: 5px solid #2D8CFF; } /* Zoom:ブルー */ .sb-db-genai { border-left: 5px solid #7c3aed; } /* 生成AI:バイオレット */ .sb-db-iphone { border-left: 5px solid #007AFF; } /* iPhone:Apple Blue */ .sb-db-android { border-left: 5px solid #3DDC84; } /* Android:Droidグリーン */ .sb-db-lostfound-navi { border-left: 5px solid #0f766e; background: linear-gradient(120deg, #ecfdf5 0%, #f0f9ff 100%); } .sb-db-lostfound-hub { border-left: 5px solid #1e40af; } .sb-db-icon { font-size: 1.8em; margin-right: 15px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #f8fafc; border-radius: 6px; flex-shrink: 0; } .sb-db-info { flex: 1; } .sb-db-title { display: block; font-weight: 800; font-size: 0.9rem; color: #0f172a; margin-bottom: 2px; line-height: 1.3; } .sb-db-desc { display: block; font-size: 0.7rem; color: #64748b; line-height: 1.4; } </style> <div style="margin-top: 30px; margin-bottom: 15px; font-weight: bold; color: #0f766e; font-size: 0.95em; border-bottom: 2px solid #ccfbf1; padding-bottom: 8px; display: flex; align-items: center; gap: 8px;"> <span>🔍</span> 落とし物トラブル解決 </div> <div class="sb-db-list"> <a href="https://funshitsu.com/lostfound-navi/" class="sb-db-card sb-db-lostfound-navi"> <div class="sb-db-icon">🔍</div> <div class="sb-db-info"> <span class="sb-db-title">落とし物発見ナビ</span> <span class="sb-db-desc">3ステップ診断で発見ルートを提示・PNG保存可</span> </div> </a> <a href="https://funshitsu.com/lostfound-kaiketsu/" class="sb-db-card sb-db-lostfound-hub"> <div class="sb-db-icon">📚</div> <div class="sb-db-info"> <span class="sb-db-title">落とし物解決DB</span> <span class="sb-db-desc">電車・バス・空港・海外・ペット網羅</span> </div> </a> </div> <div style="margin-top: 30px; margin-bottom: 15px; font-weight: bold; color: #444; font-size: 0.9em; border-bottom: 2px solid #eee; padding-bottom: 8px; display: flex; align-items: center; gap: 8px;"> <span>📚</span> ITトラブル解決DB </div> <div class="sb-db-list"> <a href="https://funshitsu.com/windows-kaiketsu/" class="sb-db-card sb-db-windows"> <div class="sb-db-icon">💻</div> <div class="sb-db-info"> <span class="sb-db-title">Windows解決DB</span> <span class="sb-db-desc">不具合・設定・エラーを完全解決</span> </div> </a> <a href="https://funshitsu.com/edge-kaiketsu/" class="sb-db-card sb-db-edge"> <div class="sb-db-icon">🧭</div> <div class="sb-db-info"> <span class="sb-db-title">Edge解決DB</span> <span class="sb-db-desc">表示・パスワード・拡張機能を完全解決</span> </div> </a> <a href="https://funshitsu.com/excel-kaiketsu/" class="sb-db-card sb-db-excel"> <div class="sb-db-icon">📊</div> <div class="sb-db-info"> <span class="sb-db-title">Excel解決DB</span> <span class="sb-db-desc">エラー・不具合の対処法を網羅</span> </div> </a> <a href="https://funshitsu.com/word-kaiketsu/" class="sb-db-card sb-db-word"> <div class="sb-db-icon">📝</div> <div class="sb-db-info"> <span class="sb-db-title">Word解決DB</span> <span class="sb-db-desc">不具合・書式・設定のトラブル解消</span> </div> </a> <a href="https://funshitsu.com/copilot-kaiketsu/" class="sb-db-card sb-db-copilot"> <div class="sb-db-icon">✨</div> <div class="sb-db-info"> <span class="sb-db-title">Copilot解決DB</span> <span class="sb-db-desc">使い方・エラー・設定を完全解決</span> </div> </a> <a href="https://funshitsu.com/teams-outlook-kaiketsu/" class="sb-db-card sb-db-teams"> <div class="sb-db-icon">👥</div> <div class="sb-db-info"> <span class="sb-db-title">Teams/Outlook解決DB</span> <span class="sb-db-desc">接続・サインイン・送受信の不具合解消</span> </div> </a> <a href="https://funshitsu.com/powerpoint-kaiketsu/" class="sb-db-card sb-db-pp"> <div class="sb-db-icon">📽️</div> <div class="sb-db-info"> <span class="sb-db-title">PowerPoint解決DB</span> <span class="sb-db-desc">マスター固定・図形結合・動画再生の解消</span> </div> </a> <a href="https://funshitsu.com/pdf-kaiketsu/" class="sb-db-card sb-db-pdf"> <div class="sb-db-icon">📑</div> <div class="sb-db-info"> <span class="sb-db-title">PDFトラブル解決DB</span> <span class="sb-db-desc">閲覧・編集・結合・印刷のエラー解消</span> </div> </a> <a href="https://funshitsu.com/tax-return-kaiketsu/" class="sb-db-card sb-db-tax"> <div class="sb-db-icon">🏛️</div> <div class="sb-db-info"> <span class="sb-db-title">確定申告解決DB</span> <span class="sb-db-desc">e-Tax・マイナンバーカードの不具合解消</span> </div> </a> <a href="https://funshitsu.com/facebook-kaiketsu/" class="sb-db-card sb-db-facebook"> <div class="sb-db-icon">📱</div> <div class="sb-db-info"> <span class="sb-db-title">Facebook解決DB</span> <span class="sb-db-desc">乗っ取り・権限譲渡・ログイン障害に対応</span> </div> </a> <a href="https://funshitsu.com/google-sheets-kaiketsu/" class="sb-db-card sb-db-sheets"> <div class="sb-db-icon">📗</div> <div class="sb-db-info"> <span class="sb-db-title">Sheets解決DB</span> <span class="sb-db-desc">関数エラー・Apps Script・共有の解消</span> </div> </a> <a href="https://funshitsu.com/google-docs-kaiketsu/" class="sb-db-card sb-db-docs"> <div class="sb-db-icon">📝</div> <div class="sb-db-info"> <span class="sb-db-title">Docs解決DB</span> <span class="sb-db-desc">書式・共有・Apps Script・参考文献の解消</span> </div> </a> <a href="https://funshitsu.com/zoom-kaiketsu/" class="sb-db-card sb-db-zoom"> <div class="sb-db-icon">🎥</div> <div class="sb-db-info"> <span class="sb-db-title">Zoom解決DB</span> <span class="sb-db-desc">参加・画面共有・録画・Webinarの解消</span> </div> </a> <a href="https://funshitsu.com/genai-kaiketsu/" class="sb-db-card sb-db-genai"> <div class="sb-db-icon">✨</div> <div class="sb-db-info"> <span class="sb-db-title">生成AI解決DB</span> <span class="sb-db-desc">基礎・料金・著作権・社内ルールの解消</span> </div> </a> <a href="https://funshitsu.com/iphone-kaiketsu/" class="sb-db-card sb-db-iphone"> <div class="sb-db-icon">🍎</div> <div class="sb-db-info"> <span class="sb-db-title">iPhone解決DB</span> <span class="sb-db-desc">起動・Wi-Fi・アプリ・設定の解消</span> </div> </a> <a href="https://funshitsu.com/android-kaiketsu/" class="sb-db-card sb-db-android"> <div class="sb-db-icon">🤖</div> <div class="sb-db-info"> <span class="sb-db-title">Android解決DB</span> <span class="sb-db-desc">設定・アプリ・通信・カスタマイズの解消</span> </div> </a> </div></div></div><div id="custom_html-7" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><div id="kaiketsu-sticky-ad" style="width: 100%; min-height: 600px; text-align: center;"> <p style="color: #ccc; font-size: 10px; margin-bottom: 5px; text-align: center; letter-spacing: 0.1em;">ADVERTISEMENT</p> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5468768222048023" data-ad-slot="1457346385" data-ad-format="vertical" data-full-width-responsive="true"></ins> <script>(adsbygoogle = window.adsbygoogle || []).push({});</script> </div> <script> (function() { if (window.innerWidth < 1025) return; window.addEventListener('load', function() { const ad = document.getElementById('kaiketsu-sticky-ad'); const main = document.querySelector('.l-main'); if (!ad || !main) return; const sidebarInner = ad.parentElement; const initialTop = ad.getBoundingClientRect().top + window.pageYOffset; const headerSpacing = 20; window.addEventListener('scroll', function() { const scrollY = window.pageYOffset; const mainBottom = main.getBoundingClientRect().bottom + scrollY; const adHeight = ad.offsetHeight; // 【跳ね返り防止】 if (mainBottom - initialTop < adHeight) return; if (scrollY > initialTop - headerSpacing) { // 記事末尾への衝突判定 if (scrollY + adHeight + headerSpacing > mainBottom) { ad.style.position = 'absolute'; ad.style.top = (mainBottom - adHeight - initialTop) + 'px'; } else { // 追従中 ad.style.position = 'fixed'; ad.style.top = headerSpacing + 'px'; ad.style.width = sidebarInner.clientWidth + 'px'; } } else { ad.style.position = 'static'; ad.style.width = '100%'; } }); }); })(); </script></div></div></aside> </div><!-- End: l-content__body --> </div><!-- End: l-content --> <footer id="footer" class="l-footer"> <div class="l-footer__inner"> <div class="l-footer__widgets"> <div class="l-container"> <div class="w-footer -widget1"> <div id="custom_html-2" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><style> /* サイドバー専用:ツールバナー */ .sb-tool-list { display: grid; gap: 10px; font-family: "Helvetica Neue", Arial, sans-serif; } .sb-tool-card { display: flex; align-items: center; background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid #004e92; /* 超解決ネイビー */ border-radius: 6px; padding: 12px 10px; text-decoration: none !important; color: #333 !important; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.03); } .sb-tool-card:hover { transform: translateX(2px); /* ちょい右に動く */ background: #f8fbff; box-shadow: 0 4px 10px rgba(0, 78, 146, 0.1); } .sb-tool-icon { font-size: 1.6em; margin-right: 12px; line-height: 1; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1)); } .sb-tool-info { flex: 1; overflow: hidden; /* はみ出し防止 */ } .sb-tool-title { display: block; font-weight: bold; font-size: 0.95em; color: #0f172a; margin-bottom: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sb-tool-desc { display: block; font-size: 0.75em; color: #64748b; line-height: 1.3; } /* NEWバッジ */ .sb-badge { background: #ff512f; /* オレンジ */ color: #fff; font-size: 0.6em; padding: 1px 5px; border-radius: 3px; margin-left: 5px; vertical-align: text-top; font-weight: bold; } </style> <div style="margin-top: 30px; margin-bottom: 10px; font-weight: bold; color: #666; font-size: 0.9em; border-bottom: 2px solid #eee; padding-bottom: 5px; display: flex; align-items: center; gap: 5px;">    <span>🔧</span> ツール </div> <div class="sb-tool-list"> <a href="https://funshitsu.com/scam-email-checker/" class="sb-tool-card"> <div class="sb-tool-icon">🛡️</div> <div class="sb-tool-info"> <span class="sb-tool-title">詐欺メール判定</span> <span class="sb-tool-desc">届いたメールを即座に診断</span> </div> </a> <a href="https://funshitsu.com/shipping-calc/" class="sb-tool-card"> <div class="sb-tool-icon">📦</div> <div class="sb-tool-info"> <span class="sb-tool-title">送料最安シミュレーター</span>            <span class="sb-tool-desc">郵便・宅急便の最安料金を比較</span> </div> </a> <a href="https://funshitsu.com/text-conv/" class="sb-tool-card"> <div class="sb-tool-icon">✂️</div> <div class="sb-tool-info"> <span class="sb-tool-title">テキスト自動整形</span> <span class="sb-tool-desc">全角半角・改行削除を一発で</span> </div> </a> <a href="https://funshitsu.com/char-count/" class="sb-tool-card"> <div class="sb-tool-icon">📝</div> <div class="sb-tool-info"> <span class="sb-tool-title">文字数カウント</span> <span class="sb-tool-desc">自動保存付き・レポート作成</span> </div> </a> <a href="https://funshitsu.com/password-gen/" class="sb-tool-card"> <div class="sb-tool-icon">🔒</div> <div class="sb-tool-info"> <span class="sb-tool-title">パスワード生成</span> <span class="sb-tool-desc">強力なパスワードを安全作成</span> </div> </a> <a href="https://funshitsu.com/year-converter/" class="sb-tool-card"> <div class="sb-tool-icon">📅</div> <div class="sb-tool-info"> <span class="sb-tool-title">西暦・和暦変換</span> <span class="sb-tool-desc">履歴書の年号・年齢を計算</span> </div> </a> </div></div></div><div id="custom_html-5" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><div style="margin-top: 30px; margin-bottom: 10px; font-weight: bold; color: #666; font-size: 0.9em; border-bottom: 2px solid #eee; padding-bottom: 5px; display: flex; align-items: center; gap: 5px;"> <span>🧩</span> 診断・チェック </div> <div class="sb-tool-list" style="margin-bottom: 30px;"> <a href="https://funshitsu.com/excel-kentei/" class="sb-tool-card"> <div class="sb-tool-icon">🏆</div> <div class="sb-tool-info"> <span class="sb-tool-title">超解決 Excel検定</span> <span class="sb-tool-desc">実務能力を1級〜3級で判定</span> </div> </a> <a href="https://funshitsu.com/word-kentei/" class="sb-tool-card"> <div class="sb-tool-icon">📘</div> <div class="sb-tool-info"> <span class="sb-tool-title">超解決 Word検定</span> <span class="sb-tool-desc">文書作成のスキルを格付け</span> </div> </a> <a href="https://funshitsu.com/scam-test/" class="sb-tool-card"> <div class="sb-tool-icon">🦆</div> <div class="sb-tool-info"> <span class="sb-tool-title">騙されやすさ診断</span> <span class="sb-tool-desc">あなたは「歩くATM」かも?</span> </div> </a> </div></div></div><div id="custom_html-6" class="widget_text c-widget widget_custom_html"><div class="textwidget custom-html-widget"><style> /* 姉妹サイト誘導バナー */ .sister-site-card { border: 1px solid #e1e8ed; border-radius: 8px; overflow: hidden; background: #fff; margin-bottom: 30px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; box-shadow: 0 2px 5px rgba(0,0,0,0.05); transition: transform 0.2s; } .sister-site-card:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-color: #0068b7; } .sister-header { background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); padding: 15px; color: #fff; text-align: center; } .sister-label { font-size: 0.75em; background: rgba(0,0,0,0.2); padding: 2px 8px; border-radius: 4px; display: inline-block; margin-bottom: 5px; font-weight: bold; } .sister-title { font-size: 1.4em; font-weight: 800; line-height: 1.2; letter-spacing: 0.5px; } .sister-body { padding: 15px; text-align: center; } .sister-desc { font-size: 0.9em; color: #555; line-height: 1.5; margin-bottom: 15px; } .sister-link { display: block; background: #f0f8ff; color: #0068b7; text-decoration: none !important; padding: 10px; border-radius: 50px; font-weight: bold; font-size: 0.95em; transition: background 0.2s; } .sister-link:hover { background: #0068b7; color: #fff; } .sister-icon-row { display: flex; justify-content: center; gap: 10px; margin-bottom: 10px; font-size: 1.5em; } </style> <div class="sister-site-card"> <a href="https://wisechecker.com/" target="_blank" style="text-decoration:none; display:block;"> <div class="sister-header"> <span class="sister-label">Global Edition</span> <div class="sister-title">WiseChecker</div> </div> <div class="sister-body"> <div class="sister-icon-row"> <span>🔐</span><span>🧠</span><span>📦</span> </div> <p class="sister-desc"> 超解決の<strong>「海外版」</strong>姉妹サイト。<br> 世界標準のパスワード生成や<br> 性格診断・送料計算はこちら。 </p> <span class="sister-link">海外版サイトへ移動 ✈️</span> </div> </a> </div></div></div> </div> </div> </div> <div class="l-footer__foot"> <div class="l-container"> <ul class="l-footer__nav u-flex--c"><li id="menu-item-5726" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-5726"><a href="https://funshitsu.com/">トップページ</a></li> <li id="menu-item-616" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-616"><a href="https://funshitsu.com/about/">本サイトについて・運営企業情報</a></li> <li id="menu-item-45387" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-45387"><a href="https://funshitsu.com/cho-author/">著書の紹介</a></li> <li id="menu-item-615" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-615"><a rel="privacy-policy" href="https://funshitsu.com/privacy-policy/">プライバシーポリシー</a></li> </ul> <p class="c-copyright"> © 超解決. </p> </div> </div> </div> </footer> <div class="p-fixBtnWrap"> <div id="pagetop" class="c-fixBtn -pagetop u-flex--c" data-onclick="pageTop" role="button" aria-label="To top"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-chevron-up c-fixBtn__icon" width="20" height="20" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M8,27l-2.1-2.1l13.8-13.8c0.2-0.2,0.5-0.2,0.7,0l13.8,13.8L32,27L20,16L8,27z"/></svg> </div> </div> <div id="search_modal" class="c-modal p-searchModal"> <div class="c-overlay" data-onclick="toggleSearch"></div> <div class="p-searchModal__inner"> <form role="search" method="get" class="c-searchForm" action="https://funshitsu.com/" role="search"> <input type="text" value="" name="s" class="c-searchForm__s s" placeholder="検索..." aria-label="検索ワード"> <button type="submit" class="c-searchForm__submit u-flex--c" value="search" aria-label="検索ボタン"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-search" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M37.8 34.8l-11.9-11.2c1.8-2.3 2.9-5.1 2.9-8.2 0-7.4-6-13.4-13.4-13.4s-13.4 6-13.4 13.4 6 13.4 13.4 13.4c3.1 0 5.9-1.1 8.2-2.8l11.2 11.9c0.2 0.2 1.3 0.2 1.5 0l1.5-1.5c0.3-0.3 0.3-1.4 0-1.6zM15.4 25.5c-5.6 0-10.2-4.5-10.2-10.1s4.6-10.2 10.2-10.2 10.2 4.6 10.2 10.2-4.6 10.1-10.2 10.1z"></path></svg> </button> </form> <button type="button" class="p-searchModal__close c-modalClose u-flex--aic" data-onclick="toggleSearch"> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" class="arkhe-svg-close" width="1em" height="1em" viewBox="0 0 40 40" role="img" aria-hidden="true" focusable="false"><path d="M33 35l-28-28c-0.1-0.1-0.1-0.2 0-0.3l1.7-1.7c0.1-0.1 0.2-0.1 0.3 0l28 28c0.1 0.1 0.1 0.2 0 0.3l-1.7 1.7c-0.1 0.1-0.2 0.1-0.3 0z"></path><path d="M35 7l-28 28c-0.1 0.1-0.2 0.1-0.3 0l-1.7-1.7c-0.1-0.1-0.1-0.2 0-0.3l28-28c0.1-0.1 0.2-0.1 0.3 0l1.7 1.7c0.1 0.1 0.1 0.2 0 0.3z"></path></svg>閉じる </button> </div> </div> <div class="p-drawerUnderlayer" data-onclick="toggleMenu"></div> </div> <!-- End: #wrapper--> <div class="l-scrollObserver" aria-hidden="true"></div><script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/arkhe_child/*","/wp-content/themes/arkhe/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type="text/javascript" id="arkhe-main-script-js-extra"> /* <![CDATA[ */ var arkheVars = {"homeUrl":"https://funshitsu.com/","isFixHeadPC":"1","isFixHeadSP":"1","fixGnav":"","smoothScroll":"on"}; //# sourceURL=arkhe-main-script-js-extra /* ]]> */ </script> <script type="text/javascript" defer src="https://funshitsu.com/wp-content/themes/arkhe/dist/js/main.js" id="arkhe-main-script-js"></script> <script type="text/javascript" id="toc-front-js-extra"> /* <![CDATA[ */ var tocplus = {"visibility_show":"\u8868\u793a","visibility_hide":"\u975e\u8868\u793a","width":"Auto"}; //# sourceURL=toc-front-js-extra /* ]]> */ </script> <script type="text/javascript" defer src="https://funshitsu.com/wp-content/plugins/table-of-contents-plus/front.min.js" id="toc-front-js"></script> <script type="text/javascript" id="wp_slimstat-js-extra"> /* <![CDATA[ */ var SlimStatParams = {"transport":"ajax","ajaxurl_rest":"https://funshitsu.com/wp-json/slimstat/v1/hit","ajaxurl_rest_query":"https://funshitsu.com/index.php?rest_route=/slimstat/v1/hit","resturl":"https://funshitsu.com/wp-json/","ajaxurl_ajax":"https://funshitsu.com/wp-admin/admin-ajax.php","ajaxurl":"https://funshitsu.com/wp-admin/admin-ajax.php","baseurl":"/","dnt":"noslimstat,ab-item","ci":"eyJjb250ZW50X3R5cGUiOiJwb3N0IiwiY2F0ZWdvcnkiOiIzMiw0NDQsNDQwIiwiY29udGVudF9pZCI6NDcxMDcsImF1dGhvciI6IndwbWFzdGVyIn0-.813fed3bd50f4415981680bf12d3166b75cc4b33f9fe68d5a2ca15c838cad462","wp_rest_nonce":"1996b4da98","is_logged_in":"0","wp_consent_integration":"disabled","consent_integration":"slimstat_banner","consent_level_integration":"statistics","respect_dnt":"no","gdpr_enabled":"off","anonymous_tracking":"off","anonymize_ip":"no","hash_ip":"no","set_tracker_cookie":"on","use_slimstat_banner":"off"}; //# sourceURL=wp_slimstat-js-extra /* ]]> */ </script> <script defer type="text/javascript" src="https://cdn.jsdelivr.net/wp/wp-slimstat/tags/5.4.12/wp-slimstat.min.js" id="wp_slimstat-js"></script> </body> </html>