/* プライバシーポリシーページ用スタイル - モバイル用（〜767px） */
.top-hero {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.top-privacy-background {
  background-image: url('../img/privacy-img.jpg');
}
.top-customer-harassment-background {
  background-image: url('../img/customer-harassment-img.jpg');
}
.top-compliance-background {
  background-image: url('../img/compliance-img.jpg');
}
.top-spcomm-background {
  background-image: url('../img/spcomm-img.jpg');
}
.top-esg-background {
  background-image: url('../img/esg-img.jpg');
}
.top-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}
.top-hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #0505057D;
  z-index: 1;
}
.top-hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.top-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
/* プライバシーコンテンツエリア */
.section-content {
  background: #fff;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.section-block {
  margin-bottom: 40px;
}
.section-block:last-child {
  margin-bottom: 0;
}
.section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #222;
  display: inline-block;
}
.section-text {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
}
.section-text p {
  margin-bottom: 16px;
}
.section-text p:last-child {
  margin-bottom: 0;
}

/* プライバシーリスト */
.section-list {
  margin: 16px 0;
  padding-left: 20px;
}
.section-list li {
  margin-bottom: 8px;
  line-height: 1.6;
  list-style: none;
}
.section-list li::marker {
  display: none;
}

/* SPCOMMページ用のカスタムスタイル */
.spcomm-table-normal {
  font-weight: normal !important;
}
/* PC用スタイル（768px以上） */
@media (min-width: 768px) {
  .top-hero {
    min-height: 400px;
  }
  .top-title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
  .section-block {
    margin-bottom: 0;
  }
  .section-title {
    font-size: 1.1rem;
  }
  .section-text {
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .section-list {
    margin: 20px 0;
    padding-left: 25px;
  }
  .section-list li {
    margin-bottom: 12px;
    font-size: 1.05rem;
  }
} 