/* =========================
   Privacy Policy - Soft & Clean
========================= */

.policy{
  max-width: 880px;
  margin: 20px auto 50px;
  padding: 28px 28px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 15px 40px rgba(0, 163, 217, 0.08);
  line-height: 2.0;
  position: relative;
}

/* 背景にほんのり色を入れて柔らかく */
#wrapper{
  background: linear-gradient(to bottom, #f4fbff 0%, #ffffff 300px);
}

/* ページタイトル */
#mainContent > header h1{
  display: inline-block;
  padding: 12px 20px;
  background: #e6f6ff;
  border-radius: 30px;
  color: #0077aa;
  font-weight: normal;
  letter-spacing: .05em;
}

/* セクション見出し */
.policy h2{
  margin: 28px 0 12px;
  padding: 12px 18px;
  background: #f0faff;
  border-radius: 18px;
  font-size: 16px;
  color: #0088cc;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 163, 217, 0.06);
}

/* 本文 */
.policy p{
  margin: 0 0 16px;
  color: #444;
}

/* 箇条書き */
.policy-list{
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
}

.policy-list li{
  padding: 12px 16px 12px 42px;
  margin: 12px 0;
  background: #f9fdff;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 3px 8px rgba(0, 163, 217, 0.05);
}

.policy-list li::before{
  content: "●";
  position: absolute;
  left: 16px;
  top: 12px;
  color: #00a3d9;
  font-size: 12px;
}

/* 注意文 */
.note{
  padding: 14px 18px;
  background: #fff3e8;
  border-radius: 18px;
  color: #b25a00;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(255, 160, 0, 0.08);
}

/* 最後のまとめ */
.closing{
  margin-top: 25px;
  padding: 16px 20px;
  background: #f4fbff;
  border-radius: 18px;
  color: #444;
}

/* モバイル */
@media (max-width: 768px){
  .policy{
    padding: 20px 18px;
    border-radius: 18px;
  }
  .policy h2{
    border-radius: 14px;
  }
  .policy-list li{
    border-radius: 14px;
  }
}
