@charset "utf-8";

.flx_box {
  display: flex;
  justify-content: space-between;
}

.flx_box figure {
  width: calc(100% / 2 - 0.2em);
  margin: 0 0 2em 0;
}
