@charset "utf-8";

/* CSS Document */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body.urology img {
  width: 100%;
  height: auto;
}

/*////////// リンクアイコン //////////*/
.i-triangle {
  display: inline-block;
  background: #004074;
  height: 0.7em;
  width: 0.35em;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.i-triangle.right {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/*//////////　カレンダー slick　//////////*/
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* カレンダー slick Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  padding: 0;
  top: 8px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 50;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .3;
}
.slick-prev {
  left: 37%;
  font-size: 0;
}
.slick-next {
  right: 37%;
  font-size: 0;
}
.slick-prev:before,
.slick-next:before {
  content: '' !important;
}
.slick-prev:before {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  border-left: 2px solid #004074 !important;
  border-top: 2px solid #004074 !important;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  vertical-align: middle !important;
}
.slick-next:before {
  display: inline-block !important;
  box-sizing: border-box !important;
  width: 1.6rem !important;
  height: 1.6rem !important;
  border-right: 2px solid #004074 !important;
  border-bottom: 2px solid #004074 !important;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  vertical-align: middle !important;
}

/*//////////　サブカテゴリ タブボタン（泌尿器科のご案内／症状・疾患）　//////////*/
.tab-bar {
  display: flex;
  align-items: flex-end;
}
.tab-btn {
  position: relative;
  width: calc(50% + 6px);
  height: 52px;
  padding: 0.5rem 0 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 300;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-weight: 600;
}
.tab-btn:link {
  /*color: #fff;*/
}
.tab-btn:visited {
  /* color: #fff; */
}
.tab-btn:first-child {
  margin-right: -12px;
}
.tab-btn.active {
  color: #fff;
  z-index: 3;
  /* font-size: 2rem; */
  padding-top: 0.5rem;
  position: relative;
  /* font-weight: 400; */
}
.tab-btn.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  position: absolute;
  background-color: #fff;
}
.tab-btn:not(.active) {
  z-index: 2;
}
.tab-btn svg.tab-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: visible;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
}

/*//////////　目次　//////////*/
.toc-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px 0;
  background: #f4f4f4;
  margin-top: 20px;
}

.toc-item {
  display: block;
  padding: 4px 8px 2px;
  background: #fff;
  border: 1px solid rgb(0 64 116 / 13%);
  text-decoration: none;
  color: inherit;
  width: 87vw;
  font-size: 1.55rem;
  line-height: 1.2;
  min-width: 326px;
  border-radius: 2px;
}
.toc-item span {
  text-decoration: underline;
}
.toc-item:hover span {
  text-decoration: none;
}

/*////////// コンテンツ //////////*/
.urology-sections, .symptom-sections {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 48px;
}
.urology-about-content, .symptom-overview {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.urology-about-content-img img, .symptom-overview img {
    border-radius: 4px;
  }
.detail-blocks {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 16px;
}
/*////////// SPレイアウト //////////*/
@media screen and (max-width: 428px) {
  .tabs-wrapper {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    min-width: 375px;
  }
  .toc-box {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    min-width: 375px;
  }
}

/*////////// PCレイアウト //////////*/
@media (min-width: 429px) {
  .toc-item {
    width: auto;
  }
  .tab-btn {
    font-size: 1.9rem;
  }
  .tab-btn.active {
    /* font-size: 2.4rem; */
  }
  /*//////////　目次　//////////*/
  .toc-box {
    flex-direction: row;
    justify-content: center;
    gap: 8px 28px;
    padding: 8px;
  }
  .toc-item {
    display: block;
    font-size: 1.55rem;
    min-width: auto;
    border-radius: 2px;
  }
  /*////////// コンテンツ //////////*/
  .urology-sections, .symptom-sections {
    gap: 56px;
    margin-top: 56px;
  }
  .urology-about-content, .symptom-overview {
    flex-direction: row;
    gap: 20px;
  }
  .urology-about-content-img, .symptom-overview-img {
    width: 71vw;
    min-width: 296px;
    max-width: 360px;
  }
  .urinary-tract-stone .symptom-overview-img,
  .urinary-tract-infection .symptom-overview-img {
    min-width: 360px;
  }
  
}




/*////////// お悩み //////////*/

/* タブナビゲーション（共通） */
.sym-nav {
  margin-bottom: 0;
}

.sym-nav__viewport {
  width: 100%;
}

.sym-nav__track {
  display: flex;
  align-items: stretch;
}

/* タブアイテム */
.sym-nav__item {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 19px;
  font-weight: 300;
  color: #004074;
  line-height: 1.4;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  position: relative;
  white-space: normal;
}

/* ラベル分割：広ければ1行、狭ければ折り返し */
.sym-nav__label--main,
.sym-nav__label--sub {
  display: inline-block;
  white-space: nowrap;
}

.sym-nav__item.is-active {
  color: #004074;
  font-weight: 600;
}

/* タブごとのアクティブボーダーカラー */
#sym-tab-0.is-active {
  border-bottom-color: #b3e84d;
}

