@charset "UTF-8";

/*漫画上に丸数字追加*/
#num_manga + .composite_box01 .heading.block_header_4{
    display: flex;
    justify-content: center;
}
#num_manga + .composite_box01 .heading.block_header_4 .h{
    border: 1px solid var(--i_txt_color);
    background: var(--i_sub2_color);
    color: var(--i_txt_color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#num_manga + .composite_box01 .inner_item_img img{
    height: auto !important;
}