
/*斜体文字の黄色マーカー*/
article em{
    font-style: normal;
    text-decoration: none;
    background: linear-gradient(transparent 60%, #fff352 40%);
}