/* Sunbeamè¿½è¨˜ */
.privacy h4.brackets {
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  font-family: 'EB Garamond', YuMincho, "æ¸¸æ˜Žæœ", "yu-mincho-pr6", "ãƒ’ãƒ©ã‚®ãƒŽæ˜Žæœ ProN W3", "Hiragino Mincho ProN", "HGæ˜ŽæœE", "ï¼­ï¼³ ï¼°æ˜Žæœ", "ï¼­ï¼³ æ˜Žæœ", serif;
  font-size: 125%;
  margin-bottom: 10px;
}
.privacy dl.circle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  padding-left: 20px;
  margin-top: 5px;
}
.privacy dl.circle .num {
  width: 17px;
}
.privacy dl.circle .txt {
  width: calc(100% - 17px);
}
.privacy ol.mg li:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .privacy h4.brackets {
    font-size: 110%;
  }
}