
@charset "UTF-8";

#top_left + .contents_box01 .content_wrapper a:before {
    background: #82C67B;
}
#top_left + .contents_box01 .content_wrapper a:after {
    background: #3AAC38;
}
#top_left + .contents_box01 .content_wrapper a[target=_blank] span:before {
    content: none;
}
#top_left + .contents_box01 .content_wrapper a[target=_blank] span:after {
    right: 8px;
    top: calc(50% - 4px);
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
}
