@charset "UTF-8";
.policy-page ul{
  list-style-position: inside;
}
.policy-page ul{
  list-style: disc;
  list-style-position: inside;
}
.policy-page ul li{
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}
.policy-page p{
  line-height: 1.8;
}
.container h1 {
  background-image: url(../images/title_sp.webp);
}
@media only screen and ( max-width : 768px ) {
  .policy-page p.mb-40{
    margin-bottom: 4vw;
  }
  .policy-page ul{
    margin-bottom: 14vw;
  }
  .policy-page ul li{
    margin-bottom: 2vw;
  }
  .policy-page p{
    margin-bottom: 14vw;
  }
}
@media only screen and ( min-width : 769px ) {
  .container h1 {
    background-image: url(../images/title_pc.webp);
  }
  .policy-page ul{
    margin-bottom: 140px;
  }
  .policy-page ul li{
    margin-bottom: 16px;
  }
  .policy-page p{
    margin-bottom: 100px;
  }
}