
@charset "UTF-8";

/*-----ボタンカラー変更_250313-----*/
#btn_wrap + .contents_btn01 .content_wrapper > a:nth-of-type(2) {
    background: #00B900;
}
#btn_wrap + .contents_btn01 .content_wrapper > a:nth-of-type(2):hover {
    background: transparent;
}
#btn_wrap + .contents_btn01 .content_wrapper > a:nth-of-type(3) {
    background: #AE2C5A;
}
#btn_wrap + .contents_btn01 .content_wrapper > a:nth-of-type(3):hover {
    background: transparent;
}