@charset "utf-8";
/* 分院コンテンツCSS */

/*------------------------------------------------------------------------------
 basic
 -------------------------------------------------------------------------------*/
    .review-fact {
      background: #e3f0ff;
      border-left: 4px solid #2c5f9e;
      padding: 10px 14px;
      margin: 12px 0;
      border-radius: 0 4px 4px 0;
    }
    .review-fact::before {
      display: block;
      font-size: 11px;
      color: #1e4477;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .review-legal {
      background: #ffebee;
      border-left: 4px solid #e57373;
      padding: 10px 14px;
      margin: 12px 0;
      border-radius: 0 4px 4px 0;
    }
    .review-legal::before {
      display: block;
      font-size: 11px;
      color: #c62828;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .review-clinic {
      background: #fff3e0;
      border-left: 4px solid #ff9800;
      padding: 10px 14px;
      margin: 12px 0;
      border-radius: 0 4px 4px 0;
    }
    .review-clinic::before {
      display: block;
      font-size: 11px;
      color: #e65100;
      font-weight: bold;
      margin-bottom: 6px;
    }
    .image-placeholder {
      background: #fff;
      border: none;
      /*border-radius: 4px;*/
      padding: 24px;
      text-align: center;
      color: #888;
      font-size: 14px;
      margin: 16px 0;
    }
    .step-block {
      background: #e5f4f7;
      border-left: 4px solid #2b6692;
      padding: 12px 16px;
      margin: 12px 0;
      border-radius: 0 6px 6px 0;
    }
    .step-block strong {
      display: block;
      font-size: 15px;
      color: #2b6692;
      margin-bottom: 4px;
    }
    .cta-section {
      background: #e4f7f7;
      border-radius: 8px;
      padding: 18px;
      margin: 32px 0;
      text-align: center;
    }
    .cta-section > p {
      margin: 0 0 8px;
      font-size: 15px;
      color: #333;
    }
    .cta-main {
      display: inline-block;
      /*background: #2c5f9e;*/
      /*color: #fff !important;*/
      text-decoration: none;
      padding: 14px 28px;
      border-radius: 6px;
      font-size: 15px;
      font-weight: bold;
      margin: 8px 0;
    }
    .cta-sub-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      justify-content: center;
      margin-top: 12px;
      padding: 0;
      list-style: none;
    }
    .cta-sub-list li::before { display: none; }
    .cta-sub {
      display: inline-block;
      background: #fff;
      border: 1px solid #5786a2;
      color: #5786a2 !important;
      text-decoration: none;
      padding: 6px 14px;
      border-radius: 4px;
      font-size: 13px;
    }
    .supervision-note {
      background: #f8f9fa;
      border: 1px solid #dde2e8;
      border-radius: 4px;
      padding: 12px 16px;
      font-size: 13px;
      color: #666;
      text-align: right;
      margin: 24px 0 0;
    }
    .meta-label {
      font-weight: bold;
      color: #2c5f9e;
      font-size: 12px;
      margin: 8px 0 2px;
    }
    .meta-value {
      color: #333;
      margin: 0 0 4px;
      font-size: 13px;
    }
    .mode-badge-done {
      display: inline-block;
      background: #d4edda;
      color: #155724;
      border: 1px solid #28a745;
      border-radius: 3px;
      padding: 2px 6px;
      font-size: 12px;
      font-weight: bold;
    }
    .legend-item {
      padding: 4px 6px;
      font-size: 12px;
      border-radius: 3px;
      margin-bottom: 5px;
    }
    .interview-quote {
      background: #f9f6ee;
      border-left: 4px solid #c8a84b;
      border-radius: 0 4px 4px 0;
      padding: 14px 18px;
      margin: 16px 0 4px;
      font-size: 15px;
      line-height: 1.8;
      color: #333;
    }
    .interview-source {
      font-size: 12px;
      color: #888;
      margin: 0 0 16px 18px;
    }
    .case-photos-placeholder {
      margin: 24px 0;
    }
    .case-photos-placeholder .placeholder-block {
      background: #f0f7ff;
      border: 1px dashed #ccc;
      border-radius: 4px;
      text-align: center;
      padding: 32px 16px;
    }

     .placeholder-detail strong{
      color: #333 !important;
    }

     .entry-content small {
  line-height: 1.4 !important;
    }

    .case-photos-placeholder .placeholder-icon { font-size: 48px; margin: 0 0 8px 0; }
    .case-photos-placeholder .placeholder-message { font-size: 18px; font-weight: bold; color: #2c5f9e; margin: 0 0 4px 0; }
    .case-photos-placeholder .placeholder-detail { font-size: 14px; color: #666; margin: 0; }


/*------------------------------------------------------------------------------
 original
 -------------------------------------------------------------------------------*/
	
/* h1
-------------------------------------------*/

.ttl_contens h1{
  color: #b19260;/*文字色*/
  padding: 0.5em 0.5em;/*上下の余白*/
  border-top: solid 2px #b19260;/*上線*/
  border-bottom: solid 2px #b19260;/*下線*/
  line-height: 1.6;
  text-align:center;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width:768px){
.ttl_contens h1{
   margin-left: auto !important;
   margin-right: auto !important;
    font-size: 1.7rem !important;
}
}
	
@media screen and (max-width:767px){
.ttl_contens h1{
   margin-left: auto !important;
   margin-right: auto !important;
    font-size: 1.2rem !important;
}
}
  

@media screen and (min-width:1000px){
.breadcrumb_contens {
    width: 100%;
    margin: 18px auto;
    letter-spacing: .05em;
    font-size: 12px;
}

/* パンくずナビ
-------------------------------------------*/
.breadcrumb_contens > li {
  display: inline-block;
}
.breadcrumb_contens > li + li:before {
  padding: 0 5px !important;
  color: #555 !important;
  content: "\f105" !important;
 font-family: FontAwesome;
font-weight: normal !important;
}
.breadcrumb_contens > .active {
  color: #777;
}

.breadcrumb_contens > li:last-child {
    font-weight: bold;
}
}
@media screen and (max-width: 530px) and (min-width: 0px){	
.breadcrumb_contens {
    width: 95%;
    margin: 20% auto 5% auto;
    letter-spacing: .04em;
    font-size: .8em;
    line-height: 1.6em;
    z-index: 1;
    position: relative;
}
.breadcrumb_contens > li {
  display: inline-block;
}
.breadcrumb_contens > li + li:before {
  padding: 0 5px;
  color: #555;
  content: "\f105";
    font-family: FontAwesome;
	font-weight: normal !important;

}
.breadcrumb_contens > .active {
  color: #777;
}

.breadcrumb_contens > li:last-child {
    font-weight: bold;
}
}
@media screen and (max-width: 999px) and (min-width: 531px){
.breadcrumb_contens {
	width:100%;
	margin:20% auto 5% auto;
	letter-spacing: 0.04em;
}

.breadcrumb_contens > li {
  display: inline-block;
}
.breadcrumb_contens > li + li:before {
  padding: 0 5px;
  color: #555;
  content: "\f105";
    font-family: FontAwesome;
	font-weight: normal !important;
  
}
.breadcrumb_contens > .active {
  color: #777;
}

.breadcrumb_contens > li:last-child {
    font-weight: bold;
}
}

/* 目次
-------------------------------------------*/
#toc-container {
  background:#f3f4f5;
  padding:15px;
  margin:20px auto;
  width:85%;
}
	
#toc-container .toc-title{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
font-family: 'Noto Serif JP', serif;
}
	
