/* 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;
}
.tab-btn:link {
	color: #fff;
}
.tab-btn:visited {
	color: #fff;
}
.tab-btn:first-child {
	margin-right: -12px;
}
.tab-btn.active {
	color: #004074;
	z-index: 3;
	font-size: 1.9rem;
	padding-top: 0.5rem;
	position:relative;
}
.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;
	/* border-bottom: 1px solid #fff; */
}
.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 {
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin-top: 56px;
}
.urology-about-content {
	display: flex;
	flex-direction: column;
gap:24px;
}

/*////////// 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;
		/* border-bottom: 1px solid #fff; */
	}
	/*//////////　目次　//////////*/
	.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 {
	gap: 56px;
	margin-top: 56px;
}
	.urology-about-content {
	flex-direction: row;
gap:20px;
}
.urology-about-content-img {
  width: 71vw;
  min-width: 296px;
max-width: 360px;
}
.concern-item__body-inner {
  padding: 12px 60px 44px;
}
}




/*////////// お悩み //////////*/
#symptoms {}

/* カルーセルナビゲーション */
.sym-nav {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.sym-nav__viewport {
  flex: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}
.sym-nav__track {
  display: flex;
  align-items: stretch;
}
/* タブアイテム */
.sym-nav__item {
  flex: 0 0 auto;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
  padding: 14px 12px;
  cursor: pointer;
  font-family: inherit;
  font-size: 19px;
  font-weight: 300;
  color: #004074;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.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: #dbaffa; }
.sym-nav__item:hover:not(.sym-nav__item--clone):not(.is-active) {
  color: #004074;
}
/* 矢印ボタン */
.sym-nav__btn {
  flex: 0 0 40px;
  width: 40px;
  border: none;
  background: #f4f7fa;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #555;
  transition: background 0.2s, color 0.2s;
  padding: 0;
}
.sym-nav__btn:hover {
  background: #dce8f5;
  color: #004074;
}
.sym-nav__btn:focus-visible {
  outline: 2px solid #004074;
  outline-offset: -2px;
}

@media screen and (max-width: 428px) {
  .sym-nav__item {
    width: 11em;
    padding: 14px 10px;
    font-size: 1.9rem;
  }
	.sym-nav {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  min-width: 375px;
}
}
@media (min-width: 429px) {
  .sym-nav {
    max-width: 720px;
    margin: 0 auto;
  }
  .sym-nav__btn         { display: none; }
  .sym-nav__item--clone { display: none; }
  .sym-nav__viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .sym-nav__track {
    transform: none !important;
    transition: none !important;
    width: 100%;
    gap:24px;
  }
  .sym-nav__item {
    flex: 1;
    padding: 16px 8px 6px;
    font-size: 21px;
  }
}

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

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

/* ═══════════════════════════════════════
   Concern List（アコーディオン）
═══════════════════════════════════════ */
.concern-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 27px 41px;   /* 内側25px ＋ 親の16px分を補填 */
  border-radius: 0;
  margin: 28px -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: #f8effe; }
#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: #dbaffa; }
#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: #dbaffa; }
#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 {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

/* ─── ヘッダー（タップトリガー）─── */
.concern-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 {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #004074;
  line-height: 1.5;
  border-left: 4px solid #333;
  padding-left: 7px;
}

/*.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 {
  padding: 4px 24px 28px;
}
.concern-item__desc {
  margin-bottom: 16px;
}
.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) {
.concern-item__body-inner {
  padding: 12px 60px 44px;
}
}


/*////////// 泌尿器科の診療内容 //////////*/
.urology-treatment-nav {
  border: 1px solid #004074;
  margin-top: 20px;
}
.urology-menu-item {
  display: flex;
  /* flex-wrap: wrap; */
  /* align-items: center; */
  gap: 8px 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.86rem;
  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;
}
.urology-menu-list li {
  display: flex;
  align-items: flex-start;
  gap: 4px;
	color: #004074;
  font-size: 1.45rem;
  line-height: 1.4;
}
.urology-menu-list li::before {
  content: "■";
  font-size: 0.7rem;
  color: rgba(0, 64, 116, 1); 
  line-height: 1.4;
  flex-shrink: 0;
  margin-top: 1em;
}
.urology-menu-list li a:hover {
  text-decoration: none;
}
/* 男性泌尿器科 / 女性泌尿器科 — 横並び */
.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;
}
}


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


    /* 症状・疾患 ナビゲーション */
