@charset "UTF-8";

.section-title {
  letter-spacing: -0.08em;
}
.privacy-contents {
  background: #fff;
  margin:  0 24px 64px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  border-radius: 16px;
}
.privacy-contents p {
  margin-bottom: 48px;
  line-height: 1.6em;
}
.privacy-contents dl {
  margin-bottom: 2em;
}
.privacy-contents dt {
  font-size: 16px;
  margin-bottom: 4px;
}
.privacy-contents li {
  display: flex;
}
.number {
  font-style: normal;
  margin-right: .2em
}
/* ---------------------------------------- */
/* tablet / yoko -------------------------- */
/* ---------------------------------------- */
@media screen and (min-width:600px){
  .privacy-contents {
    margin: 32px;
    padding: 24px;
    }
  .privacy-header p {
    padding-right: 33.33%;
    margin-bottom: 24px;
    text-align: justify;
  }
  .privacy-contents {
    padding: 64px;
    margin-bottom: 64px;
  }
}
/* ---------------------------------------- */
/* PC / yoko -------------------------- */
/* ---------------------------------------- */
@media screen and (min-width:1024px){

}
/* ---------------------------------------- */
/* Disk top PC / yoko -------------------------- */
/* ---------------------------------------- */
@media screen and (min-width:1400px){
  .privacy-contents {
    margin: 0 auto 64px;
  }
}
