@charset "UTF-8";


.seo-contents-head h3 {
display: inline-block;
font-weight: 600;
font-size: 2.1rem;
line-height: 1.5;
position: relative;
padding-left: 22px;
}

.seo-contents-head h3:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
    border: 3px solid var(--i_btn_color);
    border-radius: 50px;
}
