/* small-difference-expressions : グラフ（インラインSVG） */
.sde-fig {
  margin: 20px auto;
  max-width: 560px;
  padding: 12px 12px 8px;
  background: #fff;
  border: 1px solid var(--gray7);
  border-radius: 8px;
}
.sde-fig svg {
  display: block;
  width: 100%;
  height: auto;
}
.sde-cap {
  margin-top: 6px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--gray3);
  text-align: center;
}
