.graphList {
  margin-top: 30px;
}

.graphList-item {
  list-style: none;
  box-sizing: border-box;
}

.graphList-item.item-02 img {
  margin-top: 25px;
  max-width: 315px;
}

.graphList-item.item-03 img {
  margin-top: 25px;
  max-width: 315px;
}

.graphList-item img {
  max-width: 100%;
  margin-top: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.graphList-item figcaption {
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.graphList-item figcaption:before {
  content: "";
  background-color: #A82521;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media all and (min-width: 768px) {
  .graphList {
    display: flex;
    flex-wrap: wrap;
  }
  .graphList-item {
    margin-left: 20px;
  }
  .graphList-item.item-01 {
    width: 100%;
    margin-left: 0;
  }
  .graphList-item.item-01 img {
    max-width: 90%;
  }
  .graphList-item.item-02 {
    width: 48.5%;
    margin-top: 40px;
    margin-left: 0;
  }
  .graphList-item.item-03 {
    width: 48.5%;
    margin-top: 40px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .graphList {
    margin-top: 20px;
  }
  .graphList-item {
    margin-top: 20px;
  }
  .graphList-item.item-01 {
    margin-top: 0;
  }
  .graphList-item.item-02 img {
    max-width: 55%;
  }
  .graphList-item.item-03 img {
    max-width: 55%;
  }
}
