.cursor_p {
  cursor: pointer
}

.display_none {
  display: none!important;
}

.display_flex {
  display: flex!important;
}

.no_w {
  white-space: nowrap!important;
}

/* 960未満 */
@media (max-width: 959px) {
.display_flex {
 flex-wrap: wrap;
}
}