#page dl {
  margin: 30px 0;
  padding: 25px;
  background: #f2f4f7;
}

#page dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#page dt::before {
  content: 'Q';
  color: #0040da;
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 15px;
}

#page dd {
  padding: 20px 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#page dd::before {
  content: 'A';
  color: #0040da;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  margin-right: 15px;
}
/*# sourceMappingURL=faq.css.map */