.bg_pink {
	background: #FAE9E7;
}

.merit h3 {
	padding-bottom: 20px;
	border-bottom: 3px solid #1B3484!important;
}

.color_ai {
	color: #C73123!important;
}

.problems {
	padding-top: 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.problems figcaption {
	padding-left: 0!important;
	padding-top: 0!important;
	padding-right: 0!important;
}

figcaption div {
	background: #C73123;
	font-size: 1.2em;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
}

.video-wrap {
	margin-bottom: 0;
}

.result dl {
	margin-bottom: 30px;
}

.result dd {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.result dd figure {
	width: 200px;
}

.result dd ol {
	counter-reset: number;
	position: relative;
	max-width: 650px;
	width: 100%;
	background: #FFF;
	padding: 20px;
}

.result dd ol:before {
	display: block;
	content: "例";
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #FFF;
	font-weight: bold;
	background: #12347C;
	padding: 10px;
	text-align: center;
}

ol li strong {
	color: #B43325;
}

.result dd ol li {
	padding: 5px;
    position: relative;
    padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCC;
	margin: 0 10px;
}

.result dd ol li span {
	color: #12347C;
}


.result dd ol li::before {
	display: block;
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 0;
  color: #12347C;
  font-size: bold;
	font-size: 1.1em;
}

.result dd div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 600px;
	margin: 0 10px;
	border-radius: 15px;
	background: #FFF;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 20px;
}

#sec_flow, #sec_qa {
	margin: 30px 0;
}

#sec_flow ol li {
	border: 1px solid #999;
}

#sec_qa .qa_list {
	margin-top: 0!important;
	padding-bottom: 20px;
}

.under-pages {
	position: relative;
}

@media screen and (max-width:768px) {
.ai-ruiji-dropmenu {
	position: relative;
  }
}

.ai-ruiji-dropmenu div {
   display: none;
}
.ai-ruiji-dropmenu:hover div {
	display: block;
	position: absolute;
	height: auto;
	padding: 10px;
	top: 100%;
	left: 0;
	width: 100%;
	background: #333846;
	z-index: 100;
	border-top: 1px solid #555;
}

.ai-ruiji-dropmenu div dl {
   margin: auto;
   display: flex;
   max-width: 881px;
	padding: 0;
}

.ai-ruiji-dropmenu div dl dt {
	position: relative;
	width: 220px;
	flex-shrink: 0;
	padding: 0;
}

.ai-ruiji-dropmenu div dl ul {
	display: flex;
	border-left: 1px solid #555;
	flex-wrap: wrap;
}

#sec_flow ol li {
	background: #FFF!important;
}

.ai-ruiji-dropmenu div dl ul li {
	width: 220px;
	height: 66px;
	border-width: 0!important;
}

.ai-ruiji-dropmenu div dl ul li a {
	width: 100%;
	height: 100%;
	margin: 0!important;
	padding: 0!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
}

.ai-ruiji-dropmenu div dl dt a {
	height: 100%;
	background: #BD3124;
	border-bottom: 1px solid #555;
}

.ai-ruiji-dropmenu div dl ul li a:after, .ai-ruiji-dropmenu div dl dt a:after  {
	display: none!important;
}

#op-link-flow ul li a {
	text-align: center;
	user-select: none;
}

.option-image {
	border: 1px solid #CCC;
}

.ocr-samples {
	display: flex;
	margin: 30px 0;
}

.ocr-samples figure figcaption {
	margin: 0;
	text-align: center;
	font-size: 1em!important;
}

.ocr-samples figure img {
	border: 1px solid #CCC;
	object-fit: contain;
}

.ai-each-functions li a {
	display: flex;
	padding: 5px 10px;
	width: 150px!important;
	height: 50px;
	justify-content: center;
	background: #333846;
	color: #FFF!important;
}

.ai-each-functions li a:hover {
	text-decoration: none!important;
	background:#F4F7FF;
	color: #12347C;
}

#op-link-flow li.current a {
	background: #12347C!important;
	color: #FFF!important;
}

.ai-extension dt {
	width: 120px;
	background: #9EAED0;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
}

.ai-extension dd {
	border: 2px solid #9EAED0;
	box-shadow: 0 0 0 2px #F4F7FF;
	padding: 10px;
}

