@charset "UTF-8";

.links-container {
  .card:nth-child(5) {
    display: none;
  }
}

.privacy-des {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #000000;
  padding-bottom: 8rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media screen and (max-width: 767px) {
    padding-bottom: 3rem;
  }
}

.privacy-table {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.privacy-table-section {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  /* margin-bottom: 20px; */

  @media screen and (max-width: 767px) {
    padding-bottom: 3rem;
  }

  .privacy-table-section-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    color: #000000;
    padding-bottom: 2rem;

    @media screen and (max-width: 767px) {
      padding-bottom: 10px;
    }
  }

  .privacy-table-section-des {
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;


  }

  & ol {
    padding-top: 1em;

    & li {
      padding-left: 2em;
      text-indent: -2em;
    }
  }

  .with-indent {
    padding-left: 1em;
    text-indent: -1em;
  }

  & strong {
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 3.4rem;
    letter-spacing: 0.1em;
    color: #000000;
  }

  & span,
  & li {
    text-decoration: none;
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
    color: #000000;
  }

  .add-url {
    text-decoration: underline;
    text-indent: initial;
  }

}

.cookie-paragraph {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  gap: 1rem;
}

.privacy-link-title {
  text-decoration: none;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #000000;
  padding-top: 1em;
}

.privacy-table-section-link {
  text-decoration: underline;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.1em;
  color: #000000;
}

.privacy-table-footer {

  width: fit-content;
  margin: 2rem 0 4rem auto;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;

  @media screen and (max-width: 767px) {
    margin: 10px 0 20px auto;
  }
}