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-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 {
    width: 60%;
    margin: 40px auto; }
    @media only screen and (max-width: 768px) {
      main section.sec1 .content .imgwrap {
        width: 90%;
        margin: 4vw auto; } }
    main section.sec1 .content .imgwrap img {
      width: 100%; }
main section.sec2 .content {
  padding-bottom: 95px; }
  main section.sec2 .content .imgwrap {
    margin-bottom: 20px; }
    main section.sec2 .content .imgwrap img {
      width: 100%; }
  main section.sec2 .content h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content h3 {
        font-size: 3.8vw;
        margin-bottom: 4vw; } }
  main section.sec2 .content .tablewrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    main section.sec2 .content .tablewrap .left {
      width: 100%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .tablewrap .left {
          margin-bottom: 6vw;
          overflow-x: scroll; } }
    main section.sec2 .content .tablewrap .right {
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .tablewrap .right {
          width: 100%;
          flex-direction: column;
          justify-content: flex-start; } }
      main section.sec2 .content .tablewrap .right .block {
        width: 30%;
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .tablewrap .right .block {
            width: 100%;
            margin-bottom: 3vw; } }
        main section.sec2 .content .tablewrap .right .block .imgwrap {
          border: 5px solid #FFF;
          box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.08); }
        main section.sec2 .content .tablewrap .right .block p {
          text-align: left; }
    main section.sec2 .content .tablewrap table {
      width: 100%;
      border-collapse: collapse; }
      main section.sec2 .content .tablewrap table:first-child {
        margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        main section.sec2 .content .tablewrap table {
          width: 100%; } }
      main section.sec2 .content .tablewrap table tr td {
        border: 1px solid #000;
        padding: 15px 10px;
        text-align: left;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          main section.sec2 .content .tablewrap table tr td {
            font-size: 3vw;
            padding: 3vw 1vw; } }
      main section.sec2 .content .tablewrap table tr:nth-child(even) td {
        background-color: #F4F3F9; }
      main section.sec2 .content .tablewrap table tr:first-child td {
        text-align: center;
        font-weight: bold; }
  main section.sec2 .content p.att {
    margin-top: 10px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content p.att {
        text-align: left;
        margin-top: 2vw;
        font-size: 3.4vw; } }
main section.sec3 .content {
  padding-bottom: 55px; }
  @media only screen and (max-width: 768px) {
    main section.sec3 .content {
      padding-bottom: 6vw; } }
  main section.sec3 .content .wrap {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content .wrap {
        margin-bottom: 6vw; } }
    main section.sec3 .content .wrap:last-child {
      margin-bottom: 0; }
    main section.sec3 .content .wrap h3 {
      color: #003594;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content .wrap h3 {
          font-size: 3.8vw;
          margin-bottom: 2vw; } }
  main section.sec3 .content p {
    padding: 0 15px;
    margin-bottom: 20px;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content p {
        padding: 0;
        margin-bottom: 2vw; } }
  main section.sec3 .content .imgwrap {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content .imgwrap {
        margin-bottom: 6vw;
        flex-direction: column; } }
    main section.sec3 .content .imgwrap .box {
      width: 48%; }
      @media only screen and (max-width: 768px) {
        main section.sec3 .content .imgwrap .box {
          width: 100%; }
          main section.sec3 .content .imgwrap .box:first-child {
            margin-bottom: 4vw; } }
    main section.sec3 .content .imgwrap img {
      width: 100%; }
  main section.sec3 .content .btnwrap {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      main section.sec3 .content .btnwrap {
        margin-bottom: 6vw; } }

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