/* Scss Document */
/* Scss Document */
.qa {
  margin: 0;
  padding: 0; }
  .qa__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .qa__item {
    margin: 0 0 50px;
    padding: 0; }
    .qa__item:last-of-type {
      margin: 0; }
    .qa__item--question {
      margin: 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      .qa__item--question span:nth-of-type(1) {
        width: 50px;
        height: 50px;
        color: #FFF;
        font-size: 1.875rem;
        font-family: "Reddit Sans", serif;
        line-height: 1.0;
        background-color: #00a0e9;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
      .qa__item--question span:nth-of-type(2) {
        width: calc(100% - 50px - 20px);
        margin: 7px 0 0 20px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5; }
    .qa__item--answer {
      margin: 20px 0 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      background-color: #f3f3f3; }
      .qa__item--answer span {
        width: 50px;
        height: 50px;
        color: #FFF;
        font-size: 1.875rem;
        font-family: "Reddit Sans", serif;
        line-height: 1.0;
        background-color: #90c31f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center; }
      .qa__item--answer .system-free {
        width: calc(100% - 50px - 20px);
        margin: 7px 0 0 20px;
        padding: 20px 30px 20px 0;
        line-height: 1.5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }

@media (max-width: 1350px) {
  .qa__item--answer .system-free img {
    width: 100%;
    height: auto; } }
@media (max-width: 760px) {
  .qa__item--answer .system-free iframe {
    width: 100%; } }
@media (max-width: 600px) {
  .qa__item--question span:nth-of-type(2) {
    font-size: 1.25rem;
    margin: 10px 0 0 10px; }
  .qa__item--answer .system-free {
    margin: 7px 0 0 10px;
    padding: 20px 20px 20px 0; } }
