
//ここは移植不要
#side .widget > ul, #side .widget > nav > ul {
  list-style-type: none;
  padding-left: 0;
}
#side .widget > ul > li:before, #side .widget > nav > ul > li:before {
  font-family: dashicons;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: top;
  text-align: center;
  content: "\f139";
  opacity: 0.4;
}
//ここまで