@charset "UTF-8";
/* @content */
#privacy {
  padding-bottom: 90px;
}
#privacy #section01 {
  padding-top: 50px;
}
#privacy #section01 .wrapper {
  max-width: 800px;
}
#privacy #section01 .section01__items {
  margin-top: 60px;
}
#privacy #section01 .section01__item {
  margin-top: 30px;
}
#privacy #section01 .section01__item h2 {
  font-size: 18px;
}
#privacy #section01 .section01__item li {
  padding-left: 2em;
  text-indent: -1em;
}
#privacy #section01 .section01__item p + p {
  margin-top: 20px;
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #privacy {
    padding-bottom: 60px;
  }
  #privacy #section01 {
    padding-top: 30px;
  }
  #privacy #section01 .section01__items {
    margin-top: 30px;
  }
  #privacy #section01 .section01__item {
    margin-top: 20px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #privacy {
    padding-bottom: 30px;
  }
}