/* ==================================================
   01. サイト全体・共通カラー
================================================== */
:root {
  --oyakoto-ink: #38281f;
  --oyakoto-muted: #74675c;
  --oyakoto-paper: #fffaf2;
  --oyakoto-paper-strong: #fff3de;
  --oyakoto-teal: #2f7d78;
  --oyakoto-teal-dark: #1f5d59;
  --oyakoto-coral: #cf665f;
  --oyakoto-sage: #718f5d;
  --oyakoto-gold: #d7a94f;
  --oyakoto-line: #1f5d59;
  --oyakoto-line-org: #ead9bf;
}
#body_wrap {
  --color_main: var(--oyakoto-teal);
  --color_link: var(--oyakoto-teal);
  --color_htag: var(--oyakoto-teal);
  background: var(--oyakoto-paper);
  color: var(--oyakoto-ink);
}
#body_wrap a { color: var(--oyakoto-teal); }
#body_wrap a:hover { color: var(--oyakoto-teal-dark); }

/* ==================================================
   02. ヘッダー・固定ヘッダー
================================================== */
.l-header,
.l-fixHeader {
  border-bottom: 1px solid rgba(82, 57, 35, .12);
  background: rgba(255, 251, 244, .96) !important;
  box-shadow: 0 8px 22px rgba(82, 57, 35, .06);
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media (min-width: 960px) {
  .l-header__inner,
  .l-fixHeader__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: clamp(26px, 3vw, 56px);
    width: calc(100% - clamp(56px, 9.6vw, 156px)) !important;
    max-width: 1868px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .l-header__logo,
  .l-fixHeader__logo {
    flex: 0 0 auto;
    min-width: clamp(430px, 31vw, 600px) !important;
  }
  .l-header .c-headLogo,
  .l-fixHeader .c-headLogo {
    min-width: 0;
  }
  .c-headLogo__link {
    display: block;
    max-width: none;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
    line-height: 1.08;
    font-size: clamp(1.32rem, 1.58vw, 1.95rem) !important;
  }
  .l-header__gnav,
  .l-fixHeader__gnav {
    flex: 1 1 auto;
    min-width: 0;
  }
  .l-fixHeader {
    min-height: 94px;
    box-sizing: border-box;
    padding-top: 22px;
    position: fixed;
  }
  .l-fixHeader::before {
    content: "親の小さな変化に、やさしく気づく。";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 22px;
    padding: 0 clamp(28px, 4.45vw, 90px);
    background: #3f827d;
    color: #fff;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: clamp(.68rem, .7vw, .82rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
  .l-fixHeader .oyakoto-fix-search {
    position: absolute;
    z-index: 3;
    top: 0;
    right: clamp(28px, 4.45vw, 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff !important;
    font-size: 14px;
    line-height: 1;
  }
  .l-fixHeader__inner {
    min-height: 72px;
  }

  /* --------------------------------------------------
     03. グローバルナビ（PC）
  -------------------------------------------------- */
  .c-gnav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(16px, 1.7vw, 32px);
  }
  .c-gnav > .menu-item {
    flex: 0 0 auto;
  }
  .c-gnav > .menu-item > a {
    padding-right: 0;
    padding-left: 0;
    white-space: nowrap !important;
    line-height: 1.1;
    font-size: clamp(.86rem, .88vw, .98rem) !important;
  }
  .c-gnav > .menu-item > a .ttl {
    display: inline-block;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
}
@media (min-width: 960px) and (max-width: 1240px) {
  .l-header__inner,
  .l-fixHeader__inner {
    gap: 18px;
  }
  .l-header__logo,
  .l-fixHeader__logo {
    min-width: 360px;
  }
  .c-headLogo__link {
    font-size: 1.32rem;
  }
  .c-gnav {
    gap: 12px;
  }
  .c-gnav > .menu-item > a {
    font-size: .8rem;
  }
}

/* ==================================================
   04. ロゴ・グローバルナビ・スマホメニュー共通
================================================== */
.c-headLogo__link,
.c-headLogo__img {
  color: var(--oyakoto-teal) !important;
  font-weight: 700 !important;
  letter-spacing: 0;
}
.c-gnav > .menu-item > a,
.p-spMenu__inner a {
  color: var(--oyakoto-teal) !important;
  font-weight: 700 !important;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.c-gnav > .menu-item > a:hover,
.p-spMenu__inner a:hover {
  color: var(--oyakoto-teal);
}

/* ==================================================
   05. メインコンテンツ・記事レイアウト
================================================== */
body:not(.home) #content.l-content {
  max-width: 1300px;
}
body:not(.home) .l-mainContent__inner {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 12px 34px rgba(77, 54, 34, .06);
}
.c-pageTitle,
.p-articleHead__title,
.p-articleHead h1,
.post_content h1 {
  color: var(--oyakoto-ink);
  letter-spacing: 0;
  line-height: 1.38;
}
.c-pageTitle::before,
.p-articleHead__title::before {
  color: var(--oyakoto-sage);
}
.p-articleMetas,
.p-articleFoot,
.p-articleFoot a,
.c-postTimes,
.p-postList__meta {
  color: var(--oyakoto-muted);
}
.p-articleThumb,
.c-postThumb,
.c-postThumb__figure,
.p-postList__thumb {
  overflow: hidden;
  border-radius: 8px;
}

/* ==================================================
   06. 記事本文・見出し・画像・表
================================================== */
.post_content {
  color: var(--oyakoto-ink);
  line-height: 1.92;
}
.post_content p,
.post_content li {
  line-height: 1.92;
}
.post_content h2 {
  margin-top: 2.05em;
  padding: .5em 1em .5em 1.05em !important;
  border-left: 6px solid var(--oyakoto-teal);
  border-radius: 8px;
  background: linear-gradient(90deg, #eef8f5, #fffdf8) !important;
  color: var(--oyakoto-teal-dark);
  font-size: clamp(1.2rem, 2.1vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0;
}
.post_content h3 {
  margin-top: 1.9em;
  padding-bottom: .45em;
  color: var(--oyakoto-ink);
  font-size: clamp(1.12rem, 2vw, 1.32rem);
  font-weight: 700;
  letter-spacing: 0;
}
.post_content h4 {
  color: var(--oyakoto-teal-dark);
  font-weight: 700;
}
.post_content strong,
.post_content b {
  font-weight: 700;
}
.post_content figure {
  margin: 1.8em auto;
}
.post_content figure img,
.post_content .wp-block-image img {
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(77, 54, 34, .12);
}
.post_content table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
}
.post_content th {
  background: #eef8f5;
  color: var(--oyakoto-teal-dark);
}
.post_content td,
.post_content th {
  border-color: var(--oyakoto-line) !important;
  padding: .85em;
}
.post_content blockquote,
.post_content .pr-box {
  margin: 1.6em 0;
  padding: 1em 1.1em;
  border: 1px solid #efd8bd;
  border-left: 5px solid var(--oyakoto-gold);
  border-radius: 8px;
  background: #fff8ed;
  color: #58412a;
}
.post_content .manga-caption {
  margin: .4em 0;
  color: var(--oyakoto-muted);
  font-size: .92em;
}

/* ==================================================
   07. ボタン・送信ボタン
================================================== */
.wp-block-button__link,
.c-btn,
.wp-block-search__button,
.wpcf7-submit,
.comment-form input[type="submit"],
.form-submit .submit,
.p-commentArea input[type="submit"],
input[type="submit"].submit {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: .72em 1.35em !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, var(--oyakoto-teal), var(--oyakoto-teal-dark)) !important;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none !important;
  box-shadow: 0 10px 22px rgba(47, 125, 120, .22);
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}
.wp-block-button__link:hover,
.c-btn:hover,
.wp-block-search__button:hover,
.wpcf7-submit:hover,
.comment-form input[type="submit"]:hover,
.form-submit .submit:hover,
.p-commentArea input[type="submit"]:hover,
input[type="submit"].submit:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(47, 125, 120, .26);
}
.wp-block-button__link:focus-visible,
.c-btn:focus-visible,
.wp-block-search__button:focus-visible,
.wpcf7-submit:focus-visible,
.comment-form input[type="submit"]:focus-visible,
.form-submit .submit:focus-visible,
.p-commentArea input[type="submit"]:focus-visible,
input[type="submit"].submit:focus-visible {
  outline: 3px solid rgba(47, 125, 120, .3);
  outline-offset: 3px;
}

/* ==================================================
   08. 検索フォーム・Contact Form 7
================================================== */
.wp-block-search__input,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  border: 1px solid var(--oyakoto-line) !important;
  border-radius: 8px !important;
  background: #fff !important;
}
.wpcf7 {
  padding: 22px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(77, 54, 34, .06);
}
.wpcf7 label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--oyakoto-ink);
  font-weight: 700;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  min-height: 46px;
  padding: 10px 12px;
}
.wpcf7 textarea {
  min-height: 180px;
  padding: 12px;
}
.wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #d64b43 !important;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.55;
}
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 13px 15px !important;
  border-width: 1px !important;
  border-radius: 8px;
  background: #fff8ed;
  color: var(--oyakoto-ink);
  font-weight: 700;
  line-height: 1.7;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #d7a94f !important;
  background: #fff8ed;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(47, 125, 120, .45) !important;
  background: #f4fbf8;
  color: var(--oyakoto-teal-dark);
}

