@charset "utf-8";

#post_list {
    background-color: #fdf4cb;
}
#p_title h2::after {
    content: "";
    display: inline-block;
    background: url(../images/info/title-icon.png) no-repeat;
    background-size: contain;
    width: 39px;
    height: 30px;
    top: 3px;
    left: 3px;
    position: relative;
}
@media (min-width : 751px){
    .post-header__icon {
        width: 100px;
        padding: 0 10px 0 25px;
    }
}
@media (max-width: 768px) {
    #p_title {
        padding: 2px 20px 4px;
    }
    #p_title h2::after {
        width: 30px;
        height: 24px;
        top: 3px;
        left: 6px;
    }
}