@charset "UTF-8";

body.mce-content-body.news-detail-editor,
.news-detail-editor {
  color: #5f3b24;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.news-detail-editor > * {
  margin-top: 0;
  margin-bottom: 0;
}

.news-detail-editor > * + * {
  margin-top: 16px;
}

.news-detail-editor h2 {
  margin-top: 0;
  padding: 8px 0;
  border-top: 1px solid #9E6A41;
  border-bottom: 1px solid #9E6A41;
  color: #5C4635;
  font-size: clamp(20px, 1.94vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.news-detail-editor h3 {
  color: #754620;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.news-detail-editor h4 {
  color: #5C4635;
  font-family: "M PLUS Rounded 1c";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}

.news-detail-editor h3 {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 3px 12px 4px;
  border-radius: 999px;
  background: #6f4523;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.news-detail-editor p {
  color: #5f3b24;
  font-size: 14px;
}

.news-detail-editor a {
  color: #91358e;
  text-underline-offset: 0.15em;
}

.news-detail-editor blockquote {
  margin: 0;
  padding: 0;
  color: #bf47aa;
}

.news-detail-editor ul,
.news-detail-editor ol {
  padding-left: 1.5em;
}

.news-detail-editor li + li {
  margin-top: 4px;
}

.news-detail-editor table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse;
  margin-top: 34px;
}

.news-detail-editor th,
.news-detail-editor td {
  border: 1px solid #b99576;
  padding: 6px 10px;
  color: #76563f;
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
}

.news-detail-editor th {
  background: #eddcc8;
  font-weight: 500;
}

.news-detail-editor > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.news-detail-editor figure {
  margin: 34px 0 0;
  text-align: center;
}

.news-detail-editor figure img {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

.news-detail-editor figcaption {
  margin-top: 8px;
  color: #855936;
  font-size: 12px;
  line-height: 1;
}

.news-detail-editor .cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 20px;
}

.news-detail-editor .cols-2 > div > * + * {
  margin-top: 12px;
}

.news-detail-editor .cols-2 > img {
  width: 100%;
  height: auto;
}

.news-detail-editor hr {
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #b17852;
}

.news-detail-editor .cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  gap: 20px;
}

.news-detail-editor .cols-3 > div > * + * {
  margin-top: 12px;
}

.news-detail-editor .cols-3 > img {
  width: 100%;
  height: auto;
}

@media (max-width: 900px) {
  .news-detail-editor {
    font-size: 13px;
    line-height: 1.9;
  }

  .news-detail-editor h2 {
    font-size: 18px;
  }

  .news-detail-editor .cols-2,
  .news-detail-editor .cols-3 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}
