.wrap-pageTitle {
  background: url("../images/privacy_main_sp.jpg") no-repeat center;
  background-size: cover;
}

.hstyle-privacy {
  color: #2878c8;
  margin-bottom: 20rem;
  font-size: 34rem;
}

section.p-lv3 > section {
  margin-top: 80rem;
}

ol {
  margin-left: 2em;
}

ol li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}

ol li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .wrap-pageTitle {
    background: url("../images/privacy_main_pc.jpg") no-repeat center;
    background-size: cover;
  }

  .hstyle-privacy {
    margin-bottom: 10px;
    font-size: 26px;
  }

  section.p-lv3 > section {
    margin-top: 50px;
  }
}