@charset "UTF-8";
.privacy-policy > .secppttl {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
.privacy-policy .ppdt {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.privacy-policy .ppdd {
  margin-bottom: 50px;
}
.privacy-policy .pptxt, .privacy-policy .ppdd {
  font-size: 1.4rem;
  margin-bottom: 50px;
  margin-top: 0;
  margin-left: 0;
  line-height: 1.7;
}
.privacy-policy .ol01 {
  padding-left: 0;
  margin-left: 0;
  counter-reset: ct;
}
.privacy-policy .ol02 {
  padding-left: 0;
  counter-reset: cc;
  margin-top: 1em;
}
.privacy-policy .li01 {
  list-style: none;
  position: relative;
  counter-increment: ct;
  padding-left: 2.2em;
  margin-bottom: 0.75em;
  margin-bottom: 2em;
}
.privacy-policy .li01::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "（" counter(ct) "）";
}
.privacy-policy .li02 {
  list-style: none;
  position: relative;
  counter-increment: cc;
  padding-left: 1.2em;
  margin-bottom: 0.75em;
}
.privacy-policy .li02::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: counter(cc);
  font-size: 75%;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #000;
  border-radius: 50%;
}
.privacy-policy .ppgraybg {
  background-color: #efefef;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}
.privacy-policy .ppbold {
  font-weight: bold;
}
.privacy-policy .li03 {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}
.privacy-policy .li03::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-policy ._mb0 {
  margin-bottom: 0em !important;
}
.privacy-policy ._mt0 {
  margin-top: 0em !important;
}
.privacy-policy ._mb5 {
  margin-bottom: 0.5em !important;
}
.privacy-policy ._mt5 {
  margin-top: 0.5em !important;
}
.privacy-policy ._mb10 {
  margin-bottom: 1em !important;
}
.privacy-policy ._mt10 {
  margin-top: 1em !important;
}
.privacy-policy ._mb15 {
  margin-bottom: 1.5em !important;
}
.privacy-policy ._mt15 {
  margin-top: 1.5em !important;
}
.privacy-policy ._mb20 {
  margin-bottom: 2em !important;
}
.privacy-policy ._mt20 {
  margin-top: 2em !important;
}
.privacy-policy ._mb25 {
  margin-bottom: 2.5em !important;
}
.privacy-policy ._mt25 {
  margin-top: 2.5em !important;
}
.privacy-policy ._mb30 {
  margin-bottom: 3em !important;
}
.privacy-policy ._mt30 {
  margin-top: 3em !important;
}
.privacy-policy ._mb35 {
  margin-bottom: 3.5em !important;
}
.privacy-policy ._mt35 {
  margin-top: 3.5em !important;
}
.privacy-policy ._mb40 {
  margin-bottom: 4em !important;
}
.privacy-policy ._mt40 {
  margin-top: 4em !important;
}
.privacy-policy ._mb45 {
  margin-bottom: 4.5em !important;
}
.privacy-policy ._mt45 {
  margin-top: 4.5em !important;
}
.privacy-policy ._mb50 {
  margin-bottom: 5em !important;
}
.privacy-policy ._mt50 {
  margin-top: 5em !important;
}
@media (max-width: 48em) {
  .privacy-policy > .secppttl {
    font-size: 2.4rem;
  }
  .privacy-policy .ppdt {
    font-size: 2rem;
  }
  .privacy-policy .pptxt, .privacy-policy .ppdd {
    font-size: calc(28vw /7);
  }
}