div.news h2 {
    display: none;
}
div.news p {
    padding-left: 16rem;
    margin-bottom: 0.5rem;
    background-repeat: no-repeat;
    text-indent: -6.7rem;
}
div.news p.contents {
    background-image: url(../img/icon_contents.png);
}
div.news p.renewal {
    background-image: url(../img/icon_renewal.png);
}
div.news p.start {
    background-image: url(../img/icon_start.png);
}
div.news p strong:last-child {
    color: #e00;
}
div.news p strong:first-child {
    color: #218245;
}
div.news p.pickup {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
}
div.news p.pickup strong {
    color: #555;
}