#sym-tab-1.is-active {
  border-bottom-color: #8ad2f2;
}

#sym-tab-2.is-active {
  border-bottom-color: #eea7f1;
}

.sym-nav__item:hover:not(.is-active) {
  color: #004074;
}

/* SP：縦並び */
@media screen and (max-width: 428px) {
  .sym-nav {
    /* width: 100vw; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    /* min-width: 375px; */
  }

  .sym-nav__track {
    /* flex-direction: column; */
    gap: 0;
  }

  .sym-nav__item {
    width: 100%;
    /* padding: 14px 16px; */
    font-size: 1.55rem;
    text-align: left;
    white-space: normal;
    border-bottom: 3px solid transparent;
    /* border-left: 4px solid transparent; */
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 4px;
  }

  #sym-tab-0.is-active {
    /* border-bottom-color: transparent; */
    border-bottom-color: #b3e84d;
  }

  #sym-tab-1.is-active {
    /* border-bottom-color: transparent; */
    border-bottom-color: #8ad2f2;
  }

  #sym-tab-2.is-active {
    /* border-bottom-color: transparent; */
    border-bottom-color: #eea7f1;
  }
}

/* PC：横並び */
@media (min-width: 429px) {
  .sym-nav {
    max-width: 720px;
    margin: 0 auto;
  }

  .sym-nav__track {
    gap: 24px;
  }

  .sym-nav__item {
    flex: 1;
    padding: 16px 8px 6px;
    font-size: 21px;
    text-align: center;
    margin-bottom: -1px;
    white-space: nowrap;
  }
}

/* ═══════════════════════════════════════
   Tab Panels
═══════════════════════════════════════ */
.sym-panels {
  padding: 0 16px;
  margin: 0 auto;
}

.sym-panel[hidden] {
  display: none;
}

/* ═══════════════════════════════════════
   Concern List（アコーディオン）
═══════════════════════════════════════ */
.concern-list, .disease-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 27px 41px;
  /* 内側25px ＋ 親の16px分を補填 */
  border-radius: 0;
  margin: 16px -16px 0;
  /* 親padding(16px)を打ち消して左右100%に */
}

.concern-list .i-triangle {
  display: none;
}

/* パネルごとのリスト背景色 */
#sym-panel-0 .concern-list {
  background: #e6f7c4;
}

#sym-panel-1 .concern-list {
  background: #e4f5fc;
}

#sym-panel-2 .concern-list {
  background: #fdf1fe;
}

#sym-panel-0 .concern-item__title {
  border-color: #b3e84d;
}

#sym-panel-1 .concern-item__title {
  border-color: #8ad2f2;
}

#sym-panel-2 .concern-item__title {
  border-color: #eea7f1;
}

#sym-panel-0 .concern-item__cause-heading::before {
  background-color: #b3e84d;
}

#sym-panel-1 .concern-item__cause-heading::before {
  background-color: #8ad2f2;
}

#sym-panel-2 .concern-item__cause-heading::before {
  background-color: #eea7f1;
}

#sym-panel-0 .concern-item__header:hover,
#sym-panel-0 .concern-item__cause-list a:hover {
  background: #fbfef6;
}

#sym-panel-1 .concern-item__header:hover,
#sym-panel-1 .concern-item__cause-list a:hover {
  background: #f7fcfe;
}

#sym-panel-2 .concern-item__header:hover,
#sym-panel-2 .concern-item__cause-list a:hover {
  background: #fcf9ff;
}

.concern-item, .disease-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.concern-item__heading, .disease-item__heading {
  margin: 0!important;
  padding: 0!important;
  font-size: inherit!important;
  font-weight: inherit!important;
  line-height: inherit!important;
  border:none!important;
}
/* ─── ヘッダー（タップトリガー）─── */

.concern-item__header, .disease-item__header {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  gap: 12px;
  transition: background 0.15s;
}

.concern-item__header:focus-visible {
  outline: 2px solid #004074;
  outline-offset: 2px;
  border-radius: 4px;
}

