/* Q&Aセクション用スタイル */

/* Q&A項目 */
.qa .wrap_inner ul li {
  display: block;
  float: none;
  width: 100%;
  clear: both;
  word-break: normal;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  height: auto;
  min-height: 0;
  max-height: none;
  box-sizing: border-box;
}