.toc-title {
  font-weight: 400;
  margin-bottom: 5px;
  color: #333;
  font-size:15px;
}

#toc ul {
  list-style:disc;
  margin: 0;
  padding: 0;
}

#toc li {
  border-bottom: 1px solid #d9d9d9;
}

#toc li:last-child {
  border-bottom: none;
}

#toc a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

#toc a:hover {
  background: #ececec;
}
/* H3を1段下げる */
#toc .toc-h3 a {
  padding-left: 35px;
  font-size: 0.95em;
  color: #666;
}
/* H2の番号 */
#toc ul {
  counter-reset: h2-counter;
}

#toc li:not(.toc-h3) {
  counter-increment: h2-counter;
  counter-reset: h3-counter;
}

/* H2の番号表示 */
#toc li:not(.toc-h3) > a::before {
  content: counter(h2-counter) ". ";
  font-weight: 500;
}

/* H3の番号 */
#toc .toc-h3 {
  counter-increment: h3-counter;
}

/* H3の番号表示 */
#toc .toc-h3 > a::before {
  content: counter(h2-counter) "-" counter(h3-counter) ". ";
  color: #666;
}
.toc-title {
  cursor: pointer;
  user-select: none;
  color:#b19260;
  font-size:16px;
  font-weight:bold;
  line-height:1;
}

#toc {
  overflow: hidden;
  transition: max-height 0.3s ease;
　 width:100%;
}

#toc.closed {
  max-height: 0;
}

#toc.open {
  max-height: 3000px; /* 十分大きな値 */
}
.toc-icon{
  width:28px;
  height:28px;
   background:#b19260;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 50%;
}

.toc-icon i{
  color:#fff;
  font-size:16px;
}
.toc-arrow{
  font-size:12px;
}
	
/* この記事でわかること */
	
