@charset "UTF-8";

.seo-contents-head h3 {
margin-top:30px;
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;
}
.top-seo-contents .inner_item{
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

/*アクセスパーツ 店舗名非表示*/
.widget_shop01 .wrapper_item .heading.block_header_4{
    display: none;
}