/* =============================================
   インプラス 社内セキュリティルール  css/page-security.css
   ImplusSecurityRule.html 専用
   ============================================= */

.content-wrapper {
  max-width: 860px;
  margin: 0 auto;
  background: var(--white);
  padding: 40px 40px 60px;
}

.security-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent);
}

.content-wrapper h2 {
  font-size: 1rem;
  font-weight: 700;
  margin: 2em 0 0.8em;
  padding: 0.4em 0.8em;
  border-left: 5px solid var(--accent);
  background: var(--light);
  color: var(--navy);
  height: auto;        /* body.css の height:1.2em を上書き */
  line-height: 1.6;
}

.content-wrapper p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0.4em 0 0.4em 1em;
  padding: 0;
  color: var(--text);
}

.security-revised {
  margin-top: 40px;
  font-size: 13px;
  color: var(--muted);
  text-align: right;
}