.concern-item__title, .disease-item__title {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #004074;
  line-height: 1.4;
  border-left: 4px solid #004074;
  /* padding-left: 7px; */
  padding: 6px 0 4px 10px;
}

/*.chevron {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #004074;
  border-right: 2px solid #004074;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.chevron__right {
  transform: rotate(45deg);
}*/




.chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.chevron::before,
.chevron::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 2px;
  background: #004074;
  transform-origin: center;
  transition: transform 0.25s ease;
}

.chevron__right::before {
  transform: translate(-50%, calc(-50% - 3.9px)) rotate(45deg);
}

.chevron__right::after {
  transform: translate(-50%, calc(-50% + 3.9px)) rotate(-45deg);
}

.chevron__down::before {
  transform: translate(calc(-50% - 3.9px), -50%) rotate(45deg);
}

.chevron__down::after {
  transform: translate(calc(-50% + 3.9px), -50%) rotate(-45deg);
}

.accordion[aria-expanded="true"] .chevron__down::before {
  transform: translate(calc(-50% - 3.9px), -50%) rotate(-45deg);
}

.accordion[aria-expanded="true"] .chevron__down::after {
  transform: translate(calc(-50% + 3.9px), -50%) rotate(45deg);
}

.chevron__white::before,
.chevron__white::after {
  background: #fff;
}


/* ─── ボディ（アコーディオン本体）─── */
.concern-item__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.concern-item__body.is-open {
  max-height: 800px;
}
.concern-item__body-inner, .disease-item__body-inner {
  padding: 0px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sym-panels .concern-item__body-inner {
}

.concern-item__desc p {
  font-size: 1.55rem;
  color: #004074;
  line-height: 1.75;
}

/* 原因見出し */
.concern-item__cause-heading {
  font-size: 1.55rem;
  font-weight: 500;
  color: #004074;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.concern-item__cause-heading::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  margin-bottom: 0.2em;
}

/* リンクリスト */
.concern-item__cause-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.concern-item__cause-list a {
  display: block;
  font-size: 1.55rem;
  color: #004074;
  text-decoration: none;
  padding: 3px 6px 0px;
  border-radius: 2px;
  background: #fff;
  line-height: 1.4;
  border: 1px solid #dee6ed;
  text-decoration: underline;
}

.concern-item__cause-list a:hover {
  text-decoration: none;
}

@media screen and (max-width: 428px) {
  .sym-panels {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    min-width: 375px;
  }

  .sym-panel {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    min-width: 375px;
  }

  .concern-list {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .concern-item {
    margin: 0 24px;
  }
}

/*////////// PCレイアウト //////////*/
@media (min-width: 429px) {
  .sym-panels .concern-item__body-inner,
  .disease-item__body-inner {
    padding: 16px 44px 44px;
  }
  .concern-list, .disease-list {margin-top:32px;}
}


/*////////// 泌尿器科の診療内容 //////////*/
.urology-treatment-nav {
  border: 1px solid #004074;
}
.urology-treatment-nav-title {
  font-weight: 600;
  background: #004074;
  color: #fff;
  padding: 12px 12px 10px;
  line-height: 1;
  margin-top: 56px;
}
#treatment .urology-treatment-nav {
margin-top:18px;
}
#treatment .urology-treatment-nav-title {
  display:none;
}

.urology-menu-item {
  display: flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  gap: 4px 4px;
  padding: 14px 16px;
  border-bottom: 1px solid #004074;
  flex-direction: column;
  /* justify-content: flex-start; */
}

.urology-treatment-nav>.urology-menu-item:last-child {
  border-bottom: none;
}

/* 見出しリンク */
.urology-menu-heading {
  color: #004074;
  font-weight: 500;
  font-size: 1.75rem;
  text-decoration: none;
  white-space: nowrap;
  /* align-self: center; */
  display: flex;
  align-items: center;
  gap: 2px
}

.urology-menu-heading:hover {
  text-decoration: underline;
}

.urology-menu-heading .chevron {
  margin-bottom: 2px;
}

/* 箇条書き */
.urology-menu-list {
  flex-basis: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.25em 1em;
  flex-wrap: wrap;
  /* align-content: flex-start; */
  font-size:1.45rem;
  line-height:1.4;
}

.urology-menu-list li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #004074;
  font-size: 1.45rem;
  line-height: 1.4;
}
.urology-menu-list li::before {
  content:"⚫︎";
  /* display: flex; */
  /* align-items: center; */
  gap: 4px;
  color: #004074;
  font-size: 0.75rem;
}


