@charset "UTF-8";
#visual {
  background-image: url("https://file003.shop-pro.jp/PA01479/167/assets/img/privacy/visual_img.jpg");
  background-size: cover;
  background-position: center;
}

#privacy {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #privacy {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
#privacy .inner {
  max-width: 990px;
}
#privacy .privacy_contents + .privacy_contents {
  margin-top: 40px;
}
#privacy .privacy_contents .ttl {
  display: block;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
}
#privacy .privacy_contents .textStyle01 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", serif;
}
#privacy .privacy_contents .list {
  margin-top: 20px;
}
#privacy .privacy_contents .list + * {
  margin-top: 20px;
}
#privacy .privacy_contents .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#privacy .privacy_contents .list li p.num {
  font-family: "Noto Serif JP", serif;
}
#privacy .privacy_contents .list li p:not(.num) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  #privacy .privacy_contents + .privacy_contents {
    margin-top: 80px;
  }
  #privacy .privacy_contents .ttl {
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  #privacy .privacy_contents .list {
    margin-top: 30px;
  }
  #privacy .privacy_contents .list + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) {
  #privacy .privacy_contents .textStyle01 {
    font-size: 1.6rem;
  }
}