@charset "UTF-8";
@media (max-width: 992px) {
  /*header*/
  .header-top {
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .header-top .header-logo {
    max-width: 600px;
  }
  .header-top .header-txt img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  /*header*/
  .header-top {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .header-top .header-txt img {
    max-width: 150px;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index-top-news {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index-box-01 .box-s .box-img {
    height: auto;
  }
  .index-box-01 .box-s .box-img img {
    position: relative;
  }
  .index-box-02 {
    height: auto;
  }
  .index-box-05 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .index-box-05 .row .box-w {
    padding-left: 5px;
    padding-right: 5px;
  }
  .index-box-05 .box-s {
    line-height: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .index-box-02 .news-top .box-title{
    white-space: normal;
    height:auto;
  }
  .index-box-02 .news-list .box-s .title-s,.index-box-03 .box-s .title-s{
    white-space: normal;
    height:auto;
    line-height:28px
  }
}
/*# sourceMappingURL=media-style.css.map */