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: 35px; }
  @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 .productimage img {
    width: 100%; }
main section.sec2 .content {
  padding-top: 30px;
  padding-bottom: 75px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    main section.sec2 .content {
      padding-top: 4vw;
      padding-bottom: 7vw;
      flex-direction: column; } }
  main section.sec2 .content .btn_bl,
  main section.sec2 .content .btn_or {
    display: block;
    width: 35%;
    padding: 20px 0;
    margin: 0 5px;
    font-size: 24px; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content .btn_bl,
      main section.sec2 .content .btn_or {
        display: block;
        width: 100%;
        text-align: center;
        padding: 3vw 0;
        font-size: 3.8vw;
        box-sizing: border-box;
        margin: 0; } }
  main section.sec2 .content .btn_bl {
    background-color: #C1D6E5; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content .btn_bl {
        margin-bottom: 4vw; } }
  main section.sec2 .content .btn_or {
    background-color: #F6AD3C;
    color: #FFF; }
  main section.sec2 .content .imgwrap {
    width: 40%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      main section.sec2 .content .imgwrap {
        width: 80%; } }
    main section.sec2 .content .imgwrap img {
      width: 100%; }

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