@charset "utf-8";
/* ==================================================
背景画像＋パネル
================================================== */
.imgCards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.imgCards:first-child { margin-top: 0; }
.imgCards_img > img {
  width: 100%;
  height: auto;
}
