.qanda .hero {
  background: url(/qanda/img/bg_qanda.jpg) no-repeat center/cover; }
.qanda .qanda-content {
  margin: 70px 0 125px; }
  .qanda .qanda-content h2 span {
    display: inline-block; }

@media screen and (max-width: 767px) {
  .qanda-content h2 {
    line-height: 1.2; }
    .qanda-content h2 span {
      margin-top: .25em; } }
@media screen and (max-width: 480px) {
  .qanda .hero {
    background: url(/qanda/img/bg_qanda_sp.jpg) no-repeat right bottom 30%/cover; }
  .qanda .qanda-content {
    margin-top: 30px; } }
