@charset "UTF-8";

/*-----------------------------ボタン---------------------------------*/
#contact_line + section .content_wrapper a {
    background: #06C755;
    border: 2px solid #06C755;
}

#contact_line + section .contents_btn01 a:after {
    background: #06C755;
}

#contact_line + section .contents_btn01 a:hover:before {
    border-color: #06C755;
}

#contact_line + section .contents_btn01 a:after {
    border: 2px solid #06C755;
}

#contact_line + section .contents_btn01 a:hover {
    background: #fff;
    color: #06C755!important;
}

#contact_line + section .contents_btn01 a span:hover:before,
#contact_line + section .contents_btn01 a span:hover:after {
    border-color: #06C755!important;
}

#contact_line + section .contents_btn01 a[target=_blank]:hover span:after {
    border: 1px solid #06C755!important;
}