.fv_telop {
  background-color: #ffb113;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: center;
  text-shadow: 1px 1px 0 #777; }
  @media screen and (max-width: 768px) {
    .fv_telop {
      font-size: 1.0rem; } }

.c-flow-list {
  counter-reset: counter-flow; }

h3.title::before {
  counter-increment: counter-flow;
  content: counter(counter-flow);
  display: inline-block;
  width: 62px;
  margin-right: .3em;
  text-align: center;
  background-color: #458ae6;
  border-radius: 50%;
  color: #fff; }