/* ==================================================
   09. アーカイブ・カテゴリ・タグページ
================================================== */
.archive .p-termHead {
  position: relative;
  margin: clamp(20px, 3vw, 32px) 0 clamp(28px, 4vw, 42px);
  padding: clamp(22px, 3vw, 30px) clamp(20px, 3vw, 30px) clamp(20px, 3vw, 28px);
  border: 1px solid var(--oyakoto-line);
  border-left: 6px solid var(--oyakoto-teal);
  border-radius: 8px;
  background: linear-gradient(135deg, #fff8ed 0%, #fffdf8 52%, #f4fbf8 100%);
  box-shadow: 0 12px 30px rgba(77, 54, 34, .07);
}
.archive.category .p-termHead::before,
.archive.tag .p-termHead::before {
  position: absolute;
  top: -14px;
  left: 22px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 13px;
  border: 1px solid rgba(47, 125, 120, .18);
  border-radius: 999px;
  background: #eef8f5;
  color: var(--oyakoto-teal-dark);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.archive.category .p-termHead::before {
  content: "カテゴリの案内";
}
.archive.tag .p-termHead::before {
  content: "タグの案内";
}
.archive .p-termHead::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 84px;
  height: 42px;
  border-top: 2px dotted rgba(113, 143, 93, .38);
  border-right: 2px dotted rgba(113, 143, 93, .2);
  border-radius: 0 8px 0 0;
  pointer-events: none;
}
.archive .p-termHead__desc {
  display: block;
  max-width: 820px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #584d43;
  font-size: clamp(.96rem, 1.45vw, 1.05rem);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  text-align: left;
}
.archive .p-termHead__desc p {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}
.archive .p-termHead__desc br {
  display: block;
  content: "";
  margin: .35em 0;
}

/* ==================================================
   10. 投稿一覧・記事カード
================================================== */
.p-postList__item {
  overflow: hidden;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 8px 22px rgba(77, 54, 34, .06);
}
.p-postList__link {
  color: var(--oyakoto-ink) !important;
  text-decoration: none;
}
.p-postList__title {
  color: var(--oyakoto-ink);
  font-weight: 700;
  line-height: 1.55;
}
.p-postList__excerpt {
  color: var(--oyakoto-muted);
}

/* ==================================================
   11. ウィジェット内の記事一覧・最新記事・人気記事
================================================== */
.c-widget .wp-block-latest-posts__list,
.c-widget .p-postList {
  display: grid;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
}
.c-widget .wp-block-latest-posts__list li,
.c-widget .p-postList__item {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 10px !important;
  border: 1px solid var(--oyakoto-line) !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, #fff, #fffaf2) !important;
  box-shadow: 0 8px 22px rgba(77, 54, 34, .06) !important;
}
.c-widget .wp-block-latest-posts__list li {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.c-widget .wp-block-latest-posts__featured-image {
  grid-row: 1 / span 2;
  margin: 0 !important;
}
.c-widget .wp-block-latest-posts__featured-image a,
.c-widget .wp-block-latest-posts__featured-image img {
  display: block;
}
.c-widget .wp-block-latest-posts__featured-image img,
.c-widget .p-postList__thumb img {
  width: 86px !important;
  height: 64px !important;
  object-fit: cover;
  border: 1px solid #ead9bf;
  border-radius: 7px;
  background: #fff8ed;
}
.c-widget .wp-block-latest-posts__post-title,
.c-widget .p-postList__title {
  color: var(--oyakoto-ink) !important;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none !important;
}
.c-widget .wp-block-latest-posts__post-date,
.c-widget .p-postList__meta {
  color: var(--oyakoto-muted) !important;
  font-size: .76rem;
  line-height: 1.4;
}
.c-widget .p-postList__link {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.c-widget .p-postList__thumb {
  width: 86px !important;
  min-width: 86px !important;
}
.oyakoto-sidebar-post-widget--popular .wp-block-latest-posts__list {
  counter-reset: oyakoto-sidebar-rank;
}
.oyakoto-sidebar-post-widget--popular .wp-block-latest-posts__list li {
  padding-left: 10px !important;
}
.oyakoto-sidebar-post-widget--popular .wp-block-latest-posts__list li::before {
  counter-increment: oyakoto-sidebar-rank;
  content: counter(oyakoto-sidebar-rank);
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--oyakoto-teal);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(47, 125, 120, .2);
}
.oyakoto-sidebar-post-widget--popular .wp-block-latest-posts__list li:first-child::before {
  background: var(--oyakoto-gold);
  color: var(--oyakoto-ink);
}

/* ==================================================
   12. カテゴリ・タグリスト
================================================== */
.c-categoryList__link,
.c-tagList__link,
.tag-cloud-link,
.cat-item a {
  border-color: rgba(47, 125, 120, .2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--oyakoto-teal-dark) !important;
}

/* ==================================================
   13. ウィジェット共通
================================================== */
.c-widget {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: 0 10px 28px rgba(77, 54, 34, .06);
}
.c-widget .wp-block-heading,
.c-widget__title,
.c-widget h2 {
  margin-top: 0;
  margin-bottom: 14px;
  padding: 0 0 10px !important;
  border-bottom: 2px dotted rgba(113, 143, 93, .42);
  background: transparent !important;
  color: var(--oyakoto-teal-dark);
  font-size: 1.05rem;
  letter-spacing: 0;
}

/* ==================================================
   14. サイトガイド・スマホメニュー用ウィジェット
================================================== */
.oyakoto-sp-menu-widget ul,
.oyakoto-site-guide ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.oyakoto-sp-menu-widget a,
.oyakoto-site-guide a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fffaf2);
  color: var(--oyakoto-teal-dark) !important;
  font-weight: 700;
  text-decoration: none !important;
}
#sp_menu .p-spMenu__nav .oyakoto-cloned-menu {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
#sp_menu .p-spMenu__nav .oyakoto-cloned-menu a {
  display: block;
  padding: 13px 14px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fffaf2);
  color: var(--oyakoto-ink) !important;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none !important;
}
#sp_menu .p-spMenu__nav .oyakoto-cloned-menu a:hover {
  color: var(--oyakoto-teal-dark) !important;
}
body.oyakoto-sp-menu-ready #sp_menu .p-spMenu__bottom .oyakoto-sp-menu-widget {
  display: none;
}
body.oyakoto-sp-menu-ready #sp_menu .p-spMenu__bottom .c-widget:has(.oyakoto-sp-menu-widget) {
  display: none;
}

