@charset "UTF-8";

/*---------------一つ目のボタン---------------*/
.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child {
    color: #898989 !important;
    border-color: #898989;
}

.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child::after {
    background-color: #898989 !important;
}

.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child span:before,
.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child span:after {
    border-color: #898989 !important;
}

.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child:hover {
    color: #fff !important;
}

.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child:hover span:before,
.contents_box01[class*="block_image_text_"] .inner_item_txt .contents_btn01 a:first-child:hover span:after {
    border-color: #fff !important;
}