@charset "utf-8";

p.not_figure_title {
  font-size: 16px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  text-align: center;
}

p.not_figure_p {
  font-size: 14px;
  line-height: 1.9em;
  letter-spacing: 0.1em;
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.showing {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.not_figure {
  width: 100%;
}

/* スマホ表示時の文字サイズ */
@media screen and (max-width: 640px) {

.pc {
  display: none;
}

.sp {
  display: block;
}

p.not_figure_title,
p.not_figure_p {
  font-size: 3.4vw;
}
}