/* ネタバレ開閉リンク部分 */
.neta-bare {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #A1A1A1;
}

/* ネタバレ開閉コンテンツ部分 */
.neta-bare-contents {
    display: none;
}