@charset "UTF-8";

/*-----------セリフパーツの調整------------*/
#lines+section .content_wrapper {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
.inner_item_txt p {
    display: flex;
    flex-direction: column;
}
}

/*-----------画像パーツの調整------------*/
  #comic + div .inner_item_img img {
    object-fit: contain;
}

@media screen and (max-width: 768px) {
#comic + div .inner_item_img img {
    height: auto!important;
}

.inner_item_txt p {
    display: flex;
    flex-direction: column;
}

  #comic + div .wrapper_item {
    flex-direction: column-reverse;
  }

  #comic + div .inner_item {
    width: 100%!important;
    margin-left: 0%!important;
}
}