/* Factory service content. Edit this file directly; independent of the legacy SCSS build. */
.p-factory-page .c-security-products__page-title { line-height: 1.5; font-size: clamp(25px, 3.1vw, 38px); }
.p-factory-page .c-security-products__page-title-sub { font-size: 16px; line-height: 1.6; }
.p-factory-page .p-security-mv__sec-title { font-size: clamp(23px, 2.8vw, 32px); line-height: 1.5; }
.p-factory-page .p-security-mv__text { max-width: 820px; margin: 22px auto 0; padding: 0 20px; font-size: 16px; line-height: 1.9; }
.p-factory-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin: 28px auto 0; padding: 0 20px; font-size: 15px; }
.p-factory-nav a { color: #004098; text-decoration: underline; text-underline-offset: 5px; padding: 9px 0; }
.p-factory-section { max-width: 940px; margin: 0 auto; padding: 48px 24px; font-size: 16px; line-height: 1.9; scroll-margin-top: 100px; }
.p-factory-section h2 { margin: 0 0 24px; font-size: clamp(23px, 2.7vw, 30px); font-weight: 700; line-height: 1.5; }
.p-factory-section h3 { margin: 0 0 10px; font-size: 19px; font-weight: 700; line-height: 1.6; }
.p-factory-section p + p { margin-top: 14px; }
.p-factory-section a:not(.c-security-route__button) { color: #004098; text-decoration: underline; text-underline-offset: 4px; }
.p-factory-section table { width: 100%; border-collapse: collapse; margin-top: 22px; table-layout: fixed; }
.p-factory-section caption { text-align: left; font-weight: 700; margin-bottom: 12px; }
.p-factory-section th, .p-factory-section td { padding: 15px 18px; border: 1px solid #d4dce2; text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.p-factory-section th { background: #f1f5f8; font-weight: 700; }
.p-factory-section th:first-child { width: 27%; }
.p-factory-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.p-factory-grid > div { padding: 26px; border: 1px solid #d4dce2; border-radius: 8px; }
.p-factory-section ul { list-style: disc; padding-left: 1.4em; margin: 18px 0; }
.p-factory-section li + li { margin-top: 8px; }
.p-factory-section details { border-bottom: 1px solid #d4dce2; padding: 18px 0; }
.p-factory-section summary { cursor: pointer; font-weight: 700; padding: 5px 0; }
.p-factory-section details p { padding-top: 12px; }
.p-factory-note { color: #485663; font-size: 14px; margin-top: 18px; }
.p-factory-page .p-security-purpose { padding-bottom: 24px; }
.p-factory-page .p-security-purpose__li-text { font-size: 16px; line-height: 1.9; }
.p-factory-page .p-security-flow { scroll-margin-top: 100px; }
.c-security-route { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 940px; margin: 34px auto; padding: 30px; border: 1px solid #d4dce2; border-radius: 8px; background: #f5f8fa; font-size: 16px; line-height: 1.8; }
.c-security-route__body { flex: 1; min-width: 0; }
.c-security-route__title { margin: 0 0 9px; font-size: 22px; line-height: 1.5; font-weight: 700; }
.c-security-route__button { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-height: 48px; padding: 13px 23px; border-radius: 5px; background: #004098; color: #fff; font-size: 16px; font-weight: 700; text-align: center; line-height: 1.6; text-decoration: none; }
.c-security-route__button:hover { background: #003274; }
.c-security-route__button:focus-visible, .p-factory-nav a:focus-visible, .p-factory-section summary:focus-visible { outline: 3px solid #177ba4; outline-offset: 4px; }
.p-factory-section .c-security-route { margin: 24px 0 0; }
.p-column-detail__lead > p:first-child { font-size: 18px; }
.p-column-detail__lead { margin-bottom: 26px; }
.p-column-detail__lead p + p { margin-top: 16px; }
.p-column-detail__lead a { color: #004098; text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 750px) {
  .p-factory-page .p-security-mv { padding: 34px 0; }
  .p-factory-page .p-security-mv__text { text-align: left; }
  .p-factory-page .p-security-purpose__sec-title, .p-factory-page .p-security-flow__sec-title { font-size: 24px; line-height: 1.5; }
  .p-factory-page .p-security-purpose__li-heading { font-size: 20px; line-height: 1.5; }
  .p-factory-page .p-security-flow__li-heading { font-size: 19px; line-height: 1.5; }
  .p-factory-page .p-security-flow__def-term, .p-factory-page .p-security-flow__def-data { font-size: 15px; line-height: 1.8; }
  .p-factory-section { padding: 34px 16px; }
  .p-factory-grid { grid-template-columns: 1fr; gap: 16px; }
  .p-factory-grid > div { padding: 20px; }
  .p-factory-section th, .p-factory-section td { padding: 12px 10px; font-size: 14px; }
  .p-factory-section th:first-child { width: 32%; }
  .c-security-route { flex-direction: column; align-items: stretch; gap: 18px; margin: 28px 16px; padding: 23px 20px; }
  .c-security-route__title { font-size: 21px; }
  .c-security-route__button { width: 100%; box-sizing: border-box; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
