@charset "utf-8";

/* ==================================================
404
================================================== */
.p404_intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  img {
    width: auto;
    height: 150px;
  }
}