﻿
/* CSS Document */
.bg {
  background: #FAF4E8;
}
@media all and (max-width: 1700px) {
  /*1680 * 1050*/
}
@media all and (max-width: 1460px) {
  /*1440 * 900*/
}
@media all and (max-width: 1440px) {
  /*1366*/
}
@media all and (max-width: 1300px) {
  /*1280 * 800*/
}
@media all and (max-width: 1260px) {
  /*1260*/
  .section-4 .wrap {
    font-size: 16px;
  }
}
@media all and (max-width: 1200px) {
  /*1200*/
}
@media all and (max-width: 1100px) {
  /*1024 * 768 */
}
@media all and (max-width: 980px) {
  .showpc {
    display: none;
  }
  .showphone {
    display: inline-block;
    width: 100%;
  }
  .main .box2 {
    padding: 4rem 0 2rem 0;
  }
  .main .box2 .title {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: unset;
  }
  .main .box2 .form input[type='text'] {
    margin-bottom: 1rem;
    width: 90%;
  }
  .main .box2 .form .submit {
    font-size: 1.8rem;
  }
  .main .box2 .form .reg {
    font-size: 1.6rem;
  }
  .main .box6 .btn {
    font-size: 1rem;
    margin: 2rem auto;
  }
  .main .box6 .terms {
    width: 95%;
    margin: 0 auto;
    line-height: 2.5rem;
    padding: 0 0 2rem 0;
  }
  .loading {
    padding: 200px 100px;
  }
  .xttitle {
    margin-bottom: 20px;
  }
  .xttitle .larger-title {
    font-size: 19px;
  }
  .xttitle .larger-title::before,
  .xttitle .larger-title::after {
    top: 7px;
    width: 40px;
    height: 16px;
  }
  .xttitle .larger-title::before {
    left: -50px;
  }
  .xttitle .larger-title::after {
    right: -50px;
  }
  .xttitle .sub-title {
    font-size: 11px;
  }
}
@media all and (max-width: 320px) {
  #head {
    height: 520px;
  }
}
/*# sourceMappingURL=media.css.map */