.purchase {
  margin-bottom: 20rem;
}
@media (max-width: 960px) {
  .purchase {
    margin-bottom: 14rem;
  }
}
@media (max-width: 768px) {
  .purchase {
    margin-bottom: 12rem;
  }
}
@media (max-width: 480px) {
  .purchase {
    margin-bottom: 8rem;
  }
}

.relocation {
  margin-bottom: 20rem;
}
@media (max-width: 960px) {
  .relocation {
    margin-bottom: 14rem;
  }
}
@media (max-width: 768px) {
  .relocation {
    margin-bottom: 12rem;
  }
}
@media (max-width: 480px) {
  .relocation {
    margin-bottom: 8rem;
  }
}
.relocation .step-list-list {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .relocation .step-list-list {
    margin-bottom: 6rem;
  }
}
@media (max-width: 480px) {
  .relocation .step-list-list {
    margin-bottom: 5rem;
  }
}
.relocation .relocation-summarize .relocation-summarize__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .relocation .relocation-summarize .relocation-summarize__inner {
    flex-direction: column;
  }
}
.relocation .relocation-summarize .relocation-summarize__image {
  flex-shrink: 0;
  max-width: 400px;
  margin-right: 4rem;
}
@media (max-width: 960px) {
  .relocation .relocation-summarize .relocation-summarize__image {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .relocation .relocation-summarize .relocation-summarize__image {
    max-width: 400px;
    margin: 2.4rem auto 0;
    order: 2;
  }
}
.relocation .relocation-summarize .relocation-summarize__text {
  width: 100%;
}
@media (max-width: 768px) {
  .relocation .relocation-summarize .relocation-summarize__text {
    order: 1;
  }
}
.relocation .relocation-summarize .relocation-summarize__text * {
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
.relocation .relocation-summarize .relocation-summarize__text :last-child {
  margin-bottom: 0;
}