@charset "UTF-8";

a[id*="top_flow"] + .composite_box01 .inner_item {
    padding-bottom: 1rem;
}
a[id*="top_flow"] + .composite_box01 .heading.block_header_4 .h {
    font-size: 1.8rem !important;
}
a[id*="top_flow"] + .composite_box01 .heading.block_header_4 p {
    color: var(--i_main_color);
    font-size: 1.6rem;
}
@media only screen and (max-width: 920px) {
    a[id*="top_flow"] + .composite_box01 .inner_item {
        padding-bottom: 0;
        margin-bottom: 30px!important;
    }
}

/*MV下パーツ調整*/
.index > #mv_outer:not(.edit_outer) + main {
    margin-top: 0px;
}