/* --------------------
 Theme style
-------------------- */
.editor-styles-wrapper {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 760px;
    padding-left: var(--wp--preset--spacing--30);
    padding-right: var(--wp--preset--spacing--30);
}

@media (min-width: 768px) {
    .editor-styles-wrapper {
        padding-left: var(--wp--preset--spacing--30);
        padding-right: var(--wp--preset--spacing--30);
    }
}

.edit-post-visual-editor {
    background-color: #ffffff;
}

.is-style-heading-01 {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 0 0 33px;
    padding: 3px 0 3px 10px;
    position: relative;
}

@media (min-width: 768px) {
    .is-style-heading-01 {
        font-size: 2rem;
        padding-left: 15px;
    }
}

.is-style-heading-01:before {
    background-color: #333333;
    bottom: 5px;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    top: 5px;
    width: 4px;
}

@media (min-width: 768px) {
    .is-style-heading-01:before {
        width: 8px;
    }
}

.is-style-heading-01:after {
    border-bottom: 1px solid #333333;
    bottom: -3px;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
}

.editor-styles-wrapper .is-style-heading-01 {
    font-size: 20px;
}

.is-style-heading-02 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 40px 0 10px;
    padding: 0 0 0 22px;
    position: relative;
}

@media (min-width: 768px) {
    .is-style-heading-02 {
        font-size: 1.8rem;
    }
}

.is-style-heading-02:before {
    background-color: #333333;
    color: #fff;
    content: "";
    height: 0.75em;
    left: 0;
    letter-spacing: 0;
    line-height: inherit;
    position: absolute;
    top: calc(0.5lh - 0.375em);
    width: 0.75em;
}

.editor-styles-wrapper .is-style-heading-02 {
    font-size: 18px;
}

.is-style-heading-03 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    line-height: 1.6;
    margin: 0 0 5px;
    padding: 0;
}

@media (min-width: 768px) {
    .is-style-heading-03 {
        font-size: 1.6rem;
    }
}

.editor-styles-wrapper .is-style-heading-03 {
    font-size: 16px;
}

.is-style-heading-04 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 40px 0 10px;
    padding: 0;
}

@media (min-width: 768px) {
    .is-style-heading-04 {
        font-size: 1.8rem;
    }
}

.editor-styles-wrapper .is-style-heading-04 {
    font-size: 18px;
}

.wp-block-group {
    margin-block: 0 60px;
}

@media (min-width: 768px) {
    .wp-block-group {
        margin-block-end: 80px;
    }
}

.is-style-list-01 {
    margin-bottom: 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .is-style-list-01 {
        margin-bottom: 60px;
    }
}

.is-style-list-01 > li {
    margin: 0;
    padding: 0;
}

ul.is-style-list-01 {
    list-style: none;
}

ul.is-style-list-01 > li {
    padding: 0 0 0 14px;
    position: relative;
}

@media (min-width: 768px) {
    ul.is-style-list-01 > li {
        padding-left: 18px;
    }
}

ul.is-style-list-01 > li:before {
    background-color: #333333;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: 2px;
    line-height: inherit;
    position: absolute;
    top: calc(0.5lh - 3px);
    width: 4px;
}

@media (min-width: 768px) {
    ul.is-style-list-01 > li:before {
        height: 6px;
        top: calc(0.5lh - 4px);
        width: 6px;
    }
}