/*	.step
******************************************************** */
.step-item {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step-item {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .step-item:nth-of-type(-n+3) {
    margin-bottom: 23px;
  }
}
.step-item:nth-of-type(-n+3)::before {
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .step-item:nth-of-type(-n+3)::before {
    background: url(/group/mel-toss/about/img/arw-flow.png) left center/100% auto no-repeat;
    top: 50%;
    left: 100%;
    padding-bottom: 15.3846153846%;
    width: 20.0668896321%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .step-item:nth-of-type(-n+3)::before {
    background: url(/group/mel-toss/about/img/arw-flow_sp.png) center top/23px auto no-repeat;
    top: 100%;
    left: calc(50% - 11px);
    width: 23px;
    height: 22px;
  }
}
.step-item__inner {
  overflow: hidden;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .step-item__inner {
    border-radius: 10px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  }
}
@media only screen and (max-width: 767px) {
  .step-item__inner {
    border-radius: 5px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
  }
}
.step-item__heading {
  background-color: #c81e50;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .step-item__heading {
    font-size: 125%;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .step-item__heading {
    font-size: 115.3846153846%;
    line-height: 27px;
  }
}
.step-item__body {
  background-color: #fff;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .step-item__body {
    background-size: 60px auto;
    background-position: center 20px;
    text-align: center;
    padding: 110px 15px 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .step-item__body {
    box-sizing: border-box;
    background-size: 44px auto;
    background-position: 20px center;
    display: flex;
    align-items: center;
    padding: 10px 15px 15px 80px;
    min-height: 85px;
  }
}
.step-item__body--01 {
  background-image: url(/group/mel-toss/about/img/icon-step_01.png);
}
.step-item__body--02 {
  background-image: url(/group/mel-toss/about/img/icon-step_02.png);
}
.step-item__body--03 {
  background-image: url(/group/mel-toss/about/img/icon-step_03.png);
}
.step-item__body--04 {
  background-image: url(/group/mel-toss/about/img/icon-step_04.png);
}