@charset "UTF-8";

.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .disaply_block {
    display: block !important;
  }
  .sp_margin_bottom {
    display: block;
    margin-bottom: 10px !important;
  }
}