.m_linkBox02 .m_linkBox__colList {
  display: grid;
  grid-template-columns: repeat(5, auto);
}
@media screen and (max-width: 1180px) {
  .m_linkBox02 .m_linkBox__colList {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 1064px) {
  .m_linkBox02 .m_linkBox__colList {
    grid-template-columns: repeat(auto-fill, minmax(min(230px, 100%), 1fr));
  }
}

.m_linkBox02 .m_linkBox__colList .m_markerLink {
  /* text-wrap: nowrap; */
  white-space: nowrap;
}
