#qa_main {
  border: solid 2px #1E4687;
}
#qa_main h1 {
  background-color: #1E4687;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 26px;
}
#qa_main .inner {
  padding: 30px;
}
#qa_main .hgroup {
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0 1em;
  font-weight: bold;
}
#qa_main .hgroup:first-child {
  margin-top: 0;
}
#qa_main .hgroup .num {
  font-size: 35px;
  color: #1E4687;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#qa_main .hgroup .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0.5em;
}
#qa_main strong {
  font-weight: normal;
  color: #FF0000;
}
#qa_main sub {
  font-size: 50%;
}

#qa_link a {
  display: block;
  background-color: #FFFF7E;
  padding: 20px;
  font-weight: bold;
  color: #1E4687;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
  border-radius: 45px;
  -webkit-box-shadow: 5px 5px 0 #CCC;
          box-shadow: 5px 5px 0 #CCC;
}
#qa_link a br {
  display: none;
}

@media screen and (max-width: 767px) {
  #qa_main {
    margin: 0 10px 50px;
  }
  #qa_main h1 {
    font-size: 20px;
  }
  #qa_main .inner {
    padding: 15px;
  }
  #qa_main .hgroup {
    display: block;
    margin: 2em 0 1em;
    font-weight: bold;
  }
  #qa_main .hgroup .num {
    font-size: 23px;
    margin-right: 0;
    display: block;
  }
  #qa_main .hgroup .text {
    display: block;
    font-size: 15px;
  }
  #qa_main .hgroup .text br {
    display: none;
  }
  #qa_main p {
    font-size: 14px;
  }

  #qa_link {
    padding: 0 10px;
  }
  #qa_link a {
    font-size: 18px;
    padding: 15px 10px;
  }
  #qa_link a br {
    display: inline;
  }
}
/*# sourceMappingURL=qa.css.map */
