@charset "UTF-8";
#post {
  line-height: 1.8;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-all;
}
#post h2 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  color: #791336;
  padding: 10px 0;
  border-top: 1px solid #aa853e;
  border-bottom: 1px solid #aa853e;
  text-align: center;
  letter-spacing: 0.05em;
  text-indent: 0.1em;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #post h2 {
    font-size: 28px;
    padding: 15px 0;
    margin-bottom: 60px;
  }
}
#post > * + * {
  margin-top: 1.5em;
}
#post h4, #post h5, #post h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.4;
  color: #791336;
}
#post h4 {
  font-size: 1.35rem;
  padding-bottom: 12px;
  border-bottom: 2px solid #791336;
  margin-top: 3em;
  letter-spacing: 0.05em;
}
#post h5 {
  font-size: 1.125rem;
  margin-top: 2.5em;
  padding-left: 15px;
  border-left: 3px solid #aa853e;
  display: block;
}
#post h5::before {
  display: none;
}
#post h6 {
  font-size: 1rem;
  margin-top: 2em;
  color: #333333;
  padding-left: 1.5em;
  text-indent: -1.5em;
  display: block;
}
#post h6::before {
  content: "■";
  color: #aa853e;
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
  vertical-align: middle;
}
#post p {
  font-size: 1rem;
}
#post p strong {
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(201, 177, 113, 0.3) 70%);
}
#post p u {
  text-decoration-color: #aa853e;
}
#post p span[style*="color: #DC3D3D"] {
  color: #791336 !important;
}
#post ul, #post ol {
  padding-left: 2em;
  margin-bottom: 1.5em;
}
#post ul li, #post ol li {
  margin-bottom: 0.5em;
  padding-left: 0.3em;
}
#post ul li {
  list-style-type: disc;
}
#post ul li::marker {
  color: #791336;
}
#post ol li {
  list-style-type: decimal;
}
#post ol li::marker {
  color: #791336;
  font-weight: bold;
}
#post hr {
  border: none;
  border-top: 2px dotted #aa853e;
  margin: 30px 0;
  position: relative;
  height: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #post hr {
    margin: 60px 0;
  }
}
#post blockquote {
  padding: 1.5rem;
  background: #f4eff1;
  border-left: 4px solid #791336;
  font-style: italic;
}
#post blockquote p {
  margin-top: 0;
}
#post table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 0.9rem;
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
#post table th, #post table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  min-width: 120px;
}
#post table tr:nth-child(odd) {
  background: #ffffff;
}
#post table tr:nth-child(even) {
  background: #f4eff1;
}
#post figure {
  margin: 2em 0;
}
#post figure figcaption {
  font-size: 0.85rem;
  color: #888888;
  margin-top: 0.5em;
  text-align: center;
}
#post .mt-be-columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#post iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
#post a {
  color: #791336;
  text-decoration: underline;
  transition: 0.3s;
}
#post a:hover {
  color: #862b4a;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #post .mt-be-columns {
    flex-direction: row;
  }
  #post .mt-be-columns .mt-be-column {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  #post {
    font-size: 1.0625rem;
  }
  #post h4 {
    font-size: 1.6rem;
  }
  #post h5 {
    font-size: 1.25rem;
  }
  #post table {
    display: table;
    overflow: visible;
  }
}
