<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-----------漫画ページ調整------------*/
@media screen and (max-width: 480px) {
  [id^="comic"]  + div .wrapper_item {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
   .inner_item_txt p {
      display: flex;
      flex-direction: column;
   }
}</pre></body></html>