@charset "UTF-8";
/* CSS Document */
.editor {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.editor a {
  text-decoration: underline;
}
.editor h3, .editor h4, .editor h5 {
  font-family: hannari, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.editor h3 {
  font-size: 24px;
  position: relative;
  padding-left: 1em;
}
.editor h3:before {
  content: "●";
  position: absolute;
  font-size: 65%;
  color: #89d400;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.editor h4 {
  border-left: 4px solid #89d400;
  font-size: 20px;
  padding-left: 10px;
}
.editor h5 {
  color: #89d400;;
  font-size: 18px;
  font-weight: bold;
}
.editor h5::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 {
  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;
  padding: 1rem;
}
.editor table th {
  background-color: #e4e4e4;
  letter-spacing: 2px;
  text-align: center;
}

.scrollTbl{
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

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

@media only screen and (max-width: 480px) {
.editor h3 {
  font-size: 18px;
}
.editor h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.editor h5 {
  font-size: 16px;
}
}
