@charset "UTF-8";

#faq + div {
  position: relative;
}
#faq + div::before {
  content: "";
  position: absolute;
  left: 3vw;
  top: 3vw;
  width: 340px;
  aspect-ratio: 34 / 27;
  background: url("/common/upload_data/hanacoffeejp/image/20240705145755.png") no-repeat top left;
}
#faq + div::after {
  content: "";
  position: absolute;
  right: 3vw;
  bottom: 3vw;
  width: 340px;
  aspect-ratio: 34 / 27;
  background: url("/common/upload_data/hanacoffeejp/image/20240705145757.png") no-repeat top right;
}
@media screen and (max-width: 768px) {
  #faq + div::before,#faq + div::after {
    width: 100%;
    background-size: 50%;
  }
}