/*
Template: jin
Theme Name: jin-child
Author: CrossPiece
Version: 1.00
*/

/*ブログカードに「続きを読む」*/
a.blog-card{
    padding-bottom:40px;
}
a.blog-card{
    position: relative;
}
a.blog-card:after{
    position: absolute;
    font-family: 'Quicksand','Avenir','Arial',sans-serif,'Font Awesome 5 Free';
    content:'続きを読む \f101';
    font-weight: bold;
    right:10px;
    bottom: 10px;
    padding:1px 10px;
    background:#bc5e5f;/*「続きを読む」の背景色*/
    color:#fff;/*「続きを読む」の文字色*/
    font-size: .8em;
    border-radius:2px;
}

/*「あわせて読みたい」を消す*/
.blog-card-hl-box{
    display:none;
}