@charset "UTF-8";

.terms{
    height: 180px;
    overflow: auto;
    padding: 15px 15px 0;
    margin-bottom: 30px;
    border: 1px solid var(--i_border_color);
}
.marker-under-red {
    background: linear-gradient(transparent 60%,#ffd0d1 60%);
}
.terms ul, .terms p{
        margin-bottom: 1.4em;
}
.block_html ul li::marker{
    font-size:1.2rem;
}