<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>新サービス | 有限会社シンセイ印刷</title>
	<atom:link href="https://ndprint.jp/new_category/%E6%96%B0%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9/feed/" rel="self" type="application/rss+xml" />
	<link>https://ndprint.jp</link>
	<description>「つくる」を、もっと自由に</description>
	<lastBuildDate>Thu, 07 May 2026 13:09:54 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://ndprint.jp/wp-content/uploads/2020/10/cropped-image-32x32.jpg</url>
	<title>新サービス | 有限会社シンセイ印刷</title>
	<link>https://ndprint.jp</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>「校正ツール」の提供を開始しました</title>
		<link>https://ndprint.jp/new/p5011/</link>
		
		<dc:creator><![CDATA[Shinsei Print]]></dc:creator>
		<pubDate>Sun, 26 Apr 2026 05:08:01 +0000</pubDate>
				<guid isPermaLink="false">https://ndprint.jp/?p=5011</guid>

					<description><![CDATA[<p>新旧比較校正 このたび当社では、印刷物の校正作業をよりスムーズに行っていただくためのサポートツール 「&#x1f50d; 新旧比較校正」のβ版運用を開始いたしました。 初校PDFと再校PDFをブラウザ上で見比べながら、 印刷現場で使われてきた「煽り検版（あおりけんぱん）」の感覚をデジタル上で再現。 校正時の見落としに気づきやすくし、お客様の確認作業の負担軽減を目的としています。 ■ 開発の背景 会報誌や広報誌、記念誌など、ページ数や文字量が多い印刷物では、 校正段階での見落としが起こりやすくなります。 特にPDF校正では、 「修正したつもりでも戻し漏れに気づきにくい」 という声も多くいただいて&#8230;</p>
The post <a href="https://ndprint.jp/new/p5011/">「校正ツール」の提供を開始しました</a> first appeared on <a href="https://ndprint.jp">有限会社シンセイ印刷</a>.]]></description>
										<content:encoded><![CDATA[<div class="tcdce-body"><p><!DOCTYPE html><br />
<html lang="ja"><br />
<head><br />
<meta charset="UTF-8"><br />
<title>新旧比較校正</title></p>
<style>
/* =========================
   スコープ：ここから完全独立
========================= */
.ndp-kousei, 
.ndp-kousei * {
  box-sizing: border-box;
}</p>
<p>/* 軽いリセット（テーマ干渉対策） */
.ndp-kousei {
  all: revert;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.7;
}</p>
<p>/* コンテナ */
.ndp-kousei .news-article {
  max-width: 900px;
  margin: 60px auto;
  background: #ffffff;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
}</p>
<p>/* リード */
.ndp-kousei .news-lead {
  font-size: 1.1rem;
  line-height: 1.9;
  margin-bottom: 40px;
}</p>
<p>/* 見出し */
.ndp-kousei h3 {
  font-size: 1.2rem;
  margin-top: 50px;
  margin-bottom: 15px;
  border-left: 4px solid #10829c;
  padding-left: 12px;
}</p>
<p>/* 画像 */
.ndp-kousei .news-image img {
  max-width: 320px;
  width: 100%;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}</p>
<p>/* 段落 */
.ndp-kousei p {
  margin-bottom: 16px;
}</p>
<p>/* リスト */
.ndp-kousei ul {
  padding-left: 20px;
  margin-bottom: 20px;
}</p>
<p>.ndp-kousei li {
  margin-bottom: 8px;
}</p>
<p>/* ボタンラッパー */
.ndp-kousei .tcdce-button-wrapper {
  text-align: center;
  margin: 50px 0;
}</p>
<p>/* ボタン */
.ndp-kousei .tcdce-button {
  display: inline-block;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(135deg, #10829c, #0d6f86);
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 18px rgba(16,130,156,0.25);
}</p>
<p>/* hover */
.ndp-kousei .tcdce-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(16,130,156,0.35);
  background: linear-gradient(135deg, #129ab7, #0f7d95);
}</p>
<p>/* レスポンシブ */
@media screen and (max-width: 768px) {
  .ndp-kousei .news-article {
    padding: 25px;
    margin: 20px;
  }</p>
<p>  .ndp-kousei .news-image img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
/* =========================
   スコープ終了
========================= */
</style>
<p></head></p>
<p><body></p>
<div class="ndp-kousei">
<article class="news-article">
<p class="news-lead">
このたび当社では、印刷物の校正作業をよりスムーズに行っていただくためのサポートツール<br />
<strong>「<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50d.png" alt="🔍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 新旧比較校正」</strong>のβ版運用を開始いたしました。</p>
<p>初校PDFと再校PDFをブラウザ上で見比べながら、<br />
印刷現場で使われてきた<strong>「煽り検版（あおりけんぱん）」</strong>の感覚をデジタル上で再現。<br />
校正時の見落としに気づきやすくし、お客様の確認作業の負担軽減を目的としています。
</p>
<h3>■ 開発の背景</h3>
<div class="news-image">
<img decoding="async" src="https://ndprint.jp/wp-content/uploads/2026/04/kenpan-screenshot-1.png" alt="新旧比較校正の画面">
</div>
<p>
会報誌や広報誌、記念誌など、ページ数や文字量が多い印刷物では、<br />
校正段階での見落としが起こりやすくなります。
</p>
<p>
特にPDF校正では、<br />
<strong>「修正したつもりでも戻し漏れに気づきにくい」</strong><br />
という声も多くいただいてきました。
</p>
<h3>■ 「煽り検版」をデジタルで</h3>
<p>
「新旧比較校正」では、初校と再校を切り替えることで、<br />
変更箇所が自然と目に入りやすくなります。
</p>
<p>
特別な操作は不要で、どなたでも直感的に確認が可能です。
</p>
<h3>■ 主な機能</h3>
<ul>
<li><strong>ページ切替表示</strong>：<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 修正前 / <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4dd.png" alt="📝" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 修正後 / <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50d.png" alt="🔍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 差分切替</li>
<li><strong>自動切替</strong>：<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/26a1.png" alt="⚡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> 変化を見つけやすい表示</li>
<li><strong>マルチデバイス対応</strong>：PC・スマートフォン・タブレット対応</li>
<li><strong>URL共有</strong>：インストール不要</li>
</ul>
<h3>■ 想定する利用シーン</h3>
<ul>
<li>PTA会報・学校新聞</li>
<li>新聞・タウン誌の最終校正</li>
<li>記念誌・卒業文集</li>
<li>カタログやマニュアルの改訂確認</li>
</ul>
<h3>■ β版運用について</h3>
<p>
現在、一部案件にて試験運用を行っております。<br />
実際のご利用をもとに改善を進めてまいります。
</p>
<p>
<strong><br />
本ツールは、お客様の校正作業をサポートし、<br />
確認のしやすさと安心感を高めることを目的としています。<br />
シンセイ印刷は、印刷工程のデジタル化（DX）を通じて、<br />
より確実な印刷物づくりをお手伝いしてまいります。<br />
</strong>
</p>
</article>
<div class="tcdce-button-wrapper">
<a class="tcdce-button" href="https://ndprint.jp/wp-content/uploads/2026/04/ぱっと校正マニュアル.pdf" target="_blank"><br />
新旧比較校正マニュアルを見る<br />
</a>
</div>
</div>
<p></body><br />
</html></p>
</div>The post <a href="https://ndprint.jp/new/p5011/">「校正ツール」の提供を開始しました</a> first appeared on <a href="https://ndprint.jp">有限会社シンセイ印刷</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
