.main .tpl-content .editor-content h2,
.main .tpl-article-wrap .editor-content h2 {
  font-size: 28px;
  font-weight: 900;
  color: #FF8800;
  margin: 0 0 24px;
  line-height: 1.8;
  position: relative;
}

.main .tpl-content .editor-content h3,
.main .tpl-article-wrap .editor-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #111827;
  margin: 20px 0 10px;
  padding-left: 14px;
  border-left: 3px solid #FF8800;
  line-height: 1.4;
}

.editor-content .nowarpTable {
  overflow-x: auto;
  margin: 24px 0;
  border-radius: 6px;
  border: 1px solid #EDEBE6;
}

.editor-content .nowarpTable table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

.editor-content .nowarpTable thead {
  background: #FF8800;
}

.editor-content .nowarpTable thead td {
  color: #FFFFFF;
  font-weight: 800;
  padding: 14px 18px;
  white-space: nowrap;
}

.editor-content .nowarpTable thead td strong {
  color: #FFFFFF;
  font-weight: 800;
}

.editor-content .nowarpTable tbody td {
  padding: 14px 18px;
  color: #3A4150;
  border-bottom: 1px solid #EDEBE6;
  vertical-align: top;
}

.editor-content .nowarpTable tbody tr:last-child td {
  border-bottom: none;
}

.editor-content .nowarpTable tbody tr:hover td {
  background: #FFF8F0;
}

.editor-content .nowarpTable tbody td:first-child {
  font-weight: 700;
  color: #111827;
}

@media (max-width: 767px) {
  .editor-content .nowarpTable table {
    font-size: 16px;
  }

  .editor-content .nowarpTable thead td,
  .editor-content .nowarpTable tbody td {
    padding: 10px 12px;
  }
}