.step__inner {
  margin: 0 auto;
}
.stepdetail__wrapper {
  font-weight: 400;
  width: 1080px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 1099px) {
  .stepdetail__wrapper {
    width: 100%;
    padding: 80px 32px;
  }
}
@media screen and (max-width: 400px) {
  .stepdetail__wrapper {
    padding: 40px 16px 56px;
  }
}
.step01__inner {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .step01__inner {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media screen and (max-width: 400px) {
  .step01__inner {
    row-gap: 24px;
  }
}
.step01__content {
  flex: 1;
  background: #F1F7FE;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 27px;
}
@media screen and (max-width: 768px) {
  .step01__content {
    padding: 32px;
  }
}
@media screen and (max-width: 400px) {
  .step01__content {
    padding: 24px;
  }
}
.step01__content-title {
  font-weight: 800;
  text-align: center;
}
.step01__content-img {
  width: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.step01__aside {
  padding: 24px;
  border: solid 1px #6E8FA2;
  border-radius: 12px;
  word-break: break-all;
}
.step01__aside-title {
  font-weight: 800;
  margin-bottom: 16px;
}
.step02__img {
  width: min(100%, 800px);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .step02__img {
    max-width: 500px;
  }
}
.step03__img {
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .step03__img {
    row-gap: 8px;
  }
}
.step03__img img {
  width: 22.5%;
  height: min(158px, 14.3767060965vw);
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 4px #E2EEFC;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .step03__img img {
    width: 49%;
    height: max(120px, 18.2291666667vw);
  }
}
.step03__note {
  color: #6E8FA2;
  font-size: 12px;
}
.step03__inner {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.step03__inner a img {
  width: 18px;
  margin-left: 4px;
  transform: translateY(4px);
  filter: invert(41%) sepia(37%) saturate(363%) hue-rotate(158deg) brightness(96%) contrast(89%);
}
.step03__link {
  display: inline-block;
  color: #3F515F;
  text-decoration: underline;
  word-break: break-all;
}
.step03__link:hover {
  color: #1E82D9;
}

@media screen and (max-width: 768px) {
  .step__item {
    padding: 32px 24px 24px;
    width: min(100%, 450px);
    -moz-column-gap: 24px;
         column-gap: 24px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .step__item-img {
    width: 64px;
    height: 64px;
  }
  .step__item:last-child .step__item-img {
    width: 120px;
    height: 80px;
  }
  .step__item-title {
    margin: 0;
  }
}/*# sourceMappingURL=step.css.map */