@charset "utf-8";

/* -------------------------------------------------------
共通
------------------------------------------------------- */


/* -------------------------------------------------------
main
------------------------------------------------------- */
.text dl {
  display: block;
}


/* -------------------------------------------------------
mobile用
------------------------------------------------------- */
@media screen and (max-width: 1040px) {
  .img {
    justify-content: center;
    align-items: center;
  }

  .img img {
    margin: 0 20px 30px 20px;
  }

  .img img:first-of-type {
    width: 150px;
    height: 27.96px;
  }

  .img img:last-of-type {
    width: 120px;
    height: 83.84px;
  }
}