@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#pp #pagetitle::after {
  content: "PRIVACY POLICY";
}

.contentsInner {
  margin-bottom: 30px;
}

#ppLead {
  margin-bottom: 25px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.78;
}

#ppWrap {
  margin-bottom: 0;
}

#ppWrap>*:last-child {
  margin-bottom: 25px;
}

#ppWrap dt {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 4px;
  background-color: #e6f5ed;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

#ppWrap dd {
  margin-bottom: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.78;
}

.ppList li {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

#ppContact {
  margin-bottom: 20px;
}

.ppNote {
  font-size: 1.2rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

#ppName {
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.78;
  text-align: right;
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
  #ppLead {
    font-size: 1.3rem;
  }

  #ppWrap dt {
    font-size: 1.5rem;
  }

  #ppWrap dd {
    font-size: 1.3rem;
  }

  #ppName {
    font-size: 1.3rem;
  }
}