.ai-ruiji-about {
	padding: 20px!important;
	max-width: 800px;
	text-align: left!important;
	margin: 20px auto;
	border: 4px dashed #1B3484;
}

.ai-ruiji-about em {
	font-weight: bold!important;
    font-size: 1.1em;
}

.ai-ruiji-about + p {
	font-weight: bold;
	font-size: 1.2em;
}


.ai-ruiji-main-function {
	padding-top: 50px;
	display: flex;
	justify-content: center;	
}

.ai-ruiji-main-function > article {
	max-width: 420px;
	box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.3);
	margin: 10px;
	border: 1px solid #EEE;
	border-radius: 10px;
	padding: 25px 10px;
}

h2.catch + p {
	font-weight: bold;
	font-size: 1.2em;
}

.ai-ruiji-main-function > article dl {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.ai-ruiji-main-function > article dt {
	color: #1B3484;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 20px;
}
.ai-ruiji-main-function > article dd {
	padding: 10px;
	max-width: 90%;
	text-align: left;
	font-weight: bold;
}

.ai-ruiji-main-function > article dd .btn {
	margin-top: 0!important;
}
.problems h3 {
	display: block;
	background: #b43325;
	color: #FFF!important;
	font-size: 1.3em!important;
	padding: 10px;
	text-align: center;
	margin-bottom: 0!important;
}


.problems article {
	margin: 10px;
}

.problems article img {
	width: 150px;
}

.problems article ul {
	background: #EEE;
	padding: 10px;
	padding-left: 40px;
	max-width: 420px;
		border-radius: 0 0 10px 10px;
	border: 1px solid #CCC;
}


.problems article li {
	position: relative;	
	text-align: left;
	padding: 2px 5px;
	line-height: 1.8em;
}

.problems article li:before {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	left: -25px;
	top: 5px;
	position: absolute;
	background: url(../../img/common/icon_checked.svg) no-repeat;
	background-size: contain;
	
}


.select_edition_wrap {
	background: #FFF;
	padding: 20px;
	padding-bottom: 50px;
	border-radius: 20px;
	margin: 20px;
	margin-bottom: 0;
}




.select_edition {
	display: flex;
	justify-content: center;
}
.select_edition h3 {
	font-size: 1.3em!important;
	border-bottom: 1px solid #89AACF;
	padding: 10px;
	text-align: center;
}

.select_edition > article {
	width: 450px;
	margin: 10px;
	padding: 15px;
	border: 4px solid #89AACF;
}

.merit span {
	color: #FFF;
	background: #12347C;
	padding: 5px 10px 7px 10px;
	border-radius: 5px;
	margin-right: 20px;
}


/* 動作環境表 */

table.price_list td:first-child {
	border-top-width: 0!important;
	border-left-width: 0!important;
}

.edition_comparison th {
	background: #707070!important;
}


.price_list td {
	text-align: center!important;
}

.price_list span {
	display: block;
	font-weight: bold;
	color: #12347C;
	font-size: 1.2em;
}
.price_list sup {
	font-size: 0.6em;
	vertical-align: top;
}







.merit-dl {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid #DDD;
  margin: 20px 0;
}

.merit-dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 32px 32px 24px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-bottom: 1px solid #dee2e6;
}

.merit-content {
  padding: 40px 32px;
}

.merit-figure {
  text-align: center;
  margin: 0 0 24px;
}

.merit-figure img {
  max-width: 200px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.08));
}

.merit-description {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  text-align: center!important;
  margin: 0 0 32px;
  line-height: 1.6;
}

/* ========================================
   ボタンスタイル - マイクロインタラクション対応
======================================== */
.example-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
  position: relative;
  overflow: hidden;
}

/* ノイズグラデーション効果 */
.example-toggle-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(135deg, rgba(255,255,255,0.1) 0%, transparent 100%),
    url;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="4" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.05"/></svg>');
  opacity: 0;
  transition: opacity 0.3s ease;
}

.example-toggle-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

.example-toggle-btn:hover::before {
  opacity: 1;
}

.example-toggle-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.3);
}

.example-toggle-btn:focus {
  outline: 3px solid rgba(74, 144, 226, 0.4);
  outline-offset: 2px;
}

