/* Material iconsを利用する */
.material_icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* 縦方向の位置を指定 */
  vertical-align: middle;

  /* アイコンフォントとフォントとの位置ズレを調整 */
  position: relative;
  top: -2px;
}