.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__title {
      flex: 1;
      padding: 0.45em 0.6em;
      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: grid;
      grid-template-columns: 1fr 1fr;
      border-top: 2px solid #000;
    }
    .symptom-nav__item:nth-child(-n+5) {
      grid-column: 1 / -1;
      border-bottom: 1px solid #004074;
    }

    .symptom-nav__item:nth-child(6) {
      border-right: 1px solid #004074;
    }

    .symptom-nav__item--empty {
      display: none;
    }

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

    .symptom-nav__link-text {
      flex: 1;
      font-size: clamp(  1.86rem,  calc(1.86rem + (100vw - 429px) * 0.001008403),  1.92rem);
      line-height: 1.4;
    }

    /* シェブロン右アイコン */
    .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: #8aacca;
    }
    .symptom-nav__item.is-current .symptom-nav__link-chevron path {
      stroke: #8aacca !important;
    }

    /* =============================================
       デスクトップ (429px 以上)
    ============================================= */
    @media (min-width: 429px) {
      .symptom-nav__list {
        grid-template-columns: repeat(4, 1fr); /* 4列グリッド */
      }

      /* モバイル設定のリセット */
      .symptom-nav__item:nth-child(-n+5) {
        grid-column: auto;
        border-bottom: none;
      }

      .symptom-nav__item:nth-child(6) {
        border-right: none; /* 後続のルールで再設定される */
      }

      /* 8番目の空アイテムを表示 */
      .symptom-nav__item--empty {
        display: block;
        min-height: 48px;
      }

      /* 縦の区切り線：各行の最終列以外 */
      .symptom-nav__item:not(:nth-child(4n)) {
        border-right: 1px solid #004074;
      }

      /* 横の区切り線：2行目（5番目以降） */
      .symptom-nav__item:nth-child(n+5) {
        border-top: 1px solid #004074;
      }

      /* 空の8マス目：斜線 */
      .symptom-nav__item--empty {
        background: linear-gradient(
          to bottom right,
          transparent calc(50% - 0.5px),
          #004074 calc(50% - 0.5px),
          #004074 calc(50% + 0.5px),
          transparent calc(50% + 0.5px)
        );
      }
    }

    /* =============================================
       原因となる主な疾患（アコーディオン）
    ============================================= */
    .disease-section {
      margin-top: 2.5rem;
    }
    .disease-section .concern-list{
	margin: 0;
  padding: 0;
}
.disease-section .concern-item{
	margin: 0;
  background-color: #eaf3f8;
}

.disease-section .concern-item__title {
	font-size: clamp(
  2.07rem,
  calc(2.07rem + (100vw - 429px) * 0.005546218),
  2.4rem
);
font-weight: 500;
}
    /*.concern-item {
      border-bottom: 1px solid #004074;
    }

    .concern-item:first-of-type {
      border-top: 1px solid #004074;
      margin-top: 0.6rem;
    }*/

    /*.concern-item__header {
      display: flex;
      align-items: center;
      width: 100%;
      padding: 0.85em 1em;
      background: #fff;
      border: none;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 500;
      color: #004074;
      text-align: left;
      -webkit-appearance: none;
      appearance: none;
    }*/

    /*.concern-item__header > span {
      flex: 1;
    }

    .concern-item__header-chevron {
      width: 14px;
      height: 8px;
      flex-shrink: 0;
      display: block;
      transition: transform 0.3s ease;
    }

    .concern-item__header[aria-expanded="true"] .concern-item__header-chevron {
      transform: rotate(180deg);
    }*/

    /* アコーディオン本体 */
    /*.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 {
      padding: 1em 1.2em 1.2em;
      color: #333;
      font-size: 0.95rem;
      line-height: 1.8;
    }*/