@charset "utf-8";
@scope (.the_content ) {

/* ----------------------------------------
.img_wrap
 ---------------------------------------- */
.img_wrap {
  display: flex;
  justify-content: space-between;
}

figure {
  display: inline-block;
}

figcaption {
  line-height: 0.8;
  padding-top: 15px;
  font-size: 12px;
}

/* ----------------------------------------
.flower
 ---------------------------------------- */
span.flower::before {
  content: "🌸 ";
}

span.flower::after {
  content: " 🌸";
}
}