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: 120px;
  padding-bottom: 240px; }
  @media only screen and (max-width: 768px) {
    main section.sec1 .content {
      padding-top: 0;
      padding-bottom: 12vw; } }
  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 .news_list .flexwrap {
    border-top: 1px solid #003480;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 30px; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .news_list .flexwrap {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 3vw; } }
    main section.sec1 .content .news_list .flexwrap:last-child {
      border-bottom: 1px solid #003480; }
    main section.sec1 .content .news_list .flexwrap .year {
      width: 10%;
      font-size: 16px;
      color: #003480;
      padding: 30px 10px; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .news_list .flexwrap .year {
          width: 100%;
          padding: 4vw 0;
          font-size: 4vw;
          text-align: center; } }
    main section.sec1 .content .news_list .flexwrap .list {
      width: 90%; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .news_list .flexwrap .list {
          width: 100%; } }
      main section.sec1 .content .news_list .flexwrap .list ul li {
        padding: 30px 10px 0; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .news_list .flexwrap .list ul li {
            padding: 3vw 0; } }
        main section.sec1 .content .news_list .flexwrap .list ul li a span {
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .news_list .flexwrap .list ul li a span {
              font-size: 3.4vw; } }
        main section.sec1 .content .news_list .flexwrap .list ul li a .date {
          color: #003480;
          display: block; }
        main section.sec1 .content .news_list .flexwrap .list ul li a .title {
          text-decoration: underline; }

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