/* ボタンアイコンアニメーション */
.btn-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.example-toggle-btn[aria-expanded="true"] .btn-icon {
  transform: rotate(45deg);
}

.btn-icon svg {
  display: block;
}

/* ========================================
   展開コンテンツエリア
======================================== */
.example-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
}

.example-content.is-open {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 32px;
}

.example-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #4a90e2;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  padding: 8px 20px;
  border-radius: 20px;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

/* ========================================
   ステップリスト - モダンなデザイン
======================================== */
.example-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
}

.example-list li {
  display: flex;
  align-items: flex-start!important;
  gap: 16px;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-left: 4px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #EEE;
}

.example-list li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #4a90e2 0%, #357abd 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}



/* ステップ番号 */
.step-number {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #4a90e2;
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(74, 144, 226, 0.2);
}

.step-text {

  font-size: 16px;
  color: #2c3e50;
  line-height: 1.7;
  padding-top: 8px;
}

/* バッジスタイル */
.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 4px 12px;
  border-radius: 12px;
  margin-right: 8px;
  box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3);
}

/* ハイライトステップ */
.highlight-step {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
  border-left-color: #ff9800 !important;
}

.highlight-step::before {
  background: linear-gradient(180deg, #ff9800 0%, #f57c00 100%) !important;
}

.highlight-step .step-number {
  color: #ff9800;
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}

.highlight-step .step-text strong {
  color: #e65100;
  font-size: 17px;
}


.pro {
	position: relative;
}
.pro:after {
	content: "Pro";
	position: absolute;
	top: 15px;
	right: 20px;
	color: #FFF;
	background: #12347C;
	font-size: 0.8em;
	border-radius: 8px;
	padding: 2px 10px;
}

.lite:before {
	content: "Lite";
	position: absolute;
	top: 15px;
	right: 80px;
	color: #FFF;
	font-size: 0.8em;
	border-radius: 8px;
	padding: 2px 10px;
	background: #1266A4;
}

/* ========================================
   レスポンシブ対応
======================================== */
@media (max-width: 768px) {
  .merit-section {
    padding: 32px 16px;
  }

  .merit-dl dt {
    font-size: 20px;
    padding: 24px 20px 16px;
  }

  .merit-content {
    padding: 32px 20px;
  }

  .merit-description {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .example-toggle-btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 15px;
  }

  .example-list li {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .step-number {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }

  .step-text {
    padding-top: 0;
    font-size: 15px;
  }
  .pro:after {
	right: 10px;
  }
  .lite:before {
	right: 60px;
  }
}

/* ========================================
   アクセシビリティ対応
======================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* フォーカス表示の強化 */
*:focus-visible {
  outline: 3px solid #4a90e2;
  outline-offset: 2px;
}

.add_asterisk {
	position: relative;
}

.add_asterisk:after {
	position: absolute;
	content: "※";
	top: -10px;
	left: calc( 50% + 15px );
}

.sec_flow_horizontal div {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2em;
}

.sec_flow_horizontal div span {
	font-size: 1.2em;
	font-weight: bold;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* ========================================
   レスポンシブ対応 - 追加CSS
   374px以上すべての画面幅に対応
======================================== */

/* 基本設定：.product_main_contentの最大幅 */
.product_main_content {
    max-width: 1000px!important;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* 画像のレスポンシブ対応 */
.product_main_content img {
    max-width: 100%;
    height: auto;
}

/* セクション内のパディング調整 */
.product_section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}



/* ========================================
   1000px以下のレスポンシブ対応
======================================== */
@media screen and (max-width: 1000px) {
    .product_main_content {
        width: 100%;
        padding: 0 15px;
    }

    /* 選べる運用形態セクション */
    .select_edition_wrap {
        margin: 20px 10px;
        padding: 15px;
    }

    .select_edition_wrap figure img {
        width: 100%;
        height: auto;
    }

    .select_edition {
        flex-direction: column;
        align-items: center;
    }

    .select_edition > article {
        width: 100%;
        max-width: 450px;
        margin: 10px 0;
    }

    /* 導入フローセクション */
    .sec_flow_horizontal .inner ol.flex {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sec_flow_horizontal .inner ol.flex li {
        flex: 1 1 180px;
        max-width: 200px;
        margin: 10px;
    }
}

/* ========================================
   768px以下（タブレット）のレスポンシブ対応
======================================== */
@media screen and (max-width: 768px) {
    /* メインコンテンツ */
    .product_main_content {
        padding: 0 10px;
    }

    /* ヘッダーキャッチコピー */
    h2.catch {
        font-size: 1.5em;
        line-height: 1.5;
    }

    h2.catch + p {
        font-size: 1em;
    }

    /* AI類似図面メイン機能カード */
    .ai-ruiji-main-function {
        flex-direction: column;
        align-items: center;
        padding-top: 30px;
    }

    .ai-ruiji-main-function > article {
        width: 100%;
        max-width: 400px;
        margin: 10px 0;
    }

    /* 課題セクション */
    .problems {
        flex-direction: column;
        align-items: center;
    }

    .problems article {
        width: 100%;
        max-width: 420px;
        margin: 10px 0;
    }

    .problems article ul {
        max-width: 100%;
    }

    .problems h3 {
        font-size: 1.1em !important;
    }

    /* 解決矢印セクション */
    .intro_resolution {
        padding: 0 10px;
        text-align: center;
    }

    .intro_resolution strong {
        font-size: 1.1em;
        line-height: 1.6;
    }

    /* メリットセクション */
    .merit h3 {
        font-size: 1.1em;
        line-height: 1.5;
        padding: 15px 10px;
    }

    .merit span {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .merit figure img {
        width: 100%;
        height: auto;
    }

    .merit ul {
        padding: 0 15px;
    }

    .merit li {
        font-size: 0.95em;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    /* 選べる運用形態 */
    .select_edition {
        flex-direction: column;
        align-items: center;
    }

    .select_edition > article {
        width: 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .select_edition h3 {
        font-size: 1.1em !important;
    }

    /* 導入フロー */
    .sec_flow_horizontal .inner ol.flex {
        flex-direction: column;
        align-items: center;
    }

    .sec_flow_horizontal .inner ol.flex li {
        width: 100%;
        max-width: 280px;
        margin: 10px 0;
    }

    .sec_flow_horizontal div span {
        font-size: 1em;
    }

    /* 導入業種リスト */
    #sec_industry_list ul {
        column-count: 2;
        column-gap: 15px;
    }

    #sec_industry_list li {
        break-inside: avoid;
        margin-bottom: 8px;
    }

    /* ボタン調整 */
    .btn {
        padding: 12px 20px;
        font-size: 0.9em;
        width: 100%;
        max-width: 300px;
        text-align: center;
        box-sizing: border-box;
    }

    /* フレックスボタンコンテナ */
    .flex.flex-children {
        flex-direction: column;
        align-items: center;
    }
}

/* ========================================
   576px以下（スマートフォン）のレスポンシブ対応
======================================== */
@media screen and (max-width: 576px) {
    /* メインコンテンツ */
    .product_main_content {
        padding: 0 8px;
    }

    .product_section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .inner {
        padding-left: 8px;
        padding-right: 8px;
    }

    /* ヘッダー調整 */
    header.inner {
        padding-bottom: 20px !important;
    }

    h2.catch {
        font-size: 1.3em;
    }

    h2.catch + p {
        font-size: 0.95em;
    }

    /* メイン機能カード */
    .ai-ruiji-main-function {
        padding-top: 20px;
    }

    .ai-ruiji-main-function > article {
        padding: 15px 10px;
    }

    .ai-ruiji-main-function > article dt {
        font-size: 1.3em;
    }

    .ai-ruiji-main-function > article dd {
        font-size: 0.9em;
        padding: 8px;
    }

    /* 課題見出し */
    #sec_problem h2 {
        font-size: 1.2em;
    }

    #sec_problem h2 .in {
        padding: 10px;
    }

    .problems h3 {
        font-size: 1em !important;
        padding: 8px;
    }

    .problems article ul {
        padding: 8px;
        padding-left: 35px;
    }

    .problems article li {
        font-size: 0.9em;
        line-height: 1.6;
    }

    .problems article li:before {
        width: 16px;
        height: 16px;
        left: -22px;
    }

    /* 解決セクション */
    .intro_resolution img {
        width: 60px;
        height: auto;
    }

    .intro_resolution strong {
        font-size: 1em;
    }

    .intro_resolution strong span {
        display: block;
    }

    /* メリットセクション */
    #sec_merit article.merit {
        margin: 15px 0;
        padding: 0 5px;
    }

    .merit h3 {
        font-size: 1em;
        padding: 10px 8px;
    }

    .merit ul {
        padding: 0 10px;
    }

    .merit li {
        font-size: 0.85em;
    }

    /* 選べる運用形態 */
    .select_edition_wrap {
        margin: 15px 5px;
        padding: 10px;
    }

    .select_edition > article {
        padding: 10px;
        border-width: 2px;
    }

    .select_edition h3 {
        font-size: 1em !important;
        padding: 8px;
    }

    .select_edition > article > div {
        font-size: 0.9em;
        line-height: 1.6;
    }

    /* 導入効果セクション */
    .merit-dl dt {
        font-size: 18px;
        padding: 20px 15px 12px;
    }

    .merit-content {
        padding: 24px 15px;
    }

    .merit-description {
        font-size: 15px;
    }

    /* 導入フロー */
    .sec_flow_horizontal div {
        line-height: 1.6em;
        margin-bottom: 20px;
    }

    .sec_flow_horizontal div span {
        font-size: 0.95em;
    }

    .sec_flow_horizontal .inner ol.flex li {
        max-width: 100%;
        padding: 10px;
    }

    .sec_flow_horizontal .inner ol.flex li span {
        font-size: 0.9em;
    }

    .sec_flow_horizontal .inner ol.flex li dl dt {
        font-size: 0.9em;
    }

    /* 導入業種リスト */
    #sec_industry_list ul {
        column-count: 1;
        padding: 0 10px;
    }

    #sec_industry_list li {
        font-size: 0.9em;
    }

    /* ボタン */
    .btn {
        padding: 10px 15px;
        font-size: 0.85em;
    }
}

