@charset "UTF-8";

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

/*-----------画像------------*/
.inner_item_img img {
    height: 100%!important;
}

.inner_item:nth-child(n + 3) {
margin-top: 5rem;
}

.composite_box01:not(.block_images_13) .inner_item:nth-of-type(1):nth-last-of-type(4), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(2):nth-last-of-type(3), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(3):nth-last-of-type(2), .composite_box01:not(.block_images_13) .inner_item:nth-of-type(4):nth-last-of-type(1) {
    width: 45%;
}

.comic-sp {
    display: none;
}

@media screen and (max-width: 480px) {
.comic-pc {
    display: none;
}
.comic-sp {
    display: block;
}
.inner_item:nth-child(3n) {
margin-top: 0rem;
}
}