.wp-embed-site-icon {
  display: none;
}

.wp-embed-site-title a {
  padding-left: 0;
}

.wp-embed-meta {
  display: none;
}

@media (max-width: 768px) {
  .wp-embedded-content {
    width: 100%;
  }
}

.wp-embed-site-icon {
  display: none !important;
}

.article-meta {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.article-date {
  color: #a2a4a7;
  font-size: 1.6rem;
  font-family: var(--font-en);
}

.article-category {
  background-color: var(--accent2);
  text-align: center;
  color: #fff;
  padding: 0.2rem 2rem 0.2rem;
  line-height: 1;
  font-size: 1.2rem;
  align-content: center;
  border-radius: 2rem;
}

.article-title {
  margin-bottom: 6rem;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .article-title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.entry-content {
  margin: auto;
  max-width: 800px;
}

.wp-video {
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .wp-video {
    margin: 3rem auto;
  }
}

@media (max-width: 768px) {
  .mce-content-body,
  .wp-block-freeform,
  #tinymce,
  .entry {
    font-size: 1.4rem;
  }
}
.mce-content-body video,
.wp-block-freeform video,
#tinymce video,
.entry video {
  margin: 4rem auto;
}
.mce-content-body img,
.wp-block-freeform img,
#tinymce img,
.entry img {
  margin: 4rem auto;
  border-radius: 2rem;
}
.mce-content-body a,
.wp-block-freeform a,
#tinymce a,
.entry a {
  text-decoration: underline;
}
.mce-content-body hr,
.wp-block-freeform hr,
#tinymce hr,
.entry hr {
  margin: 5rem auto;
}
@media (max-width: 768px) {
  .mce-content-body hr,
  .wp-block-freeform hr,
  #tinymce hr,
  .entry hr {
    margin: 3rem auto;
  }
}
.mce-content-body h2,
.wp-block-freeform h2,
#tinymce h2,
.entry h2 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.mce-content-body h3,
.wp-block-freeform h3,
#tinymce h3,
.entry h3 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
}
.mce-content-body h4,
.wp-block-freeform h4,
#tinymce h4,
.entry h4 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.mce-content-body h4::before,
.wp-block-freeform h4::before,
#tinymce h4::before,
.entry h4::before {
  content: "";
  background-color: var(--accent1);
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
  position: relative;
  top: -0.4rem;
  margin-right: 0.8rem;
}
.mce-content-body ul,
.mce-content-body ol,
.wp-block-freeform ul,
.wp-block-freeform ol,
#tinymce ul,
#tinymce ol,
.entry ul,
.entry ol {
  margin: 5rem 0;
  padding-left: 1em;
}
@media (max-width: 768px) {
  .mce-content-body ul,
  .mce-content-body ol,
  .wp-block-freeform ul,
  .wp-block-freeform ol,
  #tinymce ul,
  #tinymce ol,
  .entry ul,
  .entry ol {
    margin: 3rem 0;
  }
}
.mce-content-body li,
.wp-block-freeform li,
#tinymce li,
.entry li {
  line-height: 1.8;
  list-style: none;
}
.mce-content-body li::marker,
.wp-block-freeform li::marker,
#tinymce li::marker,
.entry li::marker {
  color: var(--color-blue);
}
.mce-content-body blockquote,
.wp-block-freeform blockquote,
#tinymce blockquote,
.entry blockquote {
  border-radius: 1rem;
  padding: 3rem;
  margin: 5rem 0;
  background-color: #f3f3f3;
}
@media (max-width: 768px) {
  .mce-content-body blockquote,
  .wp-block-freeform blockquote,
  #tinymce blockquote,
  .entry blockquote {
    padding: 2rem;
    margin: 3rem auto;
  }
}
.mce-content-body blockquote a,
.wp-block-freeform blockquote a,
#tinymce blockquote a,
.entry blockquote a {
  text-decoration: underline;
  color: var(--color-blue);
  margin-top: 1rem;
  display: inline-block;
}
.mce-content-body iframe,
.wp-block-freeform iframe,
#tinymce iframe,
.entry iframe {
  margin: 5rem auto;
}
.mce-content-body table,
.wp-block-freeform table,
#tinymce table,
.entry table {
  border-collapse: collapse;
}
.mce-content-body table td,
.wp-block-freeform table td,
#tinymce table td,
.entry table td {
  padding: 1.5rem 1.5rem;
  border: solid 1px #e6e8e9;
}
.mce-content-body table td p,
.wp-block-freeform table td p,
#tinymce table td p,
.entry table td p {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .mce-content-body table td,
  .wp-block-freeform table td,
  #tinymce table td,
  .entry table td {
    padding: 0.5rem 1rem;
  }
}
.mce-content-body .underline,
.wp-block-freeform .underline,
#tinymce .underline,
.entry .underline {
  text-decoration: underline;
}
.mce-content-body .marker,
.wp-block-freeform .marker,
#tinymce .marker,
.entry .marker {
  background: linear-gradient(transparent 70%, #fff097 70%);
}
.mce-content-body .box,
.wp-block-freeform .box,
#tinymce .box,
.entry .box {
  background-color: #fff;
  border-radius: 2rem;
  padding: 3rem 2.5rem;
  margin-bottom: 6rem;
}

#toc_container {
  background: #fff;
  border: 0;
  width: 100%;
  padding: 3rem 2.5rem;
  border-radius: 1rem;
  margin: 6rem 0 4rem;
}
#toc_container ul {
  margin: 0 !important;
}
#toc_container a {
  text-decoration: underline;
  color: var(--accent1);
}
#toc_container .toc_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left !important;
  margin-bottom: 1.5rem !important;
}
#toc_container .toc_number::after {
  content: ".";
}
#toc_container .toc_list {
  margin-top: 0 !important;
}
#toc_container .toc_list > li {
  margin-bottom: 1.5rem;
}
#toc_container .toc_list > li:last-child {
  margin-bottom: 0;
}
#toc_container .toc_list ul {
  margin-top: 0.5rem;
}
#toc_container .toc_list ul > li {
  font-weight: normal;
  letter-spacing: 0.05em;
}
#toc_container .toc_brackets {
  display: none !important;
}
#toc_container .toc_toggle a {
  display: block;
  font-size: 0 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2211%22%20viewBox%3D%220%200%2017%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20opacity%3D%220.2%22%20d%3D%22M0.730469%209.46191L8.23047%201.46191L15.7305%209.46191%22%20stroke%3D%22%23343434%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.6rem;
  height: 1rem;
}
#toc_container.contracted .toc_toggle a {
  rotate: 180deg;
}

.mod-table th {
  padding: 0.5rem 1rem;
  line-height: 1.2;
}
.mod-table td {
  padding: 0.5rem 1rem;
  line-height: 1.2;
}

.table-wrap {
  overflow: auto;
  margin: 4rem 0;
}
