@charset "UTF-8";

.right-txt > div{
    margin-top: -6rem;
}
.period {
    display: flex;
    flex-direction: row;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 2;
    width: 600px;
    margin: 4rem auto;
    align-items: center;
}
.period dt{
    width: 35%;
    font-size: 1.6rem;
    font-weight: 700;
}
.period dd{
    width: 65%;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .right-txt > div{
      margin-top: 0;
  }
  .join-flow a.step1 {
      top: 27%;
  }
  .join-flow a.step2 {
      top: 55.5%;
  }
  .join-flow a.step3 {
      bottom: 2.5%;
  }
  .period {
    flex-direction: column;
    width: 100%;
  }
  .period dt {
    width: auto;
  }
  .period dd {
    width: auto;
    padding-left: 0;
  }
}