#main {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 3rem;
}

#main h1 {
  margin: 2em 0 1.5em;
  padding-left: 0.7em;
  border-left: solid 4px #5aa064;
  line-height: 1.4;
  font-size: 1.75rem;
  color: #5aa064;
}
#main h2 {
  margin: 1em 0;
  border-bottom: solid 1px #5aa064;
  font-size: 1.5rem;
  color: #5aa064;
}
#main h3 {
  display: inline-block;
  padding: 0.25em 0.75em;
  background: #80b927;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #fff;
}
#main h4 {
  margin: 1em 0;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #80b927;
}

#main ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
}
#main ul li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #80b927;
}
#main ol li {
  position: relative;
  list-style: decimal inside;
  padding-left: 1em;
  text-indent: -1em;
}
#main ol li:before {
  content: "";
  display: none;
}

#main table {
  width: 100%;
}

#main table tbody tr th {
  background: rgba(128, 185, 39, 0.2);
  font-weight: bold;
  text-align: center;
}

#main table tbody tr th, table tbody tr td {
  padding: 0.5em 1em;
  border: solid 1px #bbb;
  vertical-align: middle;
  line-height: 1.6;
  word-break: break-all;
}

#editor-input-content h1 {
  margin: 2em 0 1.5em;
  padding-left: 0.7em;
  border-left: solid 4px #5aa064;
  line-height: 1.4;
  font-size: 1.75rem;
  color: #5aa064;
}
#editor-input-content h2 {
  margin: 1em 0;
  border-bottom: solid 1px #5aa064;
  font-size: 1.5rem;
  color: #5aa064;
}
#editor-input-content h3 {
  display: inline-block;
  padding: 0.25em 0.75em;
  background: #80b927;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #fff;
}
#editor-input-content h4 {
  margin: 1em 0;
  line-height: 1.4;
  font-size: 1.25rem;
  color: #80b927;
}

#editor-input-content li {
  position: relative;
  list-style-type: none;
  padding-left: 1em;
}
#editor-input-content ul li:before {
  content: "●";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #80b927;
}
#editor-input-content ol li {
  position: relative;
  list-style-type: decimal;
}
#editor-input-content ol li:before {
  content: "";
  display: none;
}

#editor-input-content ul table {
  width: 100%;
}

#editor-input-content table tbody tr th {
  background: rgba(128, 185, 39, 0.2);
  font-weight: bold;
  text-align: center;
}

#editor-input-content table tbody tr th, table tbody tr td {
  padding: 0.5em 1em;
  border: solid 1px #bbb;
  vertical-align: middle;
  line-height: 1.6;
  word-break: break-all;
}

/* style_other上書き用-20210225 */
#page_topics #main ul, #page_topics #main ul li {
  list-style-type: none;
  margin-left: 0.5rem;
}