@charset "UTF-8";

/*-----------漫画ページ調整------------*/
@media screen and (max-width: 768px) {
  .inner_item_txt p {
      display: flex;
      flex-direction: column;
  }
}