@charset "utf-8" ;


/* SVGアイコン定義コンテナクラス */
.svg-defs {
  width: 0;
  height: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
}

/* SVGアイコンクラス */
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  /* baselineより垂直方向にちょっとだけ下げる */
  top: 0.1em;
}
