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 .messagewrap .flexwrap {
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .messagewrap .flexwrap {
        flex-wrap: wrap;
        flex-direction: contain; } }
    main section.sec1 .content .messagewrap .flexwrap .photo {
      width: 23%; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .messagewrap .flexwrap .photo {
          width: 100%;
          margin-bottom: 6vw; } }
      main section.sec1 .content .messagewrap .flexwrap .photo.lg {
        width: 36%; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .messagewrap .flexwrap .photo.lg {
            width: 100%; } }
      main section.sec1 .content .messagewrap .flexwrap .photo img {
        width: 100%; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .messagewrap .flexwrap .photo img {
            width: 50%;
            margin: 0 auto; } }
      main section.sec1 .content .messagewrap .flexwrap .photo p.name {
        margin-top: 10px;
        text-align: left;
        font-size: 12px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .messagewrap .flexwrap .photo p.name {
            font-size: 3.6vw; } }
        main section.sec1 .content .messagewrap .flexwrap .photo p.name strong {
          font-size: 16px; }
          @media only screen and (max-width: 768px) {
            main section.sec1 .content .messagewrap .flexwrap .photo p.name strong {
              font-size: 4vw; } }
    main section.sec1 .content .messagewrap .flexwrap .text {
      width: 75%;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec1 .content .messagewrap .flexwrap .text {
          width: 100%; } }
      main section.sec1 .content .messagewrap .flexwrap .text.lg {
        width: 61%; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .messagewrap .flexwrap .text.lg {
            width: 100%; } }
      main section.sec1 .content .messagewrap .flexwrap .text p {
        margin-bottom: 25px; }
        main section.sec1 .content .messagewrap .flexwrap .text p:last-child {
          margin-bottom: 0; }
        main section.sec1 .content .messagewrap .flexwrap .text p.bio {
          width: 100%;
          padding: 10px 15px;
          background: #f4f4f4;
          font-size: 1em;
          box-sizing: border-box; }
          main section.sec1 .content .messagewrap .flexwrap .text p.bio .bio_t {
            font-weight: bold;
            display: block;
            border-bottom: 1px dashed #aaa;
            padding-bottom: 3px;
            margin-bottom: 8px; }
        main section.sec1 .content .messagewrap .flexwrap .text p.list {
          margin-top: 50px;
          border-top: 1px solid #ccc;
          padding: 20px 0; }
          main section.sec1 .content .messagewrap .flexwrap .text p.list .list_t {
            font-weight: bold;
            display: block;
            border-bottom: 1px dashed #eee;
            padding-bottom: 1px;
            margin-bottom: 1px;
            margin-top: 18px; }
          main section.sec1 .content .messagewrap .flexwrap .text p.list a {
            text-decoration: underline;
            line-height: 28px; }
      main section.sec1 .content .messagewrap .flexwrap .text h4 {
        color: #003594;
        border-bottom: 1px solid #003594;
        margin-bottom: 15px; }
        @media only screen and (max-width: 768px) {
          main section.sec1 .content .messagewrap .flexwrap .text h4 {
            margin-bottom: 2vw; } }
  main section.sec1 .content .messagewrap:first-child {
    margin-bottom: 50px; }
  main section.sec1 .content .messagewrap:last-child .flexwrap {
    flex-direction: row-reverse; }
