/* =========================================
   CUSTOM STYLES — FOOTER POLICY LINK
   ========================================= */
.footer_new__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer_new__policy {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
  margin-left: 24px;
  transition: opacity 0.2s ease;
}

.footer_new__policy:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .footer_new__line {
    flex-wrap: wrap;
    gap: 8px;
        flex-direction: column;
  }

  .footer_new__policy {
    margin-left: 0;
    order: 2;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}
.footer_new__notice-bottom {
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #e2e2e2;
}

@media (max-width: 768px) {
  .footer_new__notice-bottom {
    font-size: 11px;
    line-height: 1.4;
    padding: 12px 20px 0;
    text-align: left;
  }
}

a.kuki {
    width: max-content;
    margin: 20px auto 0;
    font-size: 14px;
}
.feedback_form__wrap {
    justify-content: flex-start;
}
.wrapper_input--check {
    margin-top: 2vh;
}
.wrapper_input__label--checkbox a {
    text-decoration: underline!important;
}