/* 一覧 */
.title_kv:after{
    content:"スタッフブログ";
}
.blog_all{
    display:flex;
    padding-bottom:80px;
    width:80%;
    max-width:1000px;
    margin:0 auto;
}
.blog_all ul{
    width:100%;
}
.blog_detail a{
    border-bottom:1px solid #e8e8d6;
    display:flex;
    align-items:center;
}
.blog_detail a{
    color:#000;
}
.cat{
    box-sizing:border-box;
    width:70px;
    height:25px;
    padding:5px 5px 3px 5px;
    border-radius:20px;
    font-size:10px;
    color:#fff;
    text-align:center;
    background-color:#f1cb0a;
}
.time{
    display:flex;
}
time{
    margin:0 20px 0 20px;
}

@media screen and (max-width:700px){
    .time{
        margin-bottom:5px;
    }
    .blog_detail a{
        display:block;
    }
}

