.searchToggle {
display: inline-block;
cursor: pointer;
padding-left: 15px;
position: relative;
font-size: 13px;
}
.searchToggle:before{
content: "";
background-image: url(//www.dible.jp/wp-content/plugins/wp-carbooth/templates/images/plus.svg);
display: inline-block;
height: 1rem;
width: 1rem;
vertical-align: middle;
border: none;
border-left: none;
padding-right: 22px;
background-repeat: no-repeat;
}
.searchToggle.active:before {
background-image: url(//www.dible.jp/wp-content/plugins/wp-carbooth/templates/images/minus.svg);
}
.list_shop_info {
font-size: 12px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ccc;
padding-top: .25em;
}
.list_shop_info {
font-size: 12px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #ccc;
padding-top: .25em;
}
@media screen and (max-width: 769px) {
#filter_content .searchToggle {
margin-bottom: 10px;
}
.list_shop_info {
width: 100%;
}
}