@charset "UTF-8";
/*文字編輯器*/
.textEditor {
  clear: both;
  color: #666;
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1.7;
  margin: initial;
  image-rendering: -webkit-optimize-contrast;
}
.textEditor a {
  color: #009944;
}
.textEditor em {
  font-style: italic;
}
.textEditor img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.textEditor ul:not(.df) {
  list-style: disc outside;
  padding-left: 30px;
}
.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}
.textEditor table {
  border-collapse: collapse;
}
.textEditor th {
  padding: 5px;
  border: 1px solid #e1e1e1;
  color: #fff;
  text-align: center;
  background-color: #009944;
}
.textEditor td {
  padding: 5px;
  border: 1px solid #e1e1e1;
}
.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}
.textEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
}
.textEditor .myTitle {
  color: #009944;
  font-weight: 700;
  font-size: 20px;
}
.textEditor .paragraph {
  font-size: 16px;
  line-height: 1.5;
  margin: initial;
}
.textEditor .h2Title {
  font-size: 36px;
  line-height: 1.5;
  margin: initial;
  font-weight: bold;
  position: relative;
}
.textEditor .h3Title {
  font-size: 26px;
  line-height: 1.5;
  margin: initial;
  font-weight: bold;
}
.textEditor .h4Title {
  font-size: 20px;
  line-height: 1.5;
  margin: initial;
  font-weight: bold;
}
.textEditor .h5Title {
  font-size: 18px;
  line-height: 1.5;
  margin: initial;
  font-weight: bold;
}
.textEditor .iframeBox {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.textEditor .iframeBox iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .textEditor .h2Title {
    font-size: 30px;
  }
  .textEditor .h3Title {
    font-size: 24px;
  }
  .textEditor .h4Title {
    font-size: 18px;
  }
  .textEditor .h5Title {
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .textEditor {
    font-size: 15px;
  }
  .textEditor .paragraphe {
    font-size: 15px;
  }
  .textEditor .h2Title {
    font-size: 26px;
  }
  .textEditor .h3Title {
    font-size: 20px;
  }
  .textEditor .h4Title {
    font-size: 18px;
  }
  .textEditor .h5Title {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .textEditor .h4Title {
    font-size: 16px;
  }
  .textEditor .h5Title {
    font-size: 15px;
  }
}