@charset "utf-8";

.l-content .scene {
  width: 510px;
  display : flex;
  flex-wrap : wrap;
  justify-content: space-between;
  font-size: 13px;
  text-align: center;
}

.l-content .scene .scene_box {
  text-align: center;
  width: 250px;
  vertical-align: top;
  font-size: 13px;
}
