@charset "utf-8";
/* CSS Document */

/* LCMS フローチャート画像 */
.lcms-flow{
  margin: 16px 0 0;
  background:#f7fafc;
  border: 1px solid #e6eef7;
  border-radius: 12px;
  padding: 25px 10px;
  
}
.lcms-flow img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  text-align: center;
}

/* SECURITY 画像2枚 */
.security-grid{
  display: flex;
  gap: 30px;
  margin-top: 12px;
}
.shot{
  background:#fff;
  text-align: center;
}
.shot img{
  max-width: 353px;
  width: 100%;
  height: auto;
  display: block;
}
.shot figcaption{
  font-size: .9rem;
  color:#6b7280;
  text-align: center;
  margin-top: 8px;
}

/* レスポンシブ */
@media (max-width: 900px){
  .security-grid{ grid-template-columns: 1fr; }
}