.square-ttl {
    margin-bottom: 64px;
    font-size: 36px;
    line-height: 150%;
    display: flex;
    align-items: baseline;
}

.square-ttl::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 4px 4px 4px 0px;
    background: var(--Blue-500, #3B82F6);
    margin-right: 8px;
}
/* 
.square_ttl-sm:empty{
    display: none;
}
.square_ttl-sm {
    color: #000;
    font-size: 16px;
    line-height: 150%;
    margin-top: 16px;
}
.square_ttl-lg:last-child {
    margin-bottom: 0;
} */

@media screen and (max-width:786px) {

    .square_ttl {
        margin-bottom: 40px;
    }

    .square_ttl-lg {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 24px;
    }

}




ul.list-minus li {
    display: flex;
    align-items: center;
}
ul.list-minus li:empty{
    display: none;
}
ul.list-minus li::before {
    content: '';
    background: #1E3A8A;
    max-width: 24px;
    height: 4px;
    margin-right: 8px;
    width: 100%;
}



ul.list-check li {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

ul.list-check li:last-child {
    margin-bottom: 0;
}

ul.list-check li::before {
    content: '\f058';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    background: var(--blue-gra, linear-gradient(90deg, #0070E6 -5.71%, #113BB9 47.14%, #6852E1 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    margin-right: 16px;
}



.left_border-ttl {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    border-left: 4px solid var(--blue-900);
    padding-left: 16px;
    margin-top: 64px;
    margin-bottom: 40px;
}
.minus-ttl{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.minus-ttl::before{
    content: '';
    width: 24px;
    height: 4px;
    background-color: var(--blue-900);
    margin-right: 8px;
}


ol.ol-gra li {
    list-style-type: none; 
    counter-increment: cnt;
    position: relative;
    padding-left: calc(20px + 16px);
     margin-bottom: 24px;
}

ol.ol-gra li::before {
    content: counter(cnt);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: var(--blue-gra, linear-gradient(90deg, #0070E6 -5.71%, #113BB9 47.14%, #6852E1 100%));
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
}

ol.ol-gra li .ttl {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
    display: inline-block;
}


/* #single .wp_content h3,
#single .wp_content h3.wp-block-heading {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

#single .wp_content h3.wp-block-heading::before {
    content: '';
    width: 24px;
    height: 4px;
    background-color: var(--blue-900);
    margin-right: 8px;
} */