@charset "UTF-8";

/* ----------------------------------------------------------------
トップページ
---------------------------------------------------------------- */

.mainContents .postItem .postData .postExcerpt {
    /* line-height: 1.857; */
}
/* .postData .postThumb img {
    width: 120px;
    height: 68px;
    object-fit: cover;
} */

@media print, screen and (min-width:768px) {
    .mainContents .postItem .postData .postExcerpt {
        /* line-height: 1.75; */
    }
    /* .postData .postThumb img {
        width: 356px;
        height: 200px;
        object-fit: cover;
    } */
}