﻿@charset "UTF-8";

svg {
  color: #06b; /* 変更対象 */
}
/* *******************************
 * 背景および縁取り
 ******************************* */
.back {
  fill: #fff;
  opacity: 0.85;
}

/* *******************************
 * アイコン塗りと線
 ******************************* */
.fill {
  fill: currentColor;
}
.stroke {
  stroke: currentColor;
  stroke-width: 4px;
  fill: none;
}

.opacity {
  opacity: 0.3;
}
