.s-jissekilist {
  text-align: center;
}

.s-jissekilist li {
  position: relative;
  text-align: center;
}

.s-jissekilist li:not(:last-child) {
  margin-bottom: 3.2rem;
}

.s-jissekilist li .s-jissekilist__text {
  position: absolute;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #008EC1;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0%, -50%);
}

.s-jissekilist li .s-jissekilist__text .number {
  font-family: "Oswald";
  font-size: 4rem;
  font-weight: normal;
}

.s-jissekilist img {
  width: 300px;
}

@media only screen and (min-width: 1080px) {
  .s-jissekilist {
    display: flex;
    justify-content: space-around;
  }
  .s-jissekilist li:not(:last-child) {
    margin-bottom: 0;
  }
}
