.article {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 80px;
  padding-top: 60px;
}
.article .article-container {
  width: 1240px;
  background: white;
  padding: 0 32px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article .article-container .article-title {
  font-weight: bold;
  font-size: 32px;
  color: #21262C;
  margin-bottom: 16px;
}
.article .article-container .article-content {
  width: 100%;
  margin-top: 30px;
}
.article .article-container .article-content .content-text {
  text-indent: 2em;
  font-weight: 400;
  font-size: 16px;
  color: #21262C;
  line-height: 28px;
}
.article .article-container .article-content .content-title {
  text-indent: 1.5em;
  font-weight: bold;
  font-size: 20px;
  color: #21262C;
  margin-bottom: 1rem;
}
.article .article-container .article-content .content-title-main {
  text-indent: 1.5em;
  font-weight: bold;
  font-size: 20px;
  color: #21262C;
  margin-bottom: 1rem;
  margin-top: 20px;
  scroll-margin-top: 61px;
}
.article .article-container .article-content .content-title-link {
  text-indent: 1.5em;
  font-weight: bold;
  font-size: 20px;
  color: #21262C;
  margin-bottom: 1rem;
  margin-top: 20px;
}
.article .article-container .article-content .content-title-link a {
  color: #FC5105;
  text-decoration: underline;
}
.article .article-container .article-content .content-title-link a:hover {
  color: #ff5404;
}/*# sourceMappingURL=protocol-rule.css.map */