.bold {
  font-weight: bold; }

.green {
  color: #27d1d1 !important; }

.center {
  text-align: center; }

.no-padding {
  padding: 0; }

#top #top-img {
  padding: 0;
  overflow: hidden;
  background: url("/images/ad-top-pc.jpg") no-repeat center center;
  height: 190px;
  width: 100%;
  position: relative; }
#top #top-label {
  width: 1200px;
  margin: 0 auto;
  padding: 57px 0 0 20px; }
  #top #top-label .top-label-l {
    font-size: 35px;
    letter-spacing: -1px; }
  #top #top-label .top-label-s {
    font-size: 15px;
    color: #666;
    letter-spacing: -1px; }

#tab {
  width: 1200px;
  margin: 0 auto;
  margin-top: 194px;
  position: relative; }
  #tab #tab-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 780px;
    height: 65px; }
    #tab #tab-wrap .tab {
      float: left;
      width: 25%;
      color: white;
      font-size: 15px;
      text-align: center;
      padding: 20px 0;
      background-color: #a3a4a5;
      cursor: pointer; }
      #tab #tab-wrap .tab.active {
        background-color: #1cc8c9; }

#contact-us {
  min-height: 500px;
  width: 700px;
  margin: 30px auto 100px auto; }
  #contact-us #thanks {
    color: #666666;
    font-size: 15px;
    margin-bottom: 30px; }
  #contact-us .pc table {
    width: 100%;
    border: 0;
    border-collapse: collapse; }
    #contact-us .pc table tbody tr th, #contact-us .pc table tbody tr td {
      padding: 12px;
      font-size: 14px;
      vertical-align: middle;
      border: 1px solid #f1f1f1;
      border-right: none;
      border-left: none; }
    #contact-us .pc table tbody tr th {
      text-align: center;
      font-weight: bold; }
  #contact-us .mobile {
    display: none; }
    #contact-us .mobile .contact-label {
      margin: 10px 0;
      color: #333 !important;
      font-size: 15px;
      font-weight: bold; }
    #contact-us .mobile #check-wrap {
      padding: 15px 0;
      border: 1px solid #ccc;
      border-left: none;
      border-right: none;
      color: #666;
      font-size: 15px;
      font-weight: normal; }
      #contact-us .mobile #check-wrap label {
        margin-bottom: 0; }
    #contact-us .mobile .form-group input {
      height: 45px; }
  #contact-us #btn-wrap {
    margin: 30px 0 50px 0;
    text-align: center; }
    #contact-us #btn-wrap button {
      width: 80px;
      margin: 0 auto;
      background-color: #67bfb7; }
      #contact-us #btn-wrap button .spinner-border {
        position: relative;
        display: inline-block;
        width: 2rem;
        height: 2rem;
        overflow: hidden;
        text-indent: -999em;
        border: .25em solid;
        border-color: currentColor transparent currentColor currentColor;
        border-radius: 50%;
        -webkit-animation-name: spinner-border;
        animation-name: spinner-border;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        width: 10px;
        height: 10px; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@media (max-width: 991px) {
  #top #top-img {
    width: 100%;
    height: auto;
    background: url("/images/customer-top-mobile.jpg") no-repeat center center;
    background-size: cover; }
  #top #top-label {
    width: 100%;
    padding: 27px 0 27px 20px; }
    #top #top-label .top-label-l {
      font-size: 20px; }
    #top #top-label .top-label-s {
      font-size: 12px; }

  #tab {
    width: 100%;
    margin-top: 180px;
    position: relative; }
    #tab #tab-wrap {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 65px; }
      #tab #tab-wrap .tab {
        float: left;
        width: 50%;
        color: white;
        font-size: 15px;
        text-align: center;
        padding: 20px 0;
        background-color: #a3a4a5;
        cursor: pointer; }

  #contact-us {
    width: 100%;
    margin: 90px auto 100px auto; }
    #contact-us .pc {
      display: none; }
    #contact-us .mobile {
      display: block; } }

/*# sourceMappingURL=contact-us.css.map */
