.product-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #fff;
  font-size: 1rem;
}
.product-info-table th, .product-info-table td {
  border: 1px solid #bbb;
  padding: 10px 16px;
  text-align: left;
}
.product-info-table th {
  background: #f5f5f5;
  font-weight: bold;
  width: 160px;
}
.product-info-table td {
  background: #fafcff;
}
.product-info-table tr:nth-child(even) td {
  background: #f3f7fa;
}
.seisan-feature-note {
  background: #fff8d7;
  border: 1px solid #e5d37a;
  padding: 14px 18px;
  margin: 18px 0 24px;
  line-height: 1.8;
}
.seisan-feature-note strong {
  color: #8a5a00;
}
.function-list-table th {
  width: auto;
}
.function-list-table .col-bunrui {
  width: 70px;
  text-align: center;
  font-weight: bold;
  background: #eef2f7;
}
.function-list-table .col-process {
  width: 130px;
  text-align: center;
}
.marker_P04 {
  background: #ffe066;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.marker_AI {
  background: #b3e6ff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 3px;
}
.flow-role-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  border: 1px solid #dde3ea;
  border-radius: 6px;
  overflow: hidden;
}
.flow-role-label {
  min-width: 90px;
  background: #3a6ea5;
  color: #fff;
  font-weight: bold;
  font-size: 0.92rem;
  padding: 14px 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-role-content {
  padding: 12px 16px;
  flex: 1;
  background: #f7fafc;
  line-height: 1.8;
}
.flow-arrow {
  text-align: center;
  font-size: 1.5rem;
  color: #3a6ea5;
  margin: 4px 0;
}
.capture-placeholder {
  background: #f0f4f8;
  border: 2px dashed #aab8c8;
  border-radius: 8px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: #7a90a8;
  font-size: 0.95rem;
}
.capture-label {
  font-size: 0.92rem;
  color: #555;
  margin-bottom: 24px;
  text-align: center;
}
.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.step-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
  background: #f7fafc;
  border: 1px solid #dde3ea;
  border-radius: 6px;
  padding: 12px 16px;
  line-height: 1.8;
}
.step-list li .step-num {
  min-width: 36px;
  background: #3a6ea5;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  padding: 2px 0;
  margin-right: 14px;
  margin-top: 2px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
/* 紹介動画 */
.video-section {
  margin: 24px 0;
  background: #f3f7fc;
  border: 1px solid #c8d8ec;
  border-radius: 10px;
  padding: 20px;
}
.video-section h5 {
  font-size: 1.05rem;
  font-weight: bold;
  color: #3a6ea5;
  margin: 0 0 12px 0;
  text-align: center;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}
/* 案内PDFダウンロード */
.pdf-download-box {
  text-align: center;
  margin: 20px 0 8px 0;
}
.btn-pdf {
  display: inline-block;
  background: linear-gradient(135deg, #e8441c 0%, #c0321a 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  padding: 12px 32px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 3px 8px rgba(192,50,26,0.25);
  transition: opacity .2s;
}
.btn-pdf:hover { opacity: 0.85; }
.btn-pdf::before {
  content: "📄 ";
}
/* ビジュアル横型フロー図 */
.visual-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 20px 0 24px 0;
  flex-wrap: wrap;
}
.vflow-box {
  flex: 1;
  min-width: 120px;
  max-width: 200px;
  background: #fff;
  border: 2px solid #3a6ea5;
  border-radius: 8px;
  padding: 14px 10px;
  text-align: center;
  position: relative;
}
.vflow-box .vflow-role {
  display: block;
  background: #3a6ea5;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 6px;
  margin-bottom: 8px;
}
.vflow-box .vflow-action {
  font-size: 0.88rem;
  color: #333;
  line-height: 1.6;
}
.vflow-arrow {
  display: flex;
  align-items: center;
  color: #3a6ea5;
  font-size: 1.8rem;
  padding: 0 4px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .visual-flow { flex-direction: column; align-items: center; }
  .vflow-arrow { transform: rotate(90deg); }
  .vflow-box { max-width: 100%; width: 100%; }
}