@charset "UTF-8";

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