@charset "UTF-8";

.sbw18-symbol-circle ,
.sbw18-symbol-double-circle ,
.sbw18-symbol-dash {
display: inline-block;
position: relative;
text-indent: -5000%;
overflow: hidden;
vertical-align: inherit;
}


.sbw18-symbol-circle ,
.sbw18-symbol-double-circle {
width: 16px;
height: 16px;
}
.sbw18-symbol-circle::after ,
.sbw18-symbol-double-circle::after {
display: inline-block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 16px;
height: 16px;
border: solid 1px #000;
border-radius: 50%;
}
.sbw18-symbol-double-circle::after {
border: double 4px #000;
}

.sbw18-symbol-dash {
width: 14px;
height: 1px;
background: #000;
}


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