@charset "utf-8";
/*
Theme Name:Ikebukuro_Sunshine by Daaaaz with NOEL
Template:noel_tcd072
Author:Akico Tsujibayashi
Version:1.21.2
*/

#header_button .phone{
	padding-top: 5px;
	max-height: 60px;
	width: auto;
	display: block;
}
@media screen and (max-width: 480px) {
	#header_button .phone{
	display:none;
}
}
.ft18 {font-size: 18px;}
.ft20 {font-size: 20px;}
.marker{
background: linear-gradient(transparent 70% , #ead3aa 70%);
}
.dot-underline {
  position: relative;
  display: inline-block;
}

.dot-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px; /* テキストとの距離 */
  height: 10px;  /* ドットの大きさ */
  background: radial-gradient(circle, #f1a8c0 50%, transparent 51%) repeat-x;
  background-size: 20px 10px; /* 横の間隔 × 縦の大きさ */
}

.post_content .atten {
font-size: 18px;
font-weight:700;
}
.catch{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #18447a;
	line-height: 1.8;
	margin-bottom: 30px;
}
.ft-red {
	color: rgba(255,58,61,1.00);
	font-weight: 700;
}
h2.styled_h2 {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.bgatten {background-color: #F0EDE1 !important;}
.mds,h5.styled_h5 {
	font-size: 16px;
    text-align: left !important;
    font-weight: 700 !important;
    color: #18447a;
}
.itemcenter {
	align-items: center;
}
.row {display: flex;flex-wrap: nowrap; justify-content: center; line-height: 1.6; box-sizing: border-box; margin-bottom: 20px;}
.itcenter { align-items: center;}
.colw80 {width: 80%;}
.colw70 {width: 70%;}
.colw60 {width: 60%;}
.colw50 {width: 50%;}
.colw40 {width: 40%;}
.colw30 {width: 30%;}
.colw25 {width: 25%;}
.colw20 {width: 20%;}
.colw3h {width: calc(100% / 3);}
.row img {
	padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.row .nopad img {
	padding-right: 0;
	padding-left: 0;
}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
@media screen and (max-width: 480px) {
.row {display: flex;flex-wrap: wrap; }
.colw80 {width: 100%; margin-bottom: 20px;}
.colw70 {width: 100%; margin-bottom: 20px;}
.colw30 {width: 100%; margin-bottom: 20px;}
.colw60 {width: 100%; margin-bottom: 20px;}
.colw50 {width: 100%; margin-bottom: 20px;}
.colw40 {width: 100%; margin-bottom: 20px;}
.colw25 {width: 100%; margin-bottom: 20px;}
.colw20 {width: 100%; margin-bottom: 20px;}
.colw3h {width: 100%; margin-bottom: 20px;}
	.catch{
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 20px;
}
}



/* ===== Flow Steps (external CSS) ===== */
  :root{
    --bg:#f5f7f8;
    --card:#ffffff;
    --line:#c0c0c0;
    --primary:#112B4C;       /* アクセント（バッジ/矢印） */
    --text:#2c2f33;
    --muted:#333333;/*
    --shadow:0 6px 18px rgba(12,24,38,.07);*/
    --radius:18px;
    --radius-inner:14px;
    --gap: clamp(16px, 2vw, 24px);
    --container: min(830px, 92vw);
  }

  /* フローカードのグリッド */
  .flow{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap: var(--gap);
    align-items: stretch;
    position: relative;
  }
.flow3{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--gap);
    align-items: stretch;
    position: relative;
  }

  /* カード */
  .step{
    position:relative;
    background: var(--card);
    border: 2px solid var(--line);
    border-radius: var(--radius);
	margin-bottom: 15px;
    padding: clamp(8px, 2vw, 8px);
    box-shadow: 0 1px 0 rgba(0,0,0,.02);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height: 360px;
  }

  /* 数字バッジ */
  .step .badge{
    position:absolute;
    top:-22px;
    left: clamp(12px, 2vw, 22px);
    width:48px; height:48px;
    border-radius: 999px;
    background: var(--primary);
    color:#fff;
    display:grid;
    place-items:center;
    font-weight:700;
    font-size: 22px;
    box-shadow: 0 4px 6px rgba(24,68,122,.35);
    border: 4px solid #ffffff;
  }

  /* 見出し */
  .step h3{
    margin-top: 36px;
	color:#18447a;
    margin-bottom: 8px;
    font-size: clamp(16px, 1.6vw, 20px) !important;
    line-height:1.6;
    text-align:center;
    font-weight: 700;
  }

  .step p{
    color: var(--muted);
    text-align:center;
    margin: 0 6px 10px;
    font-size: clamp(14px, 1.2vw, 14px);
    line-height:1.5 !important;
  }

  /* アイコン／イラスト枠 */
  .art{
    margin-top: auto;
    display:grid; place-items:center;
    padding: 2px;
  }
  .art .placeholder{
    width: 88%; aspect-ratio: 4/3; border-radius: var(--radius-inner);
    border: 2px dashed var(--line);
    display:grid; place-items:center; color:#9db0b8; font-size:14px;
  }
  .art img{max-width:88%; height:auto; display:block; border-radius: var(--radius-inner);}

  /* カード間の矢印（横並び） */
  .arrow{
    position:relative;
  }
  .arrow::after{
    content: "›";
    position:absolute;
    right: calc(-1 * (var(--gap) / 2 + 10px));
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: var(--primary);
    opacity:.9;
  }
  /* 最後の矢印は消す */
  .flow > .arrow:last-of-type::after,.flow3 > .arrow:last-of-type::after{ display:none; }

  /* 角の丸みやホバー */
  .step:hover{ box-shadow: var(--shadow); transform: translateY(-1px); transition: .2s ease; }

  /* レスポンシブ */
  @media (max-width: 1024px){
    .flow,.flow3{ grid-template-columns: repeat(2,1fr); }
    .flow > .arrow:nth-child(2)::after,.flow3 > .arrow:nth-child(2)::after,
    .flow > .arrow:nth-child(4)::after,.flow3 > .arrow:nth-child(4)::after{ display:none; } /* 行末の横矢印を消す */
    /* 2×2の各行の間に下向き矢印を追加 */
    .flow::before, .flow::after, .flow3::before, .flow3::after{
      content:"";
    }
  }

  @media (max-width: 680px){
    .flow,.flow3{ grid-template-columns: 1fr; }
    .arrow::after{
      content: "⌄";
      right: 50%;
      top: auto;
      bottom: calc(-1 * (var(--gap) / 2 + 6px));
      transform: translateX(50%);
      font-size: 36px;
    }
	.flow > .arrow:nth-child(2)::after,.flow3 > .arrow:nth-child(2)::after,
	.flow > .arrow:nth-child(4)::after,.flow3 > .arrow:nth-child(4)::after{ display:block; }
    .step{ min-height: 280px; }
    .step .badge{ width:56px; height:56px; font-size:24px; top:-20px; }
  }

  /* 小さめ端末での余白調整 */
  @media (max-width:420px){
    .step{ padding:14px; }
    .step h3{ margin-top:48px; }
  }
  
    /* 症例情報 */

  #archive_column .headline {
    margin-bottom: 40px;
  }
  .column_list_wrap{
    display:flex;
    flex-wrap: wrap;
    gap:40px calc(34 / 1100 *100%);
  }
  @media (max-width:768px){
    .column_list_wrap{
      justify-content: space-between;
      gap:30px 0;
    }
  }
  .column_list_item{
    position: relative;
    width:calc(344 / 1100 *100%);
  }
  @media (max-width:768px){
    .column_list_item{
      width: 48%;
    }
  }  
  .column_list_link{
    display: block;
    width: 100%;
  }
  .column_list_title{
    font-size: clamp(14px, 12.592px + 0.376vw, 18px);
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 15px 20px;
    background: #112b4c;
  }
   @media (max-width:768px){
    .column_list_title{
      padding: 10px;
    }
  }  
  .column_list_img img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .column_list_cat a{
    position: absolute;
    left: 0;
    top: 0;
    font-size: clamp(9px, 7.944px + 0.282vw, 12px);
    color:#112b4c;
    background:#fff;
    padding: 10px 15px;
  }
    @media (max-width:768px){
     .column_list_cat a{
     padding: 5px 10px;
    }
  }  
  .pos-r{
    position: relative;
  }