/* ========================================
   374px〜480px（小型スマートフォン）のレスポンシブ対応
======================================== */
@media screen and (max-width: 480px) {
    .product_main_content {
        padding: 0 5px;
    }

    .product_section {
        padding-left: 5px;
        padding-right: 5px;
    }

    .inner {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* ヘッダー */
    h2.catch {
        font-size: 1.15em;
        word-break: keep-all;
        overflow-wrap: break-word;
    }

    h2.catch + p {
        font-size: 0.9em;
    }

    /* メイン機能カード */
    .ai-ruiji-main-function > article {
        padding: 12px 8px;
        margin: 8px 0;
    }

    .ai-ruiji-main-function > article img {
        width: 150px;
        height: auto;
    }

    .ai-ruiji-main-function > article dt {
        font-size: 1.2em;
        margin-top: 15px;
    }

    .ai-ruiji-main-function > article dd {
        font-size: 0.85em;
        max-width: 100%;
    }

    /* 課題セクション */
    .problems article img {
        width: 100px;
        height: auto;
    }

    .problems h3 {
        font-size: 0.95em !important;
    }

    .problems article ul {
        padding-left: 30px;
    }

    .problems article li {
        font-size: 0.85em;
    }

    .problems article li:before {
        width: 14px;
        height: 14px;
        left: -20px;
        top: 3px;
    }

    /* メリットセクション */
    .merit h3 {
        font-size: 0.95em;
        padding: 8px 5px;
        line-height: 1.6;
    }

    .merit span {
        font-size: 0.85em;
        padding: 3px 8px 5px 8px;
        margin-bottom: 8px;
    }

    .merit figure {
        margin: 10px 0;
    }

    .merit ul {
        padding: 0 5px;
    }

    .merit li {
        font-size: 0.8em;
        line-height: 1.5;
        padding-left: 15px;
    }

    /* 選べる運用形態 */
    .select_edition_wrap {
        margin: 10px 3px;
        padding: 8px;
        border-radius: 10px;
    }

    .select_edition > article {
        padding: 8px;
    }

    .select_edition h3 {
        font-size: 0.95em !important;
    }

    .select_edition > article > div {
        font-size: 0.85em;
    }

    /* 導入効果 */
    .merit-dl {
        margin: 15px 0;
    }

    .merit-dl dt {
        font-size: 16px;
        padding: 16px 12px 10px;
    }

    .merit-content {
        padding: 20px 12px;
    }

    .merit-figure img {
        max-width: 150px;
    }

    .merit-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .example-toggle-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .example-content.is-open {
        margin-top: 20px;
    }

    .example-label {
        font-size: 12px;
        padding: 6px 15px;
        margin-bottom: 16px;
    }

    .example-list li {
        padding: 12px;
        margin-bottom: 8px;
    }

    .step-number {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .step-text {
        font-size: 14px;
    }

    .badge {
        font-size: 10px;
        padding: 3px 8px;
    }

    .highlight-step .step-text strong {
        font-size: 14px;
    }

    /* 導入業種 */
    #sec_industry_list h2 {
        font-size: 1.3em;
    }

    #sec_industry_list li {
        font-size: 0.85em;
        padding: 3px 0;
    }

    /* 導入フロー */
    #sec_flow h2 {
        font-size: 1.3em;
    }

    .sec_flow_horizontal div {
        font-size: 0.85em;
        padding: 0 5px;
    }

    .sec_flow_horizontal div span {
        font-size: 0.9em;
    }

    /* ボタン */
    .btn {
        padding: 10px 12px;
        font-size: 0.8em;
        max-width: 100%;
    }

    a.btn.link {
        font-size: 0.8em;
    }
}

