.requirements_content {
  padding: 0 0 5rem;
}
.requirements_content .inner {
  max-width: 84rem;
  margin: 0 auto;
}
.requirements_content:not(:last-child) .inner {
  padding-bottom: 5rem;
  border-bottom: 0.1rem solid var(--key-color);
}
.requirements_content .title {
  font-size: var(--fs-large);
}
.requirements_content .link_list {
  @media (min-width:768px) {
    display: flex;
    flex-wrap: wrap;
    gap: 0 4%;
  }
  .btn_wrap {
    margin-top: 2rem;
    .btn {
      color: var(--key-color);
      background: #FFF;
      &::after {
        background: var(--key-color);
      }
    }
  }
}