@charset "UTF-8";
.ob_blog_card_wrap{
    padding: 50px 20px 20px;
    box-sizing: border-box;
}
.ob_blog_card_wrap a{
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    text-decoration: none;
}
.bc_ribbon{
    position: absolute;
    display: inline-block;
    left: -20px;
    top: -40px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.bc_ribbon span{
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 38px;
    width: 7px;
    border-radius: 5px 0 0 5px;
}
.bc_ribbon::after{
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: rgba(142, 142, 142, 0.56);
    border-radius: 5px 0 0 5px;
}
.obbc_right{
    order: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.obbc_r_title,.obbc_r_excerpt{
    white-space: 100%;
    text-align: justify;
}
.obbc_r_title{
    margin: 0;
    font-weight: bold;
}
.obbc_r_excerpt{
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0;
}
.obbc_left{
    order: 1;
    margin-right: 20px;
}
.obbc_pc{
    width: 240px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    @media screen and (max-width: 600px) {
        .ob_blog_card_wrap a{
            flex-wrap: wrap;
        }
        .obbc_left{
            width: 100%;
            margin-right: 0;
        }
        .obbc_right{
            width: 100%;
        }
        .obbc_right{
            margin-top: 20px;
        }
        .obbc_r_excerpt{
            margin-top: 20px;
        }
    }