@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/


.byline .comments {
    font-size: 90%;
    font-weight: bold;
    opacity: .7;
}

/*コメントアイコンを表示する場合*/
.byline .comments::before {
    font-family: "Font Awesome 5 Free";
    content: "\f075";
    margin-right: .2em;
    display: inline-block;
    transform: scale(-1,1);
}