@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template: cocoon-master
Version: 1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.main {
    padding: 36px 100px;
}
.article h2 {
    background-color: #d2effc;
    padding: 15px 0px 15px 30px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    border-radius: 28px;
}
.article h3 {
    position: relative;
    padding: 6px 0px 6px 20px;
    border-bottom: 4px solid #e4040f;
    color: #333;
    font-size: 22px;
    font-weight: bold;
	border-left:none;
    border-top:none;
    border-right:none;
}
.article h3:before {
    position: absolute;
    content: '';
    width: 50%;
    left: 0;
    bottom: -4px;
    border-bottom: 4px solid #0a6db0;
}
.article h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0 6px 26px;
    color: #494949;
    margin: 1.8em 0 20px;
    border-bottom: 2px dotted #93c4da;
    background-image: url(https://funa-heart.com/media/wp-content/uploads/2026/03/icon_h5.png);
    background-repeat: no-repeat;
    background-position: left;
    border-top:none;
}
/* ===== グローバルナビ全体 ===== */
#navi,
#navi-in {
  background: #fff;
}

#navi-in > ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  margin: 0;
  padding: 10px 0;
}

/* ===== 各メニュー項目 ===== */
#navi-in > ul > li {
  display: flex;
  align-items: stretch;
  list-style: none;
  border-left: 1px solid #a59476;
}

#navi-in > ul > li:last-child {
  border-right: 1px solid #a59476;
}

/* ===== リンク共通 ===== */
#navi-in > ul > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 78px;
  padding: 8px 14px;
  box-sizing: border-box;
  color: #8f7545;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color .2s, color .2s;
}

/* ===== アイコン共通 ===== */
#navi-in > ul > li > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 6px;
  flex: 0 0 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* ===== 個別アイコン ===== */
#menu-item-11 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_home.png");
}

#menu-item-12 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_syoshin.png");
}

#menu-item-13 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_shinryo.png");
}

#menu-item-14 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_kenshin.png");
  width: 75px !important;
  height: 35px !important;
  flex: 0 0 35px;
}

#menu-item-15 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_about.png");
}

#menu-item-16 > a::before {
  background-image: url("https://funa-heart.com/media/wp-content/uploads/2026/03/nav_access.png");
  width: 75px !important;
  height: 35px !important;
  flex: 0 0 35px;
}
/* =========================
   本家風フッターナビ
========================= */
.clinic-footer-nav {
  background: #ac966d;
  padding: 24px 0 20px;
}

.clinic-footer-nav__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* リスト共通 */
.clinic-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 1段目 */
.clinic-footer-nav__main {
  margin-bottom: 10px;
}

.clinic-footer-nav__main li {
  position: relative;
  padding: 0 14px;
}

.clinic-footer-nav__main li::after {
  content: "|";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: .8;
}

.clinic-footer-nav__main li:last-child::after {
  content: none;
}

/* 2段目 */
.clinic-footer-nav__sub li {
  position: relative;
  padding: 0 12px;
}

.clinic-footer-nav__sub li::after {
  content: "|";
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  opacity: .8;
}

.clinic-footer-nav__sub li:last-child::after {
  content: none;
}

/* リンク */
.clinic-footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.9;
}

.clinic-footer-nav a:hover {
  opacity: .8;
  text-decoration: underline;
}
.footer{
  display:none;
}
/* ===== コピーライト ===== */
.clinic-footer-copyright {
  text-align: center;
padding: 10px 0;
    background: #65512d;
}

.clinic-footer-copyright p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .03em;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
.sup {
    font-size: 12px;
    margin-top: -20px;
}
.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.marker-under {
    font-weight: bold;
}
.gray_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 22px 15px 0px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}
.center {
  text-align: center;
}
/*公式リンクボタン*/
a.cv-button {
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 400px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  background: -webkit-linear-gradient(top, #dd2121 0%, #dd2121 100%);
    background: linear-gradient(to bottom, #dd2121 0%, #dd2121 100%);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
    box-shadow: 0 3px 0 #880101;
    margin: 0 auto 2.5em;
}
a.cv-button:hover {
  opacity: 0.7;
  color: #fff !important;
}
/* 目次*/
.article .toc-list > li li {
  list-style: none;
}
.toc-list > li li {
  list-style: none;
}

.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
 }
.nwa .toc {
    font-size: 15px;
}
.toc-list > li a {
font-weight: bold;
}
.toc-list > li li a {
font-weight: normal;
}
.entry-content table {
	font-size: 15px;
}

.entry-content table th, .entry-content table td {
    border: 1px solid #ced1d6 !important;
    line-height: 1.6em;
}

.entry-content table th {
    background-color: #f7f7f7 !important;
}
/*スクロールテーブル*/
/*---------- スクロール可能なテーブル関連のCSS ----------*/
.table_box {
    display: block;
    overflow: auto;
}

.table_box th,
.table_box td {
    white-space: nowrap;
}

/* スクロールバー全体を対象にする */
.table_box::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.table_box::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.table_box::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.table_box::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}
.fixed01,
.fixed02{
  position: sticky;
  top: 0;
  left: 0;
  color: #333;
  background: #333;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
  }
}
.fixed01{
  z-index: 2;
}
.fixed02{
  z-index: 1;
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.cta-box {
    font-size: 90%;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
}

/*834px以下*/
@media screen and (max-width: 834px){
.navi{
  display:none;
}
  .clinic-footer-nav {
    padding: 18px 0 14px;
  }

  .clinic-footer-nav__inner {
    padding: 0 16px;
  }

  .clinic-footer-nav ul {
    display: block;
    text-align: center;
  }

  .clinic-footer-nav__main {
    margin-bottom: 8px;
  }

  .clinic-footer-nav__main li,
  .clinic-footer-nav__sub li {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 4px;
  }

  .clinic-footer-nav a {
    font-size: 13px;
    line-height: 1.8;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
	.tagline {
    margin: 0.6em 0.1em;
}
#navi-menu-input:checked ~ #navi-menu-content {
    background: #65512d;
}
.menu-drawer a ,.fa-close {
	    color: #FFF;
}
.menu-drawer a {
    text-align: center;
}

.menu-drawer li {
    border-bottom: 1px solid #a59476;
}
.article h2 {
    padding: 15px 10px;
    font-size: 21px;
}
.article h3 {
    font-size: 18px;
    padding: 6px 0px 6px 4px;
}
}