@media (max-width: 999px) {
  .main-width {
    width: 100%;
    text-align: left;
    padding: 20px;
    overflow: wrap;
    box-sizing: border-box;
  }
  .box-equal {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .box-equal img.items {
    width: 100%;
  }
  .box-equal .news-2div {
    padding-right: 0;
  }
  .box-equal-4div {
    flex-wrap: wrap;
  }
  .box-equal-4div img.items {
    width: 49.5%;
    max-width: 49.5%;
    padding: 0 2px 2px 2px;
  }
  .t-center {
    text-align: center;
  }
  .t-center-left {
    text-align: left;
  }
  .br-sp {
    display: none;
  }
  .img-sp-100per {
    max-width: 100%;
  }
  h1, h2, h3, h4, h5 {
    line-height: 1.2;
  }
  footer #media-list {
    flex-direction: row;
  }
  footer .company-info {
    font-size: 0.8rem;
  }
}
@media (max-width: 960px) {
  nav.gnavi, ul.navi {
    display: none;
  }
  .zdo_drawer_menu {
    visibility: visible;
  }
  .card-wrap .items {
    width: 100%;
  }
  footer #media-list {
    flex-direction: row;
  }
}/*# sourceMappingURL=media.css.map */