@charset "utf-8";
/* CSS Document */
@media print,
screen and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    position: relative;
    background-position: center;
    background-color: #f0f0f0;
    border-radius: 15px;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media not all and (min-width: 768px) {
  .p-top {
    background-image: url("../images/mv.webp");
    background-color: #000000;
    padding: 130px 0 50px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

/*============================
	既存消費者リサーチとの違い
=============================*/
.Flow-Item-Content--row {
  grid-column: 2 / -1;
  display: grid;
  padding-bottom: 30px;
  gap: 16px;
}

.info-detail.bg-b {
  height: fit-content;
  margin-block: 0;
  background-color: #f9fafd;
}

@media (min-width: 768px) {
  .Flow-Item-Content--row:has(> .info-detail) {
    grid-template-columns: minmax(0, 0.6fr) 1fr;
  }
}