@charset "utf-8";

/* ---------- 
common
----------*/
.btn-wrap{
    text-align: center;
    margin-bottom: 80px;
}

/* ---------- 
editor-block
----------*/
.editor-block{
    margin-bottom: 80px;
}

.editor-block ul {
    margin-bottom: 30px;
}

.editor-block ul li {
    line-height: calc(34/16);
}

@media screen and (max-width: 700px) {
    .editor-block ul li {
        font-size: calc(15px / var(--fs-base) * 1rem);
        line-height: calc(30/15);
    }
}

.editor-block ul:not(.list-dot) li::before {
    top: 50%;
    transform: translateY(-50%);
}