/* プライバシーポリシーページのスタイル */
/*.privacy-page {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
  color: #333;
}*/
.privacy-header {
  text-align: center;
  margin-bottom: 60px;
}
/*.privacy-header h3 {
  font-size: 2.2em;
  color: var(--color-primary);
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}*/
/*.privacy-header p {
    font-size: 1.1em;
    color: #666;
    line-height: 1.8;
}*/
.privacy-section {
  margin-bottom: var(--margin-secondary);
}
#content .privacy-section h4 {
  color: #333;
  margin-bottom: 2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-primary);
  text-align: left;
}
/*.privacy-section h5 {
  font-size: 1.2em;
  color: #333;
  margin: 30px 0 15px;
  font-weight: 700;
}*/

.privacy-section ul {
  list-style: none;
  margin: 20px 0;
  padding-left: 20px;
}
.privacy-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  line-height: 1.8;
  color: #666;
}
.privacy-section ul li:before {
  content: "・";
  position: absolute;
  top: -0.2em;
  left: 0;
  color: var(--color-primary);
  font-size: 1.5em;
  /*line-height: 100%;*/
}
.privacy-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.privacy-section table th, .privacy-section table td {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}
.privacy-section table th {
  background-color: var(--color-primary-light);
  /*color: #333;
  font-weight: 700;*/
}
/*.privacy-section table tr:nth-child(even) {
  background-color: #F6F6F6;
}*/
/*.privacy-section table tr:hover {
  background-color: #f0f0f0;
}*/

.privacy-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: right;
}

@media (max-width: 768px) {
  /*.privacy-page {
    padding: 30px 15px;
  }*/
  /*.privacy-header h1 {
        font-size: 2em;
    }

    .privacy-section h2 {
        font-size: 1.6em;
    }

    .privacy-section h3 {
        font-size: 1.3em;
    }*/
  /*.privacy-section p,
    .privacy-section ul li {
        font-size: 1em;
    }

    .privacy-section table {
        font-size: 0.9em;
    }

    .privacy-section table th,
    .privacy-section table td {
        padding: 10px;
    }*/
}