/* ==================================================
   15. SWELL人気記事・新着記事ウィジェット
================================================== */
.widget_swell_popular_posts .p-postList,
.widget_swell_new_posts .p-postList {
  display: grid;
  gap: 10px;
}
.widget_swell_popular_posts .p-postList__item,
.widget_swell_new_posts .p-postList__item {
  background: #fff;
}
.widget_swell_popular_posts .p-postList.-w-ranking li::before {
  background: var(--oyakoto-teal);
  color: #fff;
  box-shadow: none;
}
.widget_swell_popular_posts .p-postList.-w-ranking li:first-child::before {
  background: var(--oyakoto-gold);
  color: var(--oyakoto-ink);
}

/* ==================================================
   16. PRラベル
================================================== */
.oyakoto-pr-label {
  display: inline-flex;
  width: max-content;
  align-items: center;
  margin: 0 0 8px !important;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(207, 102, 95, .12);
  color: #9e3c36;
  font-size: .78em;
  font-weight: 700;
  line-height: 1.4;
}

/* ==================================================
   17. トップページ専用調整
================================================== */
body.home #content,
body.home #main_content,
body.home .l-content,
body.home .l-mainContent,
body.home .l-mainContent__inner,
body.home .post_content,
#body_wrap.home #content,
#body_wrap.home #main_content,
#body_wrap.home .l-content,
#body_wrap.home .l-mainContent,
#body_wrap.home .l-mainContent__inner,
#body_wrap.home .post_content {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body.home .oyakoto-home-footer,
#body_wrap.home .oyakoto-home-footer {
  margin-bottom: 0 !important;
}
body.home #before_footer_widget,
body.home .w-beforeFooter,
#body_wrap.home #before_footer_widget,
#body_wrap.home .w-beforeFooter {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.home #footer.l-footer,
body.home .l-footer,
#body_wrap.home #footer.l-footer,
#body_wrap.home 
/* ==================================================
   18. フッター
================================================== */
.l-footer {
  margin-top: 0 !important;
}
.l-footer {
  border-top: 1px solid rgba(47, 125, 120, .2);
  background: #1f5d59 !important;
  color: rgba(255, 255, 255, .88);
}
.l-footer a,
.l-footer .c-widget a {
  color: #fff !important;
}
.l-footer .c-widget {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  box-shadow: none;
}

