.common_policy_block {
  line-height: 2;
}
.common_policy_block h2 {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
}
.common_policy_block h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.common_policy_block .cat {
  margin-bottom: 22px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.common_policy_block a {
  color: #c40018;
  text-decoration: underline;
  font-weight: 700;
}
.common_policy_block dl {
  margin-bottom: 60px;
}
.common_policy_block dl dt {
  margin-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.common_policy_block dl dd ul li {
  margin-bottom: 16px;
}
.common_policy_block dl dd ul li:before {
  margin-right: 7px;
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../img/ico_circle_01.svg) no-repeat;
  vertical-align: middle;
}
.common_policy_block dl dd ul li:last-child {
  margin-bottom: 0;
}

/* max 768px
--------------------------------------------------*/
@media screen and (max-width: 786px) {
  .common_policy_block h2 {
    margin-bottom: 32px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .common_policy_block h2 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .common_policy_block .cat {
    margin-bottom: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .common_policy_block dl {
    margin-bottom: 40px;
  }
  .common_policy_block dl dt {
    margin-bottom: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .common_policy_block dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .common_policy_block dl dd ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=privacy.css.map */