body {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 6832px;
  margin: 0px;
  background: transparent
    linear-gradient(90deg, #e0e4ed 0%, #ffffff 37%, #e0e4ed 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}
.site-header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1280px;
  height: 72px;
  opacity: 1;
}

.header-container {
  position: relative;
  top: 24px;
  left: 24px;
  width: 172px;
  height: 49px;
  opacity: 1;
}
.header-container a img {
  width: 172px;
  height: auto;
}
.content {
  position: absolute;
  top: 180px;
  left: 240px;
  width: 800px;
  height: 6210;
  opacity: 1;
}

.privacy-title {
  margin-bottom: 100px;
  text-align: center;
  font: normal normal bold 48px/67px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}

.privacy-subtitle {
  font-size: 32px;
  font-weight: bold;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.privacy-meta {
  font-size: 14px;
  text-align: right;
  color: #1f1f1f;
  margin-bottom: 80px;
}
.privacy-meta-b {
  font-size: 14px;
  text-align: right;
  color: #1f1f1f;
  margin-top: 80px;
}
.privacy-section {
  padding: 20px 0;
}

.privacy-divider {
  width: 100%;
  height: 2px;
  background: #e0e0e0;
  margin: 40px 0;
}
.privacy-title-b {
  margin: 0px;
  text-align: left;
  font: normal normal bold 32px/51px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.privacy-heading {
  line-height: 20px;
  margin-top: 80px;
  text-align: left;
  font: normal normal bold 20px/20px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}
.privacy-heading-small {
  text-align: left;
  font: normal normal bold 16px/29px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
  margin-top: 40px;
  margin-bottom: 24px;
}
.privacy-text {
  line-height: 1.8;
  text-align: left;
  font: normal normal normal 14px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 16px;
}

.privacy-table thead {
  background: #f7f7f7 0% 0% no-repeat padding-box;
}

.privacy-table thead th {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  font: normal normal normal 14px/28px Noto Sans JP;
}

.privacy-table tbody tr {
  font: normal normal normal 14px/28px Noto Sans JP;
  border-bottom: 1px solid #ddd;
}

.privacy-table td {
  padding: 12px;
  border: 1px solid #ddd;
  vertical-align: top;
  background: #ffffff 0% 0% no-repeat padding-box;
  font: normal normal normal 14px/28px Noto Sans JP;
  letter-spacing: 0px;
  color: #1f1f1f;
  opacity: 1;
}

.privacy-table td:first-child {
  width: 40%;
}

.privacy-table td:last-child {
  width: 60%;
}

.privacy-table td p {
  margin: 5px 0;
}

.privacy-table {
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.site-footer {
  position: absolute;
  top: 6720px;
  left: 0;
  width: 1280px;
  height: 112px;
  background: #007c7c;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}

.footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1120px;
  height: 32px;
}

.footer-logo img {
  width: 113px;
  height: 32px;
  margin-right: 40px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  white-space: nowrap;
}

.footer-links a img {
  margin-left: 5px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 14px;
  color: #ffffff;
  margin-left: auto;
}

@media (max-width: 768px) {
  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(90deg, #e0e4ed 0%, #ffffff 37%, #e0e4ed 100%);
    overflow-x: hidden;
  }

  .site-header {
    width: 100%;
    height: 64px;
  }

  .header-container {
    top: 16px;
    left: 16px;
    width: 113px;
    height: 32px;
  }

  .header-container a img {
    width: 113px;
    height: auto;
  }

  .content {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 405px;
    padding: 0 20px;
    height: auto !important;
    margin: 0 auto;
    margin-bottom: 0 !important;
  }

  .privacy-title {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .privacy-subtitle {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
  }
  .privacy-meta {
    font-size: 14px;
    text-align: right;
    color: #1f1f1f;
    margin-bottom: 80px;
  }
  .privacy-meta-b {
    font-size: 14px;
    text-align: right;
    color: #1f1f1f;
    margin-top: 80px;
  }
  .privacy-section {
    padding: 20px 0;
  }

  .privacy-divider {
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    margin: 40px 0;
  }
  .privacy-title-b {
    margin: 0px;
    text-align: left;
    font: normal normal bold 32px/51px Noto Sans JP;
    letter-spacing: 0px;
    color: #1f1f1f;
    opacity: 1;
  }
  .privacy-heading {
    line-height: 20px;
    margin-top: 80px;
    text-align: left;
    font: normal normal bold 20px/20px Noto Sans JP;
    letter-spacing: 0px;
    color: #1f1f1f;
    opacity: 1;
  }
  .privacy-heading-small {
    text-align: left;
    font: normal normal bold 16px/29px Noto Sans JP;
    letter-spacing: 0px;
    color: #1f1f1f;
    opacity: 1;
    margin-top: 40px;
    margin-bottom: 24px;
  }
  .privacy-text {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }

  .site-footer {
    position: relative !important;

    top: auto !important;
    width: 100%;
    height: auto !important;
    padding: 10px 0;
    background: #007c7c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    margin-top: 0 !important;
  }

  .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-logo img {
    width: 98px;
    height: 28px;
    margin-right: 0px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }

  .footer-links a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
  }

  .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-copyright {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    margin-top: 40px;
    margin-left: 0px;
  }
}
