.agreement + .agreement {
  margin-top: 2.5rem;
}
.agreement .title h3 {
  font-size: var(--f6);
  line-height: var(--l6);
  margin-bottom: 1.25rem;
}
.agreement .text {
  border: 1px solid var(--line2);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.625rem;
  color: var(--font3);
  max-height: 25em;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  .agreement .text {
    padding: 0.5rem;
    margin-bottom: 0.625rem;
    font-size: 0.75rem;
  }
}
.agreement .confirm label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.5;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .agreement .confirm label {
    font-size: 0.875rem;
  }
}

.agreement_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .agreement_btns {
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
}
.agreement_btns .bttn {
  width: 13.75rem;
}
@media only screen and (max-width: 767px) {
  .agreement_btns .bttn {
    width: 9.75rem;
    height: 2.875rem;
    line-height: 2.875rem;
  }
}