@charset "UTF-8";

#bg+.widget_form::before {
    content: "";
    display: block;
    width: 5px;
    height: 110px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    border-left: 5px dotted var(--i_sub_color);
    z-index: 1;
}
#bg+div>.content_wrapper::before{
	display: none;
}
@media screen and (max-width: 600px){
	#bg+.widget_form::before {
        height: 80px;
        top: -40px;
	}
}