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-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    main section.sec1 .content {
      padding-bottom: 6vw; } }
  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; } }
  main section.sec1 .content .imgwrap img {
    width: 100%; }
main section.sec2 {
  background-color: #F4F3F9; }
  main section.sec2 .content {
    padding-top: 65px;
    padding-bottom: 55px; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content {
        padding-top: 6vw;
        padding-bottom: 6vw; } }
    main section.sec2 .content .teacher_list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: stretch; }
      main section.sec2 .content .teacher_list .item {
        width: 32%;
        margin: 0 2% 20px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        background-color: #FFF;
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.04);
        text-align: left; }
        main section.sec2 .content .teacher_list .item:nth-child(3n) {
          margin: 0 0 20px 0; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .teacher_list .item:nth-child(3n) {
              margin: 0 2% 4vw 0; } }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .teacher_list .item {
            width: 49%;
            margin: 0 2% 4vw 0; }
            main section.sec2 .content .teacher_list .item:nth-child(2n) {
              margin: 0 0 4vw 0; } }
        main section.sec2 .content .teacher_list .item p {
          padding: 0 15px; }
          @media only screen and (max-width: 768px) {
            main section.sec2 .content .teacher_list .item p {
              padding: 0 2vw; } }
          main section.sec2 .content .teacher_list .item p.name {
            color: #003594;
            font-size: 18px;
            padding-top: 15px;
            position: relative; }
            @media only screen and (max-width: 768px) {
              main section.sec2 .content .teacher_list .item p.name {
                font-size: 4vw;
                padding-top: 2vw; } }
            main section.sec2 .content .teacher_list .item p.name::after {
              content: "";
              width: 90%;
              height: 1px;
              background: #003594;
              position: absolute;
              bottom: 0;
              left: 0; }
          main section.sec2 .content .teacher_list .item p.excerpt {
            padding: 15px;
            font-size: 13px; }
            @media only screen and (max-width: 768px) {
              main section.sec2 .content .teacher_list .item p.excerpt {
                padding: 2vw;
                font-size: 3.2vw; } }
main section.sec3 .content {
  padding-top: 75px;
  padding-bottom: 90px; }
  @media only screen and (max-width: 768px) {
    main section.sec3 .content {
      padding-top: 7vw;
      padding-bottom: 9vw; } }
  main section.sec3 .content h2 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content h2 {
        margin-bottom: 4vw; } }
  main section.sec3 .content dl {
    text-align: left;
    margin-bottom: 65px; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content dl {
        margin-bottom: 6vw; } }
    main section.sec3 .content dl:last-child {
      margin-bottom: 0; }
    main section.sec3 .content dl dt {
      color: #003594;
      font-size: 18px;
      margin-bottom: 25px;
      padding: 0 0 0 10px; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content dl dt {
          font-size: 4vw;
          margin-bottom: 3vw;
          padding: 0; } }
    main section.sec3 .content dl dd {
      margin: 0; }
      main section.sec3 .content dl dd ul li {
        padding: 14px 0 5px 10px;
        border-bottom: 1px solid #A9A9A9; }
        @media only screen and (max-width: 768px) {
          main section.sec3 .content dl dd ul li {
            padding: 2vw 0 1vw; } }

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