@charset "UTF-8";

.top-seo-contents h3{
  margin-top: 80px;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 22px;
    position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
    padding-bottom: 5px;
}
.top-seo-contents h3:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border: 3px solid var(--i_main_color);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 7px);
    left: 0;
}
.top-seo-contents h4{
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    color: var(--i_main_color);
    letter-spacing: 0.2rem;
}
.top-seo-contents p{
    margin-bottom: 30px;
}