/* ========================================
   374px（最小幅）対応
======================================== */
@media screen and (max-width: 400px) {
    h2.catch {
        font-size: 1.1em;
    }

    h2.catch br {
        display: none;
    }

    .ai-ruiji-main-function > article {
        padding: 10px 5px;
    }

    .ai-ruiji-main-function > article dt {
        font-size: 1.1em;
    }

    .problems h3 {
        font-size: 0.9em !important;
    }

    .merit h3 {
        font-size: 0.9em;
    }

    .select_edition h3 {
        font-size: 0.9em !important;
    }

    .merit-dl dt {
        font-size: 15px;
    }

    .merit-description {
        font-size: 13px;
    }

    .step-text {
        font-size: 13px;
    }

    .intro_resolution strong {
        font-size: 0.9em;
    }
}

/* ========================================
   共通オーバーフロー制御
======================================== */

.product_section,
.ai-ruiji-main-function,
.problems,
.select_edition_wrap,
.select_edition,
#sec_merit,
.merit-section,
.sec_flow_horizontal {
    overflow-x: hidden;
    max-width: 100%;
    box-sizing: border-box;
}


/* .product_main_content は個別に設定（max-width: 1000pxを維持） */
.product_main_content {
    overflow-x: hidden;
    box-sizing: border-box;
}