.urology-menu-list li a {
  /* text-decoration: none; */
}
.urology-menu-list li a:hover {
  text-decoration: underline;
}

/* 男性泌尿器科 / 女性泌尿器科 — 背景色 */
.urology-menu-item--mens {
  background-color: #f1f9fe;
}

.urology-menu-item--womens {
  background-color: #FCF5FA;
}

/* 男性泌尿器科 / 女性泌尿器科 — 横並び */
.urology-treatment-nav-row {
  display: flex;
  border-bottom: 1px solid #004074;
}

.urology-treatment-nav-row:last-child {
  border-bottom: none;
}

.urology-treatment-nav-row>.urology-menu-item {
  flex: 1;
  border-bottom: none;
  border-right: 1px solid #004074;
}

.urology-treatment-nav-row>.urology-menu-item:last-child {
  border-right: none;
}

@media (min-width: 429px) {
  .urology-menu-list {
    /* margin-left: 2em; */
    /* padding: 14px 0; */
  }
  .urology-menu-item {
    flex-direction:row;
    align-items: center;
    padding: 0 16px 0 0;
    padding: 12px 16px;
    gap: 8px;
  }
  .urology-menu-heading {
    min-width: 152px;
    /* align-items: center; */
    /* line-height: 1.3; */
    /* justify-content: flex-start; */
    align-content: flex-start;
    padding: 4px;
  }
}


/*////////// 症状・疾患ページ //////////*/


/* 症状・疾患 ナビゲーション */
.symptom-nav {
  margin-top: 24px;
}
.symptom-nav__toggle {
  display: flex;
  align-items: stretch;
  width: 100%;
  border: 2px solid #004074;
  background: #fff;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border-bottom: none;
}
.symptom-nav h1 {
  /* display: contents; */
  /* font-size: inherit!important; */
  margin: 0!important;
  /* line-height: inherit!important; */
  font-weight: inherit!important;
  letter-spacing: 0!important;
  text-align: inherit!important;
  position: inherit!important;
}
.symptom-nav h1::after {display: none!important;}
.symptom-nav__title {
  flex: 1;
  padding: 0.45em 0.6em 0.3em;
  display: flex;
  align-items: center;
  color: #004074;
  font-size: clamp(1.86rem, calc(1.86rem + (100vw - 429px) * 0.004537815), 2.13rem);
  font-weight: 500;
  line-height: 1.4;
}
.symptom-nav__icon-box {
  flex-shrink: 0;
  align-self: stretch;
  aspect-ratio: 1 / 1;
  background: #004074;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
}


/* メニュー（アコーディオン本体） */
.symptom-nav__menu {
  /* display: none; */
  border: 2px solid #004074;
  border-top: none;
  overflow: hidden;
  max-height: 2px;
  transition: max-height 0.35s ease, border-bottom 10s ease;
}

.symptom-nav__menu.is-open {
  max-height: 800px;
  border: 2px solid #004074;
  border-top: none;
}

/* メニューリスト */
.symptom-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #000;
}

/* SP：1〜5番目は全幅 */
.symptom-nav__item:nth-child(-n+5) {
  flex: 0 0 100%;
  border-bottom: 1px solid #004074;
}

/* SP：6・7番目（mens/womens）は50%ずつ */
.symptom-nav__item:nth-child(n+6) {
  flex: 0 0 50%;
}

/* SP：6番目の右ボーダー */
.symptom-nav__item:nth-child(6) {
  border-right: 1px solid #004074;
}

/* mens/womens 背景色（SP・PC共通） */
.symptom-nav__item--mens {
  background-color: #f1f9fe;
}
.symptom-nav__item--womens {
  background-color: #FCF5FA;
}

/* メニューリンク */
.symptom-nav__link {
  display: flex;
  align-items: center;
  padding: 0.5em 0.9em;
  text-decoration: none;
  color: #004074;
  width: 100%;
  min-height: 48px;
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
}
.symptom-nav__link:hover {
  text-decoration:underline;
}

