.agree-field {
  display: flex;
  align-items: center;
  gap: 8px;
}

.agree-field input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}

.agree-field label {
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}

.privacy-link {
  color: #4a90d9;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy-link:hover {
  text-decoration: none;
}

/* 「別ウィンドウ」注記を小さく */
.privacy-link__note {
  font-size: 12px;
  color: #888;
}

@media screen and (max-width: 599px) {
  .agree-field label {
    font-size: 14px;
  }
  .privacy-link__note {
    font-size: 11px;
  }
}

.wi-auto{
  width: auto !important;
}
