main section h1 {
  margin-bottom: 84px; }
  @media only screen and (max-width: 768px) {
    main section h1 {
      margin-bottom: 8vw; } }
  main section h1 img {
    width: 100%; }
main section h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #003594;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 0 16px; }
  @media only screen and (max-width: 768px) {
    main section h2 {
      font-size: 4.2vw;
      padding: 0; } }
main section.sec1 .content {
  padding-top: 75px;
  padding-bottom: 85px; }
  @media only screen and (max-width: 768px) {
    main section.sec1 .content {
      padding-top: 0;
      padding-bottom: 8vw; } }
  main section.sec1 .content p {
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content p {
        padding: 0;
        margin-bottom: 2vw;
        font-size: 3.8vw; } }
  main section.sec1 .content .imgwrap {
    width: 100%; }
    main section.sec1 .content .imgwrap img {
      width: 100%; }
  main section.sec1 .content .wrap {
    margin-bottom: 45px;
    padding: 0 10px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .wrap {
        margin-bottom: 6vw;
        padding: 0; } }
    main section.sec1 .content .wrap h3 {
      color: #003594;
      font-size: 24px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .wrap h3 {
          font-size: 4vw;
          margin-bottom: 3vw; } }
    main section.sec1 .content .wrap ul {
      padding: 15px;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .wrap ul {
          padding: 0; } }
      main section.sec1 .content .wrap ul li {
        position: relative; }
        main section.sec1 .content .wrap ul li strong {
          font-weight: bold; }
        main section.sec1 .content .wrap ul li::before {
          position: absolute;
          top: 0;
          left: -20px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .wrap ul li::before {
              left: -3vw; } }
      main section.sec1 .content .wrap ul.num {
        margin-left: 30px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .wrap ul.num {
            margin-left: 3.4vw; } }
        main section.sec1 .content .wrap ul.num li:first-child::before {
          content: "1";
          color: #003594; }
        main section.sec1 .content .wrap ul.num li:nth-child(2)::before {
          content: "2";
          color: #003594; }
      main section.sec1 .content .wrap ul.disc {
        margin-left: 30px;
        list-style-type: disc; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .wrap ul.disc {
            margin-left: 6vw; } }
    main section.sec1 .content .wrap dl {
      margin-bottom: 25px;
      padding: 0 15px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .wrap dl {
          margin-bottom: 3vw;
          padding: 0; } }
      main section.sec1 .content .wrap dl dt {
        color: #003594; }

/*# sourceMappingURL=governance.css.map */
