@charset "UTF-8";

#feature + .contents_box01 .inner_item_txt .heading,
#feature + .contents_box01 .inner_item_txt p:nth-last-of-type(1){
    color: #fff;
}
#feature + .contents_box01 .heading.block_header_2 .h:before{
    background: #fff;
}
#feature + .contents_box01 .heading.block_header_2 .h{
    border-bottom: 1px solid #fff;
}


/*-----------------------------ボタンカラー---------------------------------*/
#feature + section .content_wrapper a:hover  {
    color: var(--i_btn_color)!important;
    background: #fff;
}