/* ==================================================
   19. 独自固定ページレイアウト
================================================== */
.oyakoto-page {
  max-width: 880px;
  margin: 0 auto;
  color: var(--oyakoto-ink);
}
.oyakoto-page__lead {
  margin: 0 0 24px;
  padding: 18px 20px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fff8ed;
  color: #58412a;
  font-weight: 700;
}
.oyakoto-page__section {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid var(--oyakoto-line);
  border-radius: 8px;
  background: #fffdf8;
}
.oyakoto-page__section h2 {
  margin-top: 0 !important;
}

/* ==================================================
   20. スマホ対応・レスポンシブ調整
================================================== */
@media (max-width: 767px) {
  html,
  body,
  #body_wrap {
    max-width: 100%;
    overflow-x: hidden;
  }
  html {
    margin-top: 0 !important;
  }
  body.admin-bar {
    padding-top: 0 !important;
  }
  body.admin-bar #wpadminbar {
    display: none !important;
  }
  .l-header,
  .l-fixHeader {
    top: 0 !important;
    margin-top: 0 !important;
  }
  .l-header__inner {
    min-height: 58px;
  }
  .l-header .c-headLogo,
  .l-fixHeader .c-headLogo {
    min-width: 0;
  }
  .c-headLogo__link {
    max-width: calc(100vw - 124px) !important;
    font-size: .95rem !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
  .l-content,
  #content,
  #main_content,
  .l-mainContent,
  .l-mainContent__inner,
  .post_content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
  body:not(.home) .l-mainContent__inner {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 22px 18px;
  }
  .post_content p,
  .post_content li,
  .post_content h1,
  .post_content h2,
  .post_content h3,
  .post_content label {
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    white-space: normal !important;
  }
  .post_content table {
    display: block;
    overflow-x: auto;
  }
  .c-widget {
    padding: 18px;
  }
  .archive .p-termHead {
    margin-top: 22px;
    padding: 24px 18px 18px;
  }
  .archive .p-termHead::after {
    display: none;
  }
  .archive .p-termHead__desc {
    font-size: .94rem;
    line-height: 1.85;
  }
}
