/* カスタム CSS をここに入力してください */
.post h2 {
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #494949;/*文字色*/
background: #f4f4f4;/*背景色*/
border-left: solid 5px #5b8bd0 !important;/*左線*/
border-bottom: solid 3px #d7d7d7 !important;/*下線*/
font-weight: bold/*太文字*/
}
.post h2::after{
background:0 none;/*元の横線消し*/
}

/* サイドバー：人気記事欄 */

.popular-posts li {
    line-height:1.4em !important;
    margin-bottom:17px !important;
    padding-bottom:17px !important;
    border-bottom:dotted 1px #000;
}

.popular-posts img {
    padding:1px;
    border:solid 0.5px #e2e2e2;
}

.popular-posts .wpp-post-title {
    color:#20a39e;
    font-weight:bold;
    padding-top:0;
    margin-left:3px;
}

.popular-posts .wpp-post-title:hover {
    color:#f9a730;
}

.popular-posts .wpp-excerpt {
    font-size:14px;
}

@media (min-width: 578px) {
    
.popular-posts .wpp-excerpt {
    display:block;
    margin-top:10px;
} 
    
}