@charset "UTF-8";

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