/* 使い方ページの見出し・本文の間隔 */
html {
  scroll-padding-top: 85px;
}

.bc-howto [id] {
  scroll-margin-top: 0;
}

.bc-howto .how-to-use_wrap {
  line-height: 1.9;
}

.bc-howto .how-to-use_wrap h2 {
  margin: 80px 0 28px;
  line-height: 1.6;
}

.bc-howto .how-to-use_wrap h3 {
  margin: 48px 0 20px;
  line-height: 1.6;
}

.bc-howto .how-to-use_wrap h2 + h3 {
  margin-top: 32px;
}

.bc-howto .how-to-use_wrap p {
  margin: 0 0 24px;
}

.bc-howto .how-to-use_wrap ul,
.bc-howto .how-to-use_wrap ol {
  margin-top: 20px;
  margin-bottom: 28px;
}

.bc-howto .how-to-use_wrap li + li {
  margin-top: 10px;
}

.bc-howto .how-to-use_wrap .info_frame {
  margin: 24px 0;
  padding: 20px;
}

.bc-howto .how-to-use_wrap h4 {
  margin: 28px 0 10px;
}

.bc-howto .how-to-use_wrap .info_frame h4:first-child {
  margin-top: 0;
}

.bc-howto .how-to-use_wrap .bc-guide-links {
  margin-top: 40px;
}

@media screen and (max-width: 800px) {
  .bc-howto .how-to-use_wrap h2 {
    margin-top: 64px;
    margin-bottom: 24px;
  }

  .bc-howto .how-to-use_wrap h3 {
    margin-top: 40px;
    margin-bottom: 18px;
  }
}
