@charset 'UTF-8';
@import url(style.css);

.novel-list li {
    list-style: decimal;
    margin: 0 0 0.5em 2.0rem;
}

.cp {
    font-size: 0.8em;
}

.cp::before {
    content: "･･･";
    margin: 0 1em 0 calc(1em - 0.5vh);
}

.r18 {
    margin-left: 0.5em;
    color: #ff6347;
    font-weight: bold;
    letter-spacing: -0.05em;
}
