main section h1,
main section h2 {
  margin-bottom: 84px; }
  @media only screen and (max-width: 768px) {
    main section h1,
    main section h2 {
      margin-bottom: 8vw; } }
  main section h1 img,
  main section h2 img {
    width: 100%; }

main section h3 {
  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 h3 {
      font-size: 4.2vw;
      padding: 0; } }

main section.sec1 .content {
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    main section.sec1 .content {
      padding-bottom: 6vw; } }
  main section.sec1 .content .graph_cnt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap; }
    main section.sec1 .content .graph_cnt .graph_box {
      width: 47%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .graph_cnt .graph_box {
          width: 100%;
          margin-bottom: 20px; } }
      main section.sec1 .content .graph_cnt .graph_box .graph_title {
        width: 100%;
        padding: 5px 10px;
        background: #02347B;
        color: #fff;
        font-weight: bold;
        font-size: 1.2em;
        text-align: left;
        box-sizing: border-box;
        margin-bottom: 10px; }
      main section.sec1 .content .graph_cnt .graph_box .graph_data {
        width: 100%;
        text-align: left; }
        main section.sec1 .content .graph_cnt .graph_box .graph_data img {
          width: 100%; }
  main section.sec1 .content .table_cnt {
    width: 100%;
    overflow-x: scroll;
    margin: 50px auto 20px auto; }
    main section.sec1 .content .table_cnt table.highlight_table {
      width: 100%;
      border-top: 1px solid #B5B5B5;
      border-left: 1px solid #B5B5B5; }
      main section.sec1 .content .table_cnt table.highlight_table th {
        padding: 8px;
        text-align: center;
        font-size: 0.9em;
        border-right: 1px solid #B5B5B5;
        border-bottom: 1px solid #B5B5B5;
        vertical-align: middle;
        background: rgba(2, 52, 123, 0.1);
        color: #343434; }
        main section.sec1 .content .table_cnt table.highlight_table th.konki {
          color: #02347B; }
      main section.sec1 .content .table_cnt table.highlight_table td {
        padding: 10px 20px;
        text-align: center;
        font-size: 14px;
        border-right: 1px solid #B5B5B5;
        border-bottom: 1px solid #B5B5B5;
        vertical-align: middle;
        color: #343434; }
        main section.sec1 .content .table_cnt table.highlight_table td.title_box {
          font-weight: 500;
          text-align: left;
          color: #02347B;
          padding-top: 15px;
          background: rgba(2, 52, 123, 0.02);
          white-space: nowrap; }
        main section.sec1 .content .table_cnt table.highlight_table td .tanni {
          display: block;
          font-size: 10px;
          color: #aaa;
          text-align: left; }
        main section.sec1 .content .table_cnt table.highlight_table td.konki {
          color: #02347B;
          font-weight: bold;
          background: rgba(2, 52, 123, 0.02); }
  main section.sec1 .content .txt_cnt {
    font-size: 0.8em;
    color: #888;
    padding: 20px 20px;
    background: rgba(2, 52, 123, 0.05);
    text-align: left; }
