@media (min-width: 769px) {
  .table01 + .text01 {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .table01 + .text01 {
    padding-top: 11rem;
  }
}
.table01-line {
  display: flex;
}
@media (max-width: 768px) {
  .table01-line {
    row-gap: 5rem;
    padding: 7rem 1rem;
  }
  .table01-line:first-of-type {
    padding-top: 0;
  }
  .table01-line:last-of-type {
    padding-bottom: 0;
  }
}
.table01-line:last-of-type {
  border-bottom: 0;
}
.table01-dt {
  font-weight: 500;
}
@media (min-width: 769px) {
  .table01-dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background: #f4f5f5;
    width: 26rem;
    padding: 3.6rem 3rem;
  }
}
.table01-dd {
  font-weight: 500;
}
@media (min-width: 769px) {
  .table01-dd {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 37rem;
    padding: 3.5rem 0 3.6rem 12.5rem;
    line-height: 1.556;
    font-size: 1.8rem;
  }
  .table01-dd > p {
    font: inherit;
  }
  .table01-dd > p:first-of-type {
    margin-top: -0.277em;
  }
  .table01-dd > p:last-of-type {
    margin-bottom: -0.277em;
  }
  .table01-dd:nth-of-type(2):last-of-type {
    flex-shrink: unset;
    width: 100%;
    padding: 3.6rem 0;
  }
}
@media (max-width: 768px) {
  .table01-dd {
    width: 100%;
    line-height: 1.667;
    font-size: 3rem;
  }
  .table01-dd > p {
    font: inherit;
  }
  .table01-dd > p:first-of-type {
    margin-top: -0.333em;
  }
  .table01-dd > p:last-of-type {
    margin-bottom: -0.333em;
  }
}