/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




/* ========================================
   brタグの制御（小画面時）
======================================== */
@media screen and (max-width: 480px) {
    .select_edition > article > div br {
        display: none;
    }
}

.product_flex_layout {
	display: flex;
	justify-content: center;
	background: #F9F9F9;
	padding-top: 15px;
}

.product_main_content {
	max-width: 1000px;
	margin: 15px 5px;
}

/* TOPビュー */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&display=swap');



.ai-ruiji-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.ai-ruiji-left {
	max-width: 500px;
	width: 100%;
	padding-bottom: 15px;
}
.ai-ruiji-right {
	max-width: 600px;
	width: 100%;
	padding: 30px 0;
}


.ai-ruiji-left h1 {
	text-align: left;
	font-size: 2.5em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.ai-ruiji-left h1 span {
	display: block;
	font-size: 0.55em;
	padding: 15px 0;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.ai-ruiji-left figure {
	margin-top: 20px;
	margin-left: 0;
	background: blue;
	max-width: 350px;
}

.ai-ruiji-left figure img {
	background: #FFF;
	border: 5px solid #FFF;
	border-width: 5px 20px 5px 10px;
}

.ai-ruiji-right img {
	max-width: 600px;
}

@media print, screen and (max-width: 1100px){
	.ai-ruiji-left h1 {
		margin-top: 50px;
		text-align: center;
	}
	.ai-ruiji-left figure {
		margin: auto;	
	}
}
@media print, screen and (max-width: 560px){
	.ai-ruiji-left h1 {
		padding: 0 12px;
		max-width: 500px;
		font-size: 2em;
	}
}




