﻿body.help_cf #help_cf {
  font-size: 0.9375rem;
  margin-right: 100px;
  margin-left: 100px;
}
body.help_cf #help_cf h2 {
  font-size: 1.125rem;
  margin: 60px 0 5px 0;
}
body.help_cf #help_cf ol.num {
  list-style: decimal;
  margin-left: 20px;
}
body.help_cf #help_cf ol.kakko {
  counter-reset: item;
}
body.help_cf #help_cf ol.kakko li {
  text-indent: -1.7em;
  padding-left: 1.7em;
}
body.help_cf #help_cf ol.kakko li::before {
  counter-increment: item;
  content: "(" counter(item) ")";
  padding-right: 0.5em;
}
body.help_cf #help_cf .sign {
  text-align: right;
  margin-top: 40px;
}
body.help_cf #help_cf .center {
  text-align: center;
}
body.help_cf #help_cf p {
  margin: 0 0 15px;
}

.header-logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 756px) {
  body.help_cf #help_cf {
    font-size: 0.9375rem;
    margin-right: 0;
    margin-left: 0;
  }
  body.help_cf #help_cf h2 {
    margin: 8vw 0 5px 0;
  }
  body.help_cf #help_cf .sign {
    margin-top: 6vw;
  }
  body.help_cf #help_cf .center {
    text-align: center;
  }
  body.help_cf #help_cf p {
    margin: 0 0 15px;
  }
}
