body {
  font-family: 'A1 Gothic R';
}
#wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
article {
  position: relative;
  background-image: url(/ns_mother_enquete2021/bg_q_main.png);
  background-size: contain;
}
article::before {
  content: '';
  background-image: url(/ns_mother_enquete2021/bg_q_header.png);
  height: 72px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-15px);
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
article::after {
  content: '';
  background-image: url(/ns_mother_enquete2021/bg_q_footer.png);
  height: 72px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: translateY(15px);
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 820px) {
  #wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 641px) {
  #talk_body .pic.v {
    max-width: 580px;
  }
}
