@charset "UTF-8";
#tinymce {
  background: #000;
  color: #FFF;
}

#tinymce a {
  text-decoration: none;
}

.archive_post, #tinymce {
  font-size: 1.2rem;
}

.archive_post img, #tinymce img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.archive_post a, #tinymce a {
  color: #fdd835;
  display: inline-block;
  border-bottom: 1px dashed #fdd835;
  line-height: 100%;
  padding: 0 .3rem;
}

.archive_post b, #tinymce b {
  color: #fdd835;
}

.archive_post h2, #tinymce h2 {
  display: block;
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  border: 0;
  background-color: #222;
  color: #FFF;
  font-size: 1.6rem;
  padding: 1rem 1.5rem;
  border-left: 2px solid #fdd835;
  font-weight: normal;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.archive_post h3, #tinymce h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5rem;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 .5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.archive_post h3:before, #tinymce h3:before {
  content: "◯";
  color: #fdd835;
  font-size: 1rem;
  font-weight: bold;
}

.archive_post div:not(.youtube), .archive_post p, #tinymce div:not(.youtube), #tinymce p {
  padding: 0 .5rem 2rem;
}

.archive_post table, #tinymce table {
  border: 0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCCC;
}

.archive_post th, #tinymce th {
  text-align: center;
  background: #222;
  font-weight: normal;
}

.archive_post td, .archive_post th, #tinymce td, #tinymce th {
  padding: .3rem .5rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
/*# sourceMappingURL=article.css.map */