/* CSS Document */
dl.faq_top_text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
dl.faq_top_text dt{
  font-weight: 700;
}
@media only screen and (max-width: 1000px){
  dl.faq_top_text dt{
    margin-bottom: 10px;
  }
  dl.faq_top_text dd{
    font-size: 14px;
    line-height: 25px;
  }
  dl.faq_top_text dd br.none{
    display: none;
  }
}
@media only screen and (min-width: 1001px){
  dl.faq_top_text dt{
    font-size: 22px;
    margin-bottom: 1rem;
    text-align: center;
  }
  dl.faq_top_text dd{
    text-align: center;
    line-height: 28px;
  }
}