.symptom-nav__link-text {
  flex: 1;
  font-size: clamp(1.86rem, calc(1.86rem + (100vw - 429px) * 0.001008403), 1.92rem)!important;
  font-size: 1.86rem!important;
  line-height: 1.4!important;
}
/* シェブロン右アイコン */
.symptom-nav__link-chevron {
  width: 7px;
  height: 12px;
  flex-shrink: 0;
  margin-left: 0.5em;
  display: block;
}
/* 現在表示中のページ：スマホはテキストを薄く */
.symptom-nav__item.is-current .symptom-nav__link {
  color: rgba(0, 64, 116, 0.5);
}
.symptom-nav__item.is-current .symptom-nav__link-chevron path {
  stroke: rgba(0, 64, 116, 0.5) !important;
}

/* =============================================
       デスクトップ (429px 以上)
    ============================================= */
@media (min-width: 429px) {
  /* PCではトグルボタンを含むh1を非表示 */
  .symptom-nav h1:has(.symptom-nav__toggle) {
    display: none;
  }
  /* PCではメニューを常時表示（アコーディオン解除） */
  .symptom-nav__menu {
    max-height: none !important;
    /* border-top: 2px solid #004074; */
    border-width: 1px;
  }
  /* PC：現在ページは紺背景・白文字 */
  .symptom-nav__item.is-current .symptom-nav__link {
    background: #004074;
    color: #fff;
    /* background-color: #0081aa; */
  }
  .symptom-nav__item.is-current .symptom-nav__link-chevron path {
    stroke: #fff !important;
  }
  /* PC：1行目5列、2行目2列（横幅いっぱい） */
  .symptom-nav__list {
    /* flex・flex-wrap はベースで設定済み */
    border-width: 1px;
  }
  .symptom-nav__list {}
  /* SPのリセット */
  .symptom-nav__item:nth-child(-n+5) {
    flex: 1 0 20%;    /* 20% × 5 = 100%、均等幅 */
    border-bottom: none;
  }
  .symptom-nav__item:nth-child(n+6) {
    flex: 1 0 50%;    /* 50% × 2 = 100%、均等幅 */
  }
  /* 縦の区切り線：1行目（1〜4番目） */
  .symptom-nav__item:nth-child(-n+4) {
    border-right: 1px solid #004074;
  }
  /* 縦の区切り線：2行目（6番目） */
  .symptom-nav__item:nth-child(6) {
    border-right: 1px solid #004074;
  }
  /* 横の区切り線：2行目（6番目以降） */
  .symptom-nav__item:nth-child(n+6) {
    border-top: 1px solid #004074;
  }
  .symptom-nav__link {
    text-align:center;
  }
  .symptom-nav__link-chevron {
    display:none;
  }
}

/* =============================================
       原因となる主な疾患（アコーディオン）
    ============================================= */
.disease-list {
  margin: 0;
  padding: 0;
}
.disease-item {
  margin: 0;
  background-color: #eaf3f8;
}
.disease-section .concern-item__body.is-open {
  max-height: 2000px;
}
.disease-item__title {
  font-size: clamp(2.1rem, 1.95rem + 0.35vw, 2.4rem);
  font-weight: 400;
}
.disease-item__overview__media-img {
display: flex;
}
.disease-item__overview__media-img img {
    max-width: 640px;
    margin: 24px auto 16px;
}
#sti-section .disease-list {
  margin-top:20px;
}
/* h4 のデフォルトスタイルをリセット */
.section-label {
  font-size: inherit;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.section-label--band {
  background-color: #004074;
  color: #fff;
  margin-bottom: 16px;
  padding: 4px 0 3px 8px;
}


/* 治療ブロック（●区分ごとの余白） */
.treatment-block, .exam-block {
  margin-top: 8px;
}
.treatment-heading, .exam-heading {
  font-weight: 600;
  /* margin-bottom: 4px; */
}
.disease-section .treatment-block li {
  font-size: 1.55rem;
  line-height: 1.75;
  color: #004074;
  /* font-weight: 500; */
}

/* 受診の目安リスト */
.disease-section .concern-item__body-inner li, .detail-blocks li {
  font-size: 1.55rem;
  line-height: 1.75;
  color: #004074;
}
/* インタビュー動画バナー */
.interview-banner {
  margin-top: 2.4rem;
  width: 100%;
}

/* サムネイルボタン */
.interview-banner__thumb {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.interview-banner__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* 再生ボタン */
.interview-banner__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 50%;
  pointer-events: none;
}
.interview-banner__play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #fff;
  
}
.interview-banner__thumb:hover .interview-banner__play,
.interview-banner__thumb:focus .interview-banner__play {
  background: rgba(255, 0, 0, 0.85);
}

@media (min-width: 429px) {
  .interview-banner {
    /*width: 600px;*/
  }
}
