
    html,
    body,
    .page,
    .page-content,
    .page-wrapper,
    .main-content,
    .content,
    .template-page,
    .page-header,
    .page-title,
    .main-page-title {
      background: #ffffff !important;
      color: #111827 !important;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.65;
      color: #1f2937;
    }

    main.chubont-page {
      background: #ffffff;
      color: #1f2937;
    }

    main.chubont-page * {
      box-sizing: border-box;
    }

    main.chubont-page a {
      color: #1d4ed8;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    main.chubont-page img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    main.chubont-page table th,
    main.chubont-page table td {
      vertical-align: top;
    }
  