@media screen and (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

.site-body{
    padding-bottom: 0;
}

.container {

}

.privacy__items {
    margin-top: 100px;
    margin-bottom: 100px;
}

.privacy__item {
    padding: 50px 0;
    border-bottom: 1px solid #ccc;
}

.privacy__item:last-child {
    border-bottom: none;
}

.privacy__item-title {

}

.privacy__item-text {
    letter-spacing: 0.006em;
    margin-bottom: 0;
}

@media screen and (max-width: 767.98px){
  .privacy__items {
    margin-top: 50px;
    margin-bottom: 50px;
}
.privacy__item{
    padding: 30px 0;
}
.privacy__item-text {
    letter-spacing: 0.01em;
}
}