@charset "UTF-8";
body {
  background: #fff;
}

/* -------------------------------------------------------------------
　キービジュアル
------------------------------------------------------------------- */
#single-casestudy .ttlbox {
  background: url(../imgs/voice/bg_voice.webp) no-repeat center;
  background-size: cover;
}

/* -------------------------------------------------------------------
　製品データ
------------------------------------------------------------------- */
#casestudy {
  padding: 4.5rem 0rem;
}
#casestudy .f-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.1875rem;
  column-gap: 1%;
}

@media screen and (max-width: 768px) {
  #product .f-container {
    flex-direction: column;
  }
  #product .f-container .panel {
    width: 100%;
  }
  #product .f-container .panel dl {
    font-size: 1rem;
  }
}
/* -------------------------------------------------------------------
　Space Collection
------------------------------------------------------------------- */
#collection {
  padding-bottom: 5.375rem;
}
#collection .f-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.5625rem;
}
#collection .f-container img {
  aspect-ratio: 390/205;
  object-fit: cover;
}

@media (max-width: 768px) {
  #collection .f-container {
    flex-direction: column;
    gap: 1rem;
  }
}
/* -------------------------------------------------------------------
　共通パーツ
------------------------------------------------------------------- */
p.lead {
  margin-top: 1.8125rem;
  text-align: center;
  line-height: 1.875;
}

/*# sourceMappingURL=case_study.css.map */
