@charset "UTF-8";
/* CSS Document */

.editor h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.editor h1::after {
  content: attr(data-text);
  font-size: 1.8rem;
  display: block;
}
.editor h2 {
  border-left: 4px solid #d8cc37;
  font-size: 2rem;
  margin-bottom: 20px;
  padding-left: 10px;
}
.editor h3 {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.editor h3::before {
  content: "■";
  font-size: 1.3rem;
  margin-right: 5px;
}

.editor ul {
  list-style-type: disc !important;
  padding-left: 1em;
}

.editor ul li {
  line-height: 170%;
}

.editor ol {
  list-style-type: decimal !important;
  padding-left: 1.3em;
}

.editor ol li {
  line-height: 170%;
  list-style-type: decimal !important;
}

.editor .table-wrap {
  width: 100%;
  overflow-x: scroll;
}
.editor .table-wrap::before {
  content: "スクロールできます→";
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 1em;
  position: sticky;
  left: 0;
}

.editor table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}

.editor table th,
.editor table td {
  background-color: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  padding: 3% 3% 2%x;
  text-align: left;
}

.editor table th {
  background-color: #e4e4e4;
  letter-spacing: 2px;
  text-align: center;
}

.date {
  font-size: 12px;
  color: #a58d59;
}

.editor img {
  max-width: 100%;
  height: auto !important;
}
