/*
* Contact
*/


/* ------------------------------------------------------------------------- */

@media screen and (min-width: 751px) {
  /* @media screen
------------------------------------------------------------------------- */
  .content{
    padding-top: 100px !important;
  }
  #common_content_main{
    .heading_lv1{
      margin-top: 80px;
    }
    #sec01{
      .table_under_btn{
        margin: 80px auto 0;
        display: flex;
        justify-content: center;
        i{
          position: absolute;
          left: 30px;
          top: 50%;
          transform: translateY(-50%) rotate(180deg);
          &:before{
            font-size: 12px;
          }
        }
      }
    }
    #sec02{
      margin-top: 160px;
    }
  }

}
/* ------------------------------------------------------------------------- */

@media screen and (max-width: 750px) {
  /* @media screen
------------------------------------------------------------------------- */
  .content{
    padding-top: 64px !important;
    padding-bottom: 0 !important;
  }
  #common_content_main{
    .heading_lv1{
      margin-top: 48px;
    }
    #sec01{
      .table_under_btn{
        margin: 64px auto 0;
        display: flex;
        justify-content: center;
        i{
          position: absolute;
          left: 20px;
          top: 50%;
          transform: translateY(-50%) rotate(180deg);
          &:before{
            font-size: 12px;
          }
        }
      }
    }
    #sec02{
      margin-top: 120px;
    }
  }
}

