.posrel {
  position: relative; }

.contact-section-2 {
  margin-top: 60px; }
  .contact-section-2 h2 {
    text-align: center; }
  .contact-section-2 .ul-1 {
    margin-top: 25px; }
    .contact-section-2 .ul-1 li {
      float: left;
      width: 320px; }
      .contact-section-2 .ul-1 li div {
        padding: 10px; }
        .contact-section-2 .ul-1 li div:nth-child(n+2) {
          padding: 7px; }
      .contact-section-2 .ul-1 li .li-title {
        background-color: #E9F4FA;
        border-bottom: 1px solid #809DC4; }
      .contact-section-2 .ul-1 li .li-content {
        border-bottom: 1px solid #CCCCCC;
        font-size: 14px;
        font-weight: bold;
        color: #333333; }
        .contact-section-2 .ul-1 li .li-content:last-child {
          border-bottom: none; }
      .contact-section-2 .ul-1 li h3 {
        font-size: 20px;
        color: #003C8A;
        border-left: 4px solid #003C8A;
        padding-left: 5px; }
      .contact-section-2 .ul-1 li:nth-child(n+2) {
        margin-left: 20px; }
        .contact-section-2 .ul-1 li:nth-child(n+2) div {
          padding: 10px; }
  .contact-section-2 .contact-wrapper {
    clear: both;
    padding-top: 40px; }
    .contact-section-2 .contact-wrapper .contact-details {
      background-color: #003C8A;
      padding: 30px 40px;
      color: #fff; }
      .contact-section-2 .contact-wrapper .contact-details .ul-2 li {
        float: left;
        padding-right: 45px; }
        .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel {
          display: inline-block;
          background-color: #fff;
          color: #003C8A;
          font-size: 20px;
          line-height: 1;
          padding: 5px 10px;
          position: relative;
          bottom: 10px;
          margin-right: 10px; }
        .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel-number {
          display: inline-block;
          font-size: 51px;
          line-height: 1; }
        .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) {
          border-left: 1px solid #fff;
          padding-left: 50px;
          padding-right: 0px;
          padding-top: 7px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel {
            font-size: 15px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel-number {
            font-size: 41px; }

#contact-form {
  margin-top: 70px;
  margin-bottom: 100px;
  background-color: #E9F4FA;
  padding: 55px 0; }
  #contact-form .form-title {
    border-bottom: 1px solid #003C8A;
    padding-bottom: 20px;
    margin-bottom: 24px; }
    #contact-form .form-title img {
      display: block;
      margin: auto; }
  #contact-form table {
    width: 100%; }
    #contact-form table thead tr th {
      width: 13em;
      padding: 10px 1em 10px 0;
      text-align: left;
      white-space: nowrap;
      vertical-align: middle; }
      #contact-form table thead tr th span {
        float: right;
        color: #fff;
        font-size: 20px;
        border-radius: 5px;
        padding: 0 10px; }
        #contact-form table thead tr th span.red {
          background-color: #EF4F50; }
        #contact-form table thead tr th span.gray {
          background-color: #B2B2B2; }
    #contact-form table thead tr td {
      padding: 10px 0;
      vertical-align: middle; }
      #contact-form table thead tr td ul li {
        float: left;
        font-size: 15px;
        color: #333333; }
        #contact-form table thead tr td ul li label {
          display: block; }
        #contact-form table thead tr td ul li:nth-child(n+2) {
          margin-left: 40px; }
    #contact-form table thead tr .top th, #contact-form table thead tr .top td {
      vertical-align: top; }
    #contact-form table thead tr label {
      cursor: pointer;
      display: inline-block; }
    #contact-form table thead tr input[type='text'], #contact-form table thead tr input[type='password'], #contact-form table thead tr input[type='tel'], #contact-form table thead tr input[type='email'] {
      font-size: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px;
      border: 1px solid #CBD8E0;
      outline: none;
      height: 50px; }
      #contact-form table thead tr input[type='text'].short, #contact-form table thead tr input[type='password'].short, #contact-form table thead tr input[type='tel'].short, #contact-form table thead tr input[type='email'].short {
        width: 5em; }
      #contact-form table thead tr input[type='text'].full, #contact-form table thead tr input[type='password'].full, #contact-form table thead tr input[type='tel'].full, #contact-form table thead tr input[type='email'].full {
        width: 100%; }
      #contact-form table thead tr input[type='text']:focus, #contact-form table thead tr input[type='password']:focus, #contact-form table thead tr input[type='tel']:focus, #contact-form table thead tr input[type='email']:focus {
        border: 1px solid #182ece; }
    #contact-form table thead tr select {
      font-size: 16px;
      border: 1px solid #aaa;
      height: 2em;
      background: #eee; }
    #contact-form table thead tr textarea {
      resize: none;
      font-size: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 8px;
      border: 1px solid #CBD8E0;
      outline: none;
      width: 100%; }
    #contact-form table thead tr:nth-child(6) th span {
      position: relative;
      bottom: 25px; }
    #contact-form table thead tr:last-child th {
      vertical-align: top; }
  #contact-form .privacy-check {
    text-align: center;
    margin: 30px 0; }
  #contact-form .submit {
    margin-top: 40px;
    text-align: center; }
    #contact-form .submit li {
      display: inline-block;
      position: relative; }
      #contact-form .submit li img {
        position: absolute;
        top: 15px;
        right: 35px; }
    #contact-form .submit a, #contact-form .submit input[type="submit"], #contact-form .submit button {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      -webkit-appearance: none;
      vertical-align: top;
      color: #fff;
      text-decoration: none;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1;
      display: inline-block;
      padding: 15px 30px;
      background: #eee;
      font-size: 16px;
      border: 1px solid #ccc;
      cursor: pointer;
      outline: none;
      background-color: #003C8A;
      width: 200px; }
  #contact-form .error {
    color: #f00; }
  #contact-form .result {
    text-align: center; }
    #contact-form .result h2 {
      font-size: 1.4em;
      margin-bottom: 20px; }

