@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap);.cf img {
  vertical-align: bottom;
}
.cf .cf-step {
  display: flex;
  gap: 30px;
}
.cf .cf-step_title {
  color: #D00F31;
  font-weight: bold;
  line-height: 1.7;
  background: linear-gradient(transparent 60%, #FFFF61 0%);
  display: inline;
  margin-bottom: 10px;
}
.cf .cf-arrow {
  display: block;
  width: 48px;
}
@media print, screen and (min-width: 768px) {
  .cf .cf-step {
    align-items: center;
    padding: 30px 20px;
  }
  .cf .cf-step-text-img {
    width: 150px;
  }
  .cf .cf-step-text {
    width: 680px;
  }
  .cf .cf-step_title {
    font-size: 20px;
  }
  .cf .cf-arrow {
    margin: 20px auto;
  }
}
@media screen and (max-width: 767.98px) {
  .cf .cf-step {
    padding: 10px 0;
  }
  .cf .cf-step-text-img {
    width: 100px;
  }
  .cf .cf-step-text {
    width: calc(100% - 100px - 30px);
  }
  .cf .cf-step_title {
    font-size: 18px;
  }
  .cf .cf-arrow {
    margin: 11px auto;
  }
}