@charset "UTF-8";

.privacy-policy h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.conbox_kumi {
  width: 680px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}
.conbox_kumi h3 {
  font-size: 24px;
  line-height: 28px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #DEDEDE;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
    .privacy-policy h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .conbox_kumi {
      width: 100%;
    }
    .conbox_kumi h3 {
      font-size: 20px;
      padding-bottom: 3px;
    }
    .conbox_kumi:after {
      content: "";
      clear: both;
      display: block;
    }
}