@media screen and (max-width: 640px) {
  .contact-section-2 {
    margin-top: 22px;
    padding: 0 20px; }
    .contact-section-2 h2 img {
      width: 100%; }
    .contact-section-2 .ul-1 li {
      width: 100%; }
      .contact-section-2 .ul-1 li .li-title h3 {
        font-size: 18px; }
      .contact-section-2 .ul-1 li .li-content {
        font-size: 12px;
        padding: 15px 10px 10px !important; }
      .contact-section-2 .ul-1 li:nth-child(n+2) {
        margin-left: 0px;
        margin-top: 10px; }
    .contact-section-2 .contact-wrapper {
      padding-top: 30px; }
      .contact-section-2 .contact-wrapper .contact-details {
        padding: 15px 20px; }
        .contact-section-2 .contact-wrapper .contact-details .ul-2 li {
          padding-right: 0px;
          width: 100%;
          padding-bottom: 10px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel {
            font-size: 15px;
            bottom: 5px;
            margin-right: 5px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel-number {
            font-size: 27px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li p {
            font-size: 9px; }
          .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) {
            border-left: none;
            padding-left: 0px;
            border-top: 1px solid #fff;
            padding-top: 10px;
            padding-bottom: 0; }
            .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel {
              font-size: 15px;
              bottom: 5px;
              margin-right: 5px; }
            .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel-number {
              font-size: 26px; }
            .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) p {
              font-size: 9px; }
  #contact-form {
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 25px 20px; }
    #contact-form .form-title {
      margin-bottom: 10px; }
      #contact-form .form-title img {
        width: 100%; }
    #contact-form table thead tr th {
      width: 11em;
      display: block; }
      #contact-form table thead tr th span {
        font-size: 10px;
        position: relative;
        top: 3px; }
    #contact-form table thead tr td {
      display: block;
      width: 100%;
      padding: 0 0 10px; }
      #contact-form table thead tr td ul li {
        display: block;
        width: 100%; }
        #contact-form table thead tr td ul li:nth-child(n+2) {
          margin-left: 0px; }
    #contact-form table thead tr:nth-child(n+2) th {
      padding-top: 20px; }
    #contact-form table thead tr:nth-child(6) th span {
      top: -20px !important; }
    #contact-form .submit {
      margin-top: 10px; } }

@media screen and (max-width: 320px) {
  .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel {
    bottom: 2px; }
  .contact-section-2 .contact-wrapper .contact-details .ul-2 li .tel-number {
    font-size: 19px; }
  .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel {
    bottom: 2px; }
  .contact-section-2 .contact-wrapper .contact-details .ul-2 li:nth-child(n+2) .tel-number {
    font-size: 19px; } }

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