@charset "UTF-8";

#c3 + .composite_box01 .wrapper_item {
    justify-content: center;
}

#c3 + div .inner_item:first-child {
    max-width: 80%;
}

#c3 + div .inner_item:not(:last-of-type) {
    border: none;
}

#c3 + div .inner_item:nth-of-type(2) {
    display: none;
}

@media screen and (max-width: 900px){
    #c3 + div .inner_item:first-child {
        max-width: 100%;
    }
}

/* 260116フォント色変更 */ 
#top_worries + section.composite_box01.block_images_15 .inner_item_txt {
color: #3c3736!important;
}