@media screen and (max-width: 1279px) {
  header .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tp_gnb_nav {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  header {
    height: 60px;
  }
  header .wrap .header_logo {
    height: 60px;
    line-height: 60px;
  }
  h1 {
    line-height: 1.5;
  }
  h1::after {
    width: 200px;
  }
  h3 {
    line-height: 1.5;
  }
  p {
    padding: 10px 0;
  }
  footer dd::before {
    content: '';
  }
  footer dd::after {
    content: '';
    display: block;
    clear: both;
  }
  footer dl > * {
    display: block;
  }
  footer dl dd {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }
  footer dl dd::before {
    content: '';
    display: block;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
  footer img {
    padding: 30px 0;
  }
}
/*# sourceMappingURL=responsive.css.map */