@charset "UTF-8";

.is-sp{
  display: none;
}

#sec-privacypolicy{
  padding: 100px 0 160px;
}

.pp-intro{
  margin-bottom: 70px;
}

.pp-list li.item{
  list-style: none;
  margin-bottom: 50px;
}

.pp-list li.item:last-child{
  margin-bottom: 0;
}

.txt-bold{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.point-list .point{
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
}

.point-list .point .dot {
    position: relative;
    padding-left: 20px;
}

.point-list .point .dot:after {
    content: "";
    position: absolute;
    background: #63abd6;
    border-radius: 16px;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media only screen and (max-width: 834px){

.is-sp{
  display: block;
}

#sec-privacypolicy {
    padding: 50px 0 60px;
}

.pp-intro {
    margin-bottom: 30px;
}

.pp-list li.item {
    margin-bottom: 30px;
}

.txt-bold {
    font-size: 18px;
}
}







