@import url(common.css);
main article {
  max-width: 730px;
  margin: 0 auto;
  width: 96%;
}
main article div.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main article div.flex p {
  flex-basis: 21.92%;
}
main article div.flex p.text {
  flex-basis: 73.97%;
  text-align: justify;
}
main article .reverse {
  flex-direction: row-reverse;
  padding-bottom: 40px;
}
main article dl {
  display: flex;
  justify-content: space-between;
  text-align: justify;
}
main article dl div.flex {
  align-items: unset;
}
main article dl div.QA {
  flex-basis: 47.95%;
  padding-bottom: 40px;
}
main article dl dt {
  padding-bottom: 16px;
}
main article p.img {
  text-align: center;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  main article {
    max-width: 360px;
  }
  main article div.flex {
    display: block;
  }
  main article div.flex p {
    text-align: center;
    padding-bottom: 40px;
  }
  main article div.flex img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 120px;
  }
  main article div.flex p.text {
    padding-bottom: 0;
  }
  main article dl {
    display: block;
  }
  main article p.img {
    text-align: center;
    padding-bottom: 80px;
  }
}/*# sourceMappingURL=question.css.map */