@media only screen and (min-width: 769px) {
  .p-flow2__hero {
    background-image: url("/img/flow2/hero.png");
  }
  .p-flow2__text {
    position: relative;
  }
  .p-flow2__text > span:first-child {
    position: absolute;
    top: 0;
    left: -2em;
    display: inline-block;
    width: 2em;
    color: #999;
  }
  .p-flow2__icon {
    margin: 20px auto;
    display: block;
    width: 54px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/img/flow2/icon-arrow.png");
  }
  .p-flow2__list {
    margin-left: 1.5em;
  }
  .p-flow2__list > li {
    text-indent: -1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .p-flow2__hero {
    background-image: url("/img/flow2/hero_sp.png");
  }
  .p-flow2__text {
    position: relative;
  }
  .p-flow2__text > span:first-child {
    position: absolute;
    top: 0;
    left: -2em;
    display: inline-block;
    width: 1.5em;
    text-align: right;
    color: #999;
  }
  .p-flow2__icon {
    margin: 20px auto;
    display: block;
    width: 54px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("/img/flow2/icon-arrow.png");
  }
  .p-flow2__list {
    margin-left: 1.5em;
  }
  .p-flow2__list > li {
    text-indent: -1.5em;
  }
}
