@charset "UTF-8";
.privacy {
  padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
  .privacy {
    padding: 0 0 13.02083vw;
  }
}

.privacy .mainvisual {
  background: url("../img/privacy/privacy-kv.jpg") center center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.privacy .bPrivacy {
  counter-reset: dl;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .privacy .bPrivacy {
    margin-top: 6.51042vw;
  }
}

.privacy .itemPr:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .privacy .itemPr:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}

.privacy .itemPr_ttl {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  position: relative;
  background-color: #0043AA;
  padding: 20px 0 20px -webkit-calc((100% - 1040px)/2);
  padding: 20px 0 20px -moz-calc((100% - 1040px)/2);
  padding: 20px 0 20px calc((100% - 1040px)/2);
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacy .itemPr_ttl {
    font-size: 18px;
    padding: 10px 10px 10px 40px;
    margin-bottom: 3rem;
  }
}

.privacy .itemPr_ttl:before {
  counter-increment: dl;
  content: counter(dl) ". ";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: -webkit-calc((100% - 1100px)/2);
  left: -moz-calc((100% - 1100px)/2);
  left: calc((100% - 1100px)/2);
}

@media screen and (max-width: 768px) {
  .privacy .itemPr_ttl:before {
    font-size: 18px;
    top: 10px;
    left: 15px;
  }
}

.privacy em {
  display: block;
  font-style: normal;
}

.privacy em + em {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .privacy em + em {
    margin-top: 3.90625vw;
  }
}

.privacy .listDot {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .privacy .listDot {
    margin-bottom: 3.90625vw;
  }
}

.privacy .listDot li {
  position: relative;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .privacy .listDot li {
    padding-left: 3.90625vw;
  }
}

.privacy .listDot li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  /*@include sp {
          font-size: vw(28);
          line-height: vw(48);
        }*/
}
