.section-list_columns .h1-style {
    margin-bottom: 50px;
}

.section-list_columns ul {
    list-style-type: none;
    padding: 0;
}

.section-list_columns .list-items > li {
    padding-left: 30px;
    padding-top: 18px;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: var(--tateru-line-width) solid #e5e5e5;

    background-image: url(/wp-content/themes/threeam-tateru/assets/images/arrow-right-blue.svg);
    background-size: var(--tateru-arrow-height) var(--tateru-arrow-width);
    background-repeat: no-repeat;
    background-position: left top 20px;
}

.section-list_columns .list-items > li ul {
    padding-top: 20px;
}

.section-list_columns .list-items > li ul li {
    padding-left: 40px;
    line-height: 30px;
    background-image: url(/wp-content/themes/threeam-tateru/assets/images/square.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position: center left 10px;
}

