@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
/* Work flow */
.workflow {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .workflow {
    width: 110rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .workflow {
    width: 65rem;
    margin-bottom: 15rem;
  }
}
.workflow_inner {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .step {
    width: 110rem;
    margin: 0 auto 2rem;
    padding: 4.5rem 0;
    border: 0.8rem solid #ebeeee;
  }
}
@media screen and (max-width: 768px) {
  .step {
    width: 65rem;
    margin: 0 auto 2rem;
    padding: 5rem 0;
    border: 1.2rem solid #ebeeee;
  }
}
.step .step_inr {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .step .step_inr {
    width: 100rem;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .step .step_inr {
    display: block;
    width: 55rem;
  }
}
.step .step_inr > .step_ttl {
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .step .step_inr > .step_ttl {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 768px) {
  .step .step_inr > .step_ttl {
    font-size: 3rem;
    line-height: 1.6em;
  }
}
.step .step_inr > p {
  text-align: justify;
  margin: 0;
}
@media screen and (min-width: 769px) {
  .step .step_inr > p {
    width: 64rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  .step .step_inr > p {
    font-size: 2.6rem;
    line-height: 4.4rem;
    padding: 2.4rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .step .step_inr > p > span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .step .step_inr > p > span {
    font-size: 2.3rem;
  }
}/*# sourceMappingURL=workflow.css.map */