@media screen and (min-width: 768px) {
  .gridWrap__reform {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.8%;
  }
  .gridWrap__reform .col-4 {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  #linkCase01 .footerNaviWrap > div ul li:nth-child(4) {
    width: 212px;
  }
}

/*# sourceMappingURL=style.css.map */
