@charset "UTF-8";
body {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif !important;
  color: #333333;
  background-color: #F7F3ED;
  line-height: clamp(1.8rem, 2.5vw, 2rem);
  padding-top: 0px;
}
@media (max-width: 780px) {
  body {
    font-size: 0.9375rem;
  }
}

a {
  font-weight: 600;
}

/* *****************************************
	Common	（Break:640px、1024px、1280px: Tab 780px）
***************************************** */
.l-contents__inner {
  gap: 30px !important;
}

.l-contents__main {
  background-color: #FFF;
  padding: 30px 40px;
}

.l-contents__sidebar .c-widget {
  background-color: #FFF;
  padding: 20px;
}

.c-entry-summary__term {
  background-color: #C8A98D;
}

h1.c-entry__title {
  color: #6B3F1F;
  font-size: clamp(1.25rem, 2.5vw, 1.8125rem);
  line-height: clamp(2rem, 5vw, 3rem);
}

.c-entry__content h2.wp-block-heading {
  position: relative;
  font-size: clamp(1.1875rem, 2.5vw, 1.625rem);
  padding: 0.6125rem 1.5rem;
  border-radius: 10px;
  background: #E8D8C3;
  color: #6B3F1F;
}
.c-entry__content h2.wp-block-heading:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -10px;
  left: 1.5em;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #E8D8C3 transparent transparent transparent;
}
.c-entry__content h3.wp-block-heading {
  color: #6B3F1F;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  padding-bottom: 6px;
  border-bottom: solid 2px #C8A98D;
}
.c-entry__content h4.wp-block-heading,
.c-entry__content h5.wp-block-heading {
  color: #6B3F1F;
  font-size: clamp(1.125rem, 2vw, 1.3125em);
}
.c-entry__content .wp-block-list {
  list-style: square;
  padding-left: 25px;
}
.c-entry__content .wp-block-list li::marker {
  color: #6B3F1F;
}
.c-entry__content img {
  border: 1px solid #E0D0BC;
  border-radius: 5px;
}
.c-entry__content .wp-block-word-balloon-word-balloon-block img {
  border: none;
}
.c-entry__content .c-entry__content a:not(.smb-btn) {
  text-decoration: underline;
}
.c-entry__content a {
  color: #2E6DA4;
}
.c-entry__content a:hover {
  color: #1A4E80;
}
.c-entry__content .wp-block-table thead {
  background-color: #E8D8C3;
  border-color: #C8A98D;
}
.c-entry__content .wp-block-table th {
  color: #6B3F1F !important;
  border-color: #FFF;
}
.c-entry__content .wp-block-table th:first-child {
  border-left: solid 1px #E8D8C3 !important;
}
.c-entry__content .wp-block-table th:last-child {
  border-right: solid 1px #E8D8C3 !important;
}

/* *****************************************
	コンポーネント
***************************************** */
/*
Snow Monkey
-------------------- */
.is-style-sme-alert {
  background-color: #fff9e6 !important;
}

/*
装飾
-------------------- */
.list-sen {
  border: solid 1px #E8D8C3;
  border-radius: 5px;
  padding: 20px;
}
.list-sen li {
  margin-left: 20px;
}

.list-bg {
  background-color: #F4EBE1;
  border-radius: 5px;
  padding: 20px;
}
.list-bg li {
  margin-left: 20px;
}

/* *****************************************
	投稿
***************************************** */
/*
メタ
-------------------- */
.c-meta__item--author {
  display: none;
}/*# sourceMappingURL=style.css.map */