
    .page-title {
      font-size: 22px;
      font-weight: 700;
      color: #1a3a5c;
      border-bottom: 2px solid #1a3a5c;
      padding-bottom: 10px;
      margin-bottom: 24px;
    }

    .lead {
      font-size: 18px;
      font-weight: 700;
      color: #1a3a5c;
      margin-bottom: 24px;
      line-height: 1.7;
    }
    .article p {
      font-size: 15px;
      line-height: 2.0;
      color: #333;
      margin-bottom: 16px;
    }

    .article p:last-child { margin-bottom: 0; }

    .note {
      background: #eef3f8;
      border-left: 4px solid #1a3a5c;
      padding: 16px 20px;
      border-radius: 0 4px 4px 0;
      margin-top: 8px;
    }

    .note p {
      font-size: 14px;
      color: #1a3a5c;
      line-height: 1.9;
      margin-bottom: 8px;
    }

    .note p:last-child { margin-bottom: 0; }
    @media (max-width: 700px) {
      .article { padding: 20px 16px; }
    }
