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 .btnwrap .frame_btn {
  background-color: #003594;
  border: 0;
  color: #FFF; }

main section.sec1 .content {
  padding-top: 65px;
  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.sec2 .content {
  padding-top: 20px;
  padding-bottom: 60px; }
  main section.sec2 .content .tablewrap {
    width: 100%; }
    main section.sec2 .content .tablewrap table {
      width: 100%;
      border-collapse: collapse; }
      main section.sec2 .content .tablewrap table tr td {
        padding: 15px 25px;
        text-align: left;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .tablewrap table tr td {
            padding: 2vw 3vw;
            font-size: 3.4vw; } }
        main section.sec2 .content .tablewrap table tr td:first-child {
          font-size: 24px;
          color: #003594; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .tablewrap table tr td:first-child {
              font-size: 4.2vw; } }
        main section.sec2 .content .tablewrap table tr td dl {
          width: 100%;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          flex-wrap: nowrap;
          justify-content: space-between;
          margin: 0 0 5px; }
          main section.sec2 .content .tablewrap table tr td dl:last-child {
            margin: 0; }
          main section.sec2 .content .tablewrap table tr td dl dt,
          main section.sec2 .content .tablewrap table tr td dl dd {
            padding: 0 25px; }
            @media only screen and (max-width: 768px) {
              main section.sec2 .content .tablewrap table tr td dl dt,
              main section.sec2 .content .tablewrap table tr td dl dd {
                padding: 0;
                font-size: 3.4vw; } }
          main section.sec2 .content .tablewrap table tr td dl dt {
            width: 6%; }
            @media only screen and (max-width: 768px) {
              main section.sec2 .content .tablewrap table tr td dl dt {
                width: 10%; } }
          main section.sec2 .content .tablewrap table tr td dl dd {
            width: 94%; }
            @media only screen and (max-width: 768px) {
              main section.sec2 .content .tablewrap table tr td dl dd {
                width: 90%;
                padding-left: 2vw; } }
      main section.sec2 .content .tablewrap table tr:nth-child(even) td {
        background-color: #F4F3F9; }

main section.sec3 .content {
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    main section.sec3 .content {
      padding-bottom: 6vw; } }
  main section.sec3 .content .messagewrap .flexwrap {
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content .messagewrap .flexwrap {
        flex-wrap: wrap;
        flex-direction: contain; } }
    main section.sec3 .content .messagewrap .flexwrap .photo {
      width: 23%; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content .messagewrap .flexwrap .photo {
          width: 100%;
          margin-bottom: 6vw; } }
      main section.sec3 .content .messagewrap .flexwrap .photo.lg {
        width: 36%; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .messagewrap .flexwrap .photo.lg {
            width: 100%; } }
      main section.sec3 .content .messagewrap .flexwrap .photo img {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .messagewrap .flexwrap .photo img {
            width: 50%;
            margin: 0 auto; } }
      main section.sec3 .content .messagewrap .flexwrap .photo p.name {
        margin-top: 10px;
        text-align: left;
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .messagewrap .flexwrap .photo p.name {
            font-size: 3.6vw; } }
        main section.sec3 .content .messagewrap .flexwrap .photo p.name strong {
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            main section.sec3 .content .messagewrap .flexwrap .photo p.name strong {
              font-size: 4vw; } }
    main section.sec3 .content .messagewrap .flexwrap .text {
      width: 75%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content .messagewrap .flexwrap .text {
          width: 100%; } }
      main section.sec3 .content .messagewrap .flexwrap .text.lg {
        width: 61%; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .messagewrap .flexwrap .text.lg {
            width: 100%; } }
      main section.sec3 .content .messagewrap .flexwrap .text p {
        margin-bottom: 25px; }
        main section.sec3 .content .messagewrap .flexwrap .text p:last-child {
          margin-bottom: 0; }
      main section.sec3 .content .messagewrap .flexwrap .text h4 {
        color: #003594;
        border-bottom: 1px solid #003594;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content .messagewrap .flexwrap .text h4 {
            margin-bottom: 2vw; } }
  main section.sec3 .content .messagewrap:first-child {
    margin-bottom: 50px; }
  main section.sec3 .content .messagewrap:last-child .flexwrap {
    flex-direction: row-reverse; }
