p span {
    color: #cf2e2e;
}
.editor-area ul {
    list-style: none;
    margin-bottom: 2rem !important;
    padding-left: 0;
}
.wp-block-group ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.waribiki table th {
    width: 50%;
}
.waribiki table td {
    text-align: center;
}
.waribiki table td span {
    position: relative;
    line-height: 4;
}
.waribiki table td span::after {
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    top: 10%;
    right: 50%;
    width: 16%;
}
