@charset "UTF-8";

/* Privacy Page Styles */
.pp--inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.pp--list .warp {
  margin-bottom: 4rem;
}

.pp--list p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.pp--list h3 {
  font-size: var(--fz-l);
  color: var(--cl-main);
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}

.pp--list ol,
.pp--list ul {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.pp--list ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.pp--list ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

.pp--list .scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}

.pp--list table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: var(--fz-s);
}

.pp--list table th {
  background: #f5f5f5;
  padding: 1rem;
  width: 30%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}

.pp--list table td {
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}

.pp--list table td a {
  text-decoration: underline;
  color: var(--cl-main);
}