.article-summary-label {
  position: relative;
  background-color: #fff;
  border: 2px solid #91c9c8; /* 枠線の色 */
  border-radius: 6px;
  padding: 35px 20px 15px; /* 上の余白を少し広げました */
  margin-top: 20px;
  margin-bottom: 25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.article-summary-label .summary-title {
  position: absolute;
  top: -15px;
  left: 15px;
  background-color: #91c9c8; /* ラベルの背景色 */
  color: #fff; /* ラベルの文字色 */
  font-weight: bold;
  font-size: 15px;
  padding: 4px 15px;
  border-radius: 20px;
  font-family: 'Noto Serif JP', serif;
}

/* ol全体の調整 */
.article-summary-label .summary-list {
  counter-reset: number; /* ナンバーの初期化 */
  list-style: none; /* 標準の数字を消す */
  margin: 0;
  padding: 0; /* 左の余白をリセット */
}

/* 各リスト（li）の調整 */
.article-summary-label li {
  position: relative;
  padding-left: 32px; /* 数字が入るスペースを確保 */
  padding-bottom: 12px;   /* 点線との余白 */
  margin-bottom: 12px; /* 箇条書き同士の間隔 */
  color: #333;
  font-size: 15px;
  line-height: 1.8;
 border-bottom: 1px dashed #ccc; /* 点線 */
}

/* 最後のliだけ下の余白を無くす */
.article-summary-label li:last-child {
  margin-bottom: 0;
}

/* 数字部分（丸数字）の装飾 */
.article-summary-label li::before {
  counter-increment: number; /* 数字を1ずつ進める */
  content: counter(number); /* 数字を表示 */
  position: absolute;
  left: 0;
  top: 4px; /* 上下の位置微調整 */
  background: #91c9c8; /* 数字の背景色（枠線と同じオレンジ） */
  color: #fff; /* 数字の色 */
  font-size: 12px;
  font-weight: bold;
  width: 22px;
  height: 22px;
  border-radius: 50%; /* 丸くする */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 最後の項目は線を消す */
.article-summary-label li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
	
/*------h調整----------------------------------*/
#contents_center .entry-content h2 {
	font-size: 1.5rem !important;
    font-family: serif;
    font-weight:700;
    color: #407272;
    position: unset;
    margin-top: 30px !important;
	padding:8px !important;
    border-bottom: solid 1px #ccdfdf !important;
	border-top: solid 1px #ccdfdf !important;
	line-height:1.8;
	box-sizing:border-box;
	background: #ccdfdf;
	margin-bottom:30px;
}
	
#contents_center .entry-content h3 {
	margin-bottom:30px;
	margin-top: 30px !important;
}

@media screen and (max-width: 530px) and (min-width: 0px){	
#contents_center .entry-content h2 {
    font-size: 1.2rem !important;
}
#contents_center .entry-content h3 {
	font-size: 1.1rem !important;
	margin-bottom:30px;
	margin-top: 30px !important;
}
}

/*------テーブル横スクロール----------------------------------*/
.table-scroll {
  overflow-x: auto;
}

.table-scroll table{
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}

.table-scroll th{
  width: 250px;
  padding: 15px;
  border: 1px solid #999;
  background-color: #eee;
}

.table-scroll td {
  width: 250px;
  padding: 15px;
  border: 1px solid #999;
}

/*------その他----------------------------------*/
	
strong{
  font-weight: bold !important;
  color:#407272;
}
	
.entry-content small{
  display: inline-block;
  line-height: 1.4;
}

/*------キービジュアル----------------------------------*/
	@media (min-width: 768px){
 .ky{
	width:80%;
	margin-top:40px;
	margin-bottom:40px;
	margin-right:auto;
	margin-left:auto;
	}
	}
	@media (max-width: 767px){
 .ky{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
	}
	}
	
/*------症例横スクロール(認定証）----------------------------------*/

.contens_scroll_content { /* リスト全体のスタイル */
  display: flex;
  max-width: 1000px;
  margin: auto;
  overflow-x: auto;
}
	
.contens_scroll_content li { /* 各リストのスタイル */
  width: 30%;
  padding: 10px;
  margin: 6px;
  list-style: none;
  text-align: center;
	 background:#fff;
}

.contens_scroll_content p { /* 各リストのスタイル */
  font-size: 0.8rem;
  text-align: center;
  
}
 
.contens_scroll_content img { /* 画像のスタイル */
  width: 360px;
  max-height: auto;
  object-fit: cover;
  border:1px solid #ccc;
  margin-bottom:10px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.28);
}
 
@media screen and (max-width: 521px) {
 
.contens_scroll_content li {
    width: 80%;
	flex-shrink: 0;
}
}

.contens_scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.contens_scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.contens_scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}
