@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.home .entry-title {
display: none;
}
a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
a{
margin:0;
padding:0;
text-decoration:underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#0066ff;
}

.clearfix:after{
content:"";
display:block;
clear:both;
}
body {
	position:relative;
}
.article {
    margin-bottom: 0 !important;
}
.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}
.footer {
    margin-top: 0;
    padding: 8px;
}
.footer-bottom-logo img {
    height: 50px;
    width: auto;
    max-width: 300px;
}

.entry-title {
  color: #333;
  text-align: left;
  margin: 20px 0;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.08em;
  width: 100%;
  display: block;
}

.entry-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #00d3e6 0%, #63c462 50%, transparent 100%);
}

body:not(.home) .page .article {
  max-width: 1300px;
  margin: 0 auto;
}
/*背景の幅を100％にする*/

.home #content .wrap {
    width: 100%;}
.home #content .wrap .main {
 padding: 0;}

.header-container-in.hlt-top-menu {
    display: inline;
}
#header-in {
	width:1300px;
	margin:0 auto;
	text-align:left;
}
.header-container-in.hlt-top-menu .logo-header {
    max-height: 60px;
    text-align: left;
	margin-top:18px;
}
.logo-image span, .logo-image a {
    display: inline-block;
    max-width: 50%;
}
.header-btn {
	width:1300px;
	margin:0 auto;
	text-align:right;
	width: 1300px;
    margin: 0 auto;
    text-align: right;
    margin-bottom: -50px;
    padding-top: 10px;
}
.home #header {
	    position: relative;
}

#header-container .navi {margin-top:15px;}
.home #header-container .navi {
margin-top:0;
}

.container {
    background: #FFF;
}
.home #content .wrap .main section {
padding:100px 0;
	margin-bottom:0;
}
.home section .inner {
width: 1300px;
margin:0 auto;}

body:not(.home) section .inner{
width: 96%;
margin:0 auto;}
.sec02 .inner{
width: 1300px !important ;
margin:0 auto;}

.main-img {
	text-align:center;
}

.home .article h2 {
    padding: 0;
	text-align:center;
    background-color: transparent;
    border-radius: 0;
}
.home .article h3 {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
.f-120 {
	font-size:120%;
}
.uline {
	text-decoration:underline;
}
.txt-pink {
	color:#e0407f;
}
/* 右側追尾ボタン PCのみ */
.side-fixed-btn.right {
  position: fixed;
  top: 60%; 
  right: 0;
  transform: translateY(-50%);
  z-index: 9998; /* 9999から9998に変更（ヘッダーとの調整） */
  display: none; /* SPでは非表示 */
}
.side-fixed-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-fixed-btn li {
  margin: 0; /* すき間をなくす */
}
.side-fixed-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  gap: 5px;
}
.side-fixed-btn img {
  width: 28px;
  height: auto;
}

/* ご予約ボタン */
.side-fixed-btn .reserve a {
  background: #11b0e3; /* 青 */
  border-radius: 8px 0 0 0; /* 上だけ角丸 */
}
.side-fixed-btn .reserve span {
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright;
  font-size: 16px;
  line-height: 1.2;
}

/* オンライン診療ボタン */
.side-fixed-btn .online a {
  background: #ffb027; /* オレンジ */
height:160px;
  width: 60px;
  border-radius: 0 0 0 8px; /* 左下のみ角丸 */
  padding: 10px 0; /* 上下の内側余白を調整 */
}
.side-fixed-btn .online img {
  width: 32px;
  height: auto;
}
.side-fixed-btn .online span {
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 文字を正立させる */
  font-size: 14px;
  line-height: 1.2;
}

/* LINEボタン（修正版） */
.side-fixed-btn .line a {
  background: #00b900; /* 緑 */
  height: 55px;
  width: 60px;
  margin-top: 8px;
border-radius:8px 0 0 0; 
}
.side-fixed-btn .line img {
  width: 32px;
  height: auto;
}

/* --- YouTube（公式） --- */
.side-fixed-btn .youtube-main a {
  background: #ff2a1f;
  height: 55px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.side-fixed-btn .youtube-main img {
  width: 32px;
  height: auto;
}
.side-fixed-btn .youtube-main span {
  margin-top: 3px;
}

/* --- YouTube（女性向け） --- */
.side-fixed-btn .youtube-women a {
  background: #ff90d7;
  height: 55px;
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
	border-radius: 0 0 0 8px; /* 一番下の角丸 */
}
.side-fixed-btn .youtube-women img {
  width: 32px;
  height: auto;
}
.side-fixed-btn .youtube-women span {
  margin-top: 3px;
}

/* --- Instagram --- */
.side-fixed-btn .insta a {
  background: linear-gradient(45deg, #f9d423, #ff4e50, #d62976, #962fbf, #4f5bd5);
  height: 55px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 8px; /* 一番下の角丸 */
}
.side-fixed-btn .insta img {
  width: 32px;
  height: auto;
}

/* PCのみ表示 */
@media screen and (min-width: 1025px) {
  .side-fixed-btn.right {
    display: block;
  }
}



/* navi */
.navi-in > ul {
    height: 125px;
	padding: 20px;
}

.navi-in > ul li {
    display: block;
    width: 16%;
    height: 80px;
    position: relative;
    color: #4e2b20;
    border-left: #cccccc 1px solid;
	font-weight:bold;
	 font-size: 120%;
}
.navi-in > ul li:first-child {
	border-left: 0;}
.navi-in > ul li .sub-caption {
	color:#54d95c;
	font-weight:bold;
	    font-size: 1em;
}
.navi-in a:hover {
	background:#f6fdff;
}
/* 記事一覧 */
/* 背景グラデーション */
.home .article-header {
  background: linear-gradient(135deg, #a8e6ac 0%, #7fcdcd 100%);
  padding: 60px 40px;
  min-height: 400px;
}

/* タイトルとメタ情報を非表示 */
.home .article-header .entry-title,
.article-header .date-tags,
.article-header .eye-catch-wrap {
  display: none;
}

/* カードを横並びにする */
.widget-page-content-top {
  display: inline-block;
  vertical-align: top;
}

/* カードスタイル */
#info_list-2,
#info_list-3 {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

	width: 46%;
  position: relative;
  margin: 0 20px;
}
#info_list-2 {
	border:3px solid #c90000;
}
/* ウィジェットタイトル非表示 */
.widget-page-content-top-title {
  display: none;
}

/* タイトル画像 */
#info_list-2::before {
  content: "";
  display: block;
  width: auto;
  height: 40px;
  background: url('images/important-list-ttl.png') no-repeat ;
  background-size: contain;
  margin-bottom: 15px;
}

#info_list-3::before {
  content: "";
  display: block;
  width: auto;
  height: 40px;
  background: url('images/news-list-ttl.png') no-repeat ;
  background-size: contain;
  margin-bottom: 15px;
}

/* タイトル下の線 */
#info_list-2::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: #c90000;
  margin-bottom: 30px;
  position: absolute;
  top: 70px;
  left: 5%;
  right: 0;
}

#info_list-3::after {
  content: "";
  display: block;
  width: 90%;
  height: 3px;
  background: #3FBFEC;
  margin-bottom: 30px;
  position: absolute;
  top: 70px;
  left: 5%;
  right: 0;
}

/* 一覧ボタンをカード内に配置 */
#custom_html-3 {
position: absolute !important;
    top: 115px;
    right: 55%;
    z-index: 10;
}

#custom_html-4 {
  position: absolute !important;
    top: 115px;
  right: 8%;
  z-index: 10;
}

/* お知らせカード内にボタンを配置 */
#info_list-2 {
  position: relative;
}



/* コラムカード内にボタンを配置 */
#info_list-3 {
  position: relative;
}

/* 一覧ボタンスタイル */
.blog-link a {
	background:#3FBFEC;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 500;
  color: white !important;
}

.news-link a {
  background: #3FBFEC;
}

.news-link a:hover {
  background: #2FA5D2;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(63, 191, 236, 0.3);
}

.column-link a {
  background: #3FBFEC;
}

.column-link a:hover {
  background: #2FA5D2;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(244, 165, 132, 0.3);
}

/* リストスタイル */
.info-list {
  border: none !important;
  margin-top: 0px;
	padding:0;
}

.info-list-item {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border: none !important;
  border-bottom: 1px dashed #c90000 !important;
}
#info_list-2 .info-list-item {
	display:  block;}
#info_list-3 .info-list-item {
  border-bottom: 1px dashed #3FBFEC !important;
}
.info-list-item:last-child {
  border-bottom: none !important;
}

/* 日付を左に配置 */
.info-list-item-meta {
  order: -1;
  margin-right: 30px;
  min-width: 120px;
}

.info-list-item-date {
  font-size: 15px;
  color: #999;
}
#info_list-2 .info-list-item-meta,
#info_list-2 .info-list-item-date {
	display:none;}

/* カテゴリラベル非表示 */
.info-list-item-categorys {
  display: none;
}

/* コンテンツリンク */
.info-list-item-content {
  flex: 1;
	text-align:left;
	margin-bottom: 0;
}

.info-list-item-content a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
}

.info-list-item-content a:hover {
  color: #3FBFEC;
}



/* カード内にボタンを配置するための調整 */
.article-header #custom_html-3 {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  float: right;
  margin: -35px 0 0 0;
}

.article-header #custom_html-4 {
  width: auto;
  height: auto;
  position: relative;
  display: block;
  float: right;
  margin: -35px 0 0 0;
}

/* ボタンをカード内に配置 */
#info_list-2,
#info_list-3 {
  overflow: visible;
}

/* レスポンシブ */
@media (max-width: 1200px) {
  .article-header {
    text-align: center;
  }
  
  #info_list-2,
  #info_list-3 {
 width: 90%;
        display: block;
        margin: 20px auto;
        max-width: 1200px;
  }
	#info_list-2::before {
  content: "";
  display: block;
  width: auto;
  height: 30px;
  background: url('images/important-list-ttl.png') no-repeat ;
  background-size: contain;
  margin-bottom: 15px;
}

#info_list-3::before {
  content: "";
  display: block;
  width: auto;
  height: 30px;
  background: url('images/news-list-ttl.png') no-repeat ;
  background-size: contain;
  margin-bottom: 15px;
}
	#custom_html-3 {
    position: absolute !important;
    top: 130px;
    right: 10%;
    z-index: 10;
}
	#custom_html-4 {
display: block;
    float: none;
    margin: 0 auto  !important;
    width: 100%;
    top: auto;
        right: auto !important;;
    z-index: 10;
}
	#info_list-2::after,
	#info_list-3::after {
    content: "";
    width: 94%;
    left: 3%;}
}
@media (max-width: 840px) {
.article-header {
    padding: 20px 10px!important;}
#custom_html-4 {
        width: 100% !important;
    }
#custom_html-3 {
        position: absolute !important;
        top: 90px;}
#info_list-2::after,
	#info_list-3::after {
    content: "";
    width: 96%;
    left: 2%;
	top: 55px;}
#custom_html-4 .blog-link a {
    background: #FFF;
        color: #3FBFEC !important;
        font-weight: bold;}
}


/* 院長ブログカード */
section.blog-list-wrap {
background: linear-gradient(135deg, #a8e6ac 0%, #7fcdcd 100%);
  padding: 30px 40px;
  min-height: 400px;
}
section.blog-list-wrap .inner {
    text-align: center;
    position: relative;
    max-width: 880px;
}
#info_list-4 {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 850px;
  position: relative;
  margin: 20px auto;
  border: 3px solid #7fcdcd;
}

/* ウィジェットタイトル非表示 */
#info_list-4 .widget-page-content-top-title {
  display: none;
}

/* タイトル画像 */
#info_list-4::before {
  content: "";
  display: block;
  width: auto;
  height: 40px;
  background: url('images/blog-list-ttl.png') no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

/* タイトル下の線 */
#info_list-4::after {
  content: "";
  display: block;
  width: 92%;
  height: 3px;
  background: #7fcdcd;
  margin-bottom: 30px;
  position: absolute;
  top: 70px;
  left: 4%;
  right: 0;
}

/* 一覧ボタンを院長ブログカード内に配置 */
#custom_html-007 {
  position: absolute !important;
 top: 43px;
    right: 8%;
    z-index: 10;
}

/* 院長ブログボタンスタイル */
#custom_html-007 .blog-link a {
  background: #7fcdcd;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-weight: 500;
  color: white !important;
}

#custom_html-007 .blog-link a:hover {
  background: #5fb5b5;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(127, 205, 205, 0.3);
}

/* 院長ブログリストスタイル */
#info_list-4 .info-list {
  border: none !important;
  margin-top: 0px;
  padding: 0;
}

#info_list-4 .info-list-item {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border: none !important;
  border-bottom: 1px dashed #7fcdcd !important;
}

#info_list-4 .info-list-item:last-child {
  border-bottom: none !important;
}

/* 日付を左に配置 */
#info_list-4 .info-list-item-meta {
  order: -1;
  margin-right: 30px;
  min-width: 120px;
}

#info_list-4 .info-list-item-date {
  font-size: 15px;
  color: #999;
}

/* カテゴリラベル非表示 */
#info_list-4 .info-list-item-categorys {
  display: none;
}

/* コンテンツリンク */
#info_list-4 .info-list-item-content {
  flex: 1;
  text-align: left;
  margin-bottom: 0;
}

#info_list-4 .info-list-item-content a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
}

#info_list-4 .info-list-item-content a:hover {
  color: #7fcdcd;
}

/* カード内にボタンを配置するための調整 */
#info_list-4 {
  overflow: visible;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
section.blog-list-wrap .inner {
    padding: 0;
    width: 100% !important;
}
  #info_list-4 {
    width: 96%;
    max-width: 96%;
  }
  
  #custom_html-007 {
    position: absolute !important;
    right: 6%;
    z-index: 10;
  }
#custom_html-007 .blog-link a {
	background: #7fcdcd !important;}  
  #info_list-4::after {
    content: "";
    width: 94%;
    left: 3%;
  }
}

@media (max-width: 768px) {
  #info_list-4 {
    padding: 20px;
  }
  
  #info_list-4::before {
    height: 30px;
  }
  
  #info_list-4::after {
    top: 60px;
  }
  
  #custom_html-007 {
    top: 33px;
  }
  
  #info_list-4 .info-list-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  #info_list-4 .info-list-item-meta {
    order: -1;
    margin-right: 0;
    margin-bottom: 5px;
    min-width: auto;
  }
}


.mobile-menu-buttons .menu-icon {
    color: #e0407f;
}
.logo-menu-button {
    text-align: left;
    display: inline !important;
    padding: 5px;
}
.fa-folder-open:before {
    content: "\f07c";
    color: #11b0e3;
}

.sidebar h2, .sidebar h3 {
    background-color: #c8e9ef;}


/* 投稿ページ */
.single .entry-content h3 {
  padding: 7pxx 7px 7px 15px;
  border-left: 4px solid #11b0e3;
	border-top:0; 
	border-right:0;
	border-bottom:0;
  font-size: 1.3em;
  color: #333;
  margin: 2em 0 1em;
}

.single .entry-content h4 {
  padding-bottom: 8px;
  border-bottom: 2px solid #99df9d;
  font-size: 1.2em;
  color: #333;
  margin: 1.5em 0 1em;
	border-top:0; 
	border-right:0;
	border-left:0;
}

/* 順序なしリスト（ul） */
.single .entry-content ul {
  list-style: none;
  padding-left: 0;
  margin: 1.5em 0;
}

.single .entry-content ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.8;
}

.single .entry-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  background: #11b0e3;
  border-radius: 50%;
}

/* 順序付きリスト（ol） */
.single .entry-content ol {
  list-style: none;
  counter-reset: list-counter;
  padding-left: 0;
  margin: 1.5em 0;
}

.single .entry-content ol li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.8;
  counter-increment: list-counter;
}

.single .entry-content ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #99df9d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
  font-weight: bold;
}
/* 投稿ページのテーブルに確実に適用 */
body.single table,
body.single-post table,
.single table,
.single-post table,
article table,
.entry-content table,
.post-content table {
  border-collapse: collapse !important;
  width: 100% !important;
  max-width: 800px !important;
}

body.single th,
body.single-post th,
.single th,
.single-post th,
article th,
.entry-content th,
.post-content th,
body.single td,
body.single-post td,
.single td,
.single-post td,
article td,
.entry-content td,
.post-content td {
  border: 1px solid #ddd !important;
  padding: 12px !important;
  text-align: left !important;
}

body.single th,
body.single-post th,
.single th,
.single-post th,
article th,
.entry-content th,
.post-content th {
  background-color: #11b0e3 !important;
  color: #ffffff !important;
  font-weight: bold !important;
}

body.single tr:nth-child(even),
body.single-post tr:nth-child(even),
.single tr:nth-child(even),
.single-post tr:nth-child(even),
article tr:nth-child(even),
.entry-content tr:nth-child(even),
.post-content tr:nth-child(even) {
  background-color: rgba(153, 223, 157, 0.1) !important;
}

body.single tr:hover,
body.single-post tr:hover,
.single tr:hover,
.single-post tr:hover,
article tr:hover,
.entry-content tr:hover,
.post-content tr:hover {
  background-color: rgba(153, 223, 157, 0.2) !important;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  body.single table,
  body.single-post table,
  article table,
  .entry-content table {
    font-size: 14px !important;
  }
  
  body.single th,
  body.single-post th,
  article th,
  .entry-content th,
  body.single td,
  body.single-post td,
  article td,
  .entry-content td {
    padding: 8px !important;
  }
}

@media screen and (max-width: 480px) {
  body.single table,
  body.single-post table,
  article table,
  .entry-content table {
    display: block !important;
    overflow-x: auto !important;
    font-size: 12px !important;
  }
  
  body.single th,
  body.single-post th,
  article th,
  .entry-content th,
  body.single td,
  body.single-post td,
  article td,
  .entry-content td {
    padding: 6px !important;
  }
}
/* フッター情報 */
.footer-info {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.privacy-notice {
  background: #fdeae3;
  padding: 20px;
  border-radius: 10px;
  margin: 0 auto 20px auto;
  font-size: 1rem;
  color: #444;
  text-align: center;
  max-width: 600px;
}

.reservation-button {
  display: inline-block;
  background: linear-gradient(135deg, #00d3e6, #63c462);
  color: white !important;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none !important;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.reservation-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: white !important;
  text-decoration: none !important;
}

.clinic-info {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 15px;
  margin: 30px auto;
}

.clinic-info p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #666;
  margin-bottom: 10px;
}

.author {
  font-weight: bold;
  color: #444;
  margin-bottom: 15px;
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
  
  .intro-content {
    grid-template-columns: 1.5fr 1fr;
    padding: 50px;
  }
  
  .target-content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .placenta-intro {
    padding: 40px 15px;
  }
  
  .intro-content,
  .target-text,
  .cost-content,
  .risk-content {
    padding: 25px;
  }
  
  .target-section,
  .cost-section,
  .risk-section {
    padding: 50px 15px;
  }
  
  .cost-item {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cost-price {
    margin-left: 0;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  
  .target-section h2,
  .cost-section h2,
  .risk-section h2 {
    font-size: 1.4rem;
  }
  
  .risk-item h3 {
    font-size: 1.05rem;
  }
  
  p {
    font-size: 0.95rem;
  }
  
  .reservation-button {
    font-size: 1rem;
    padding: 12px 30px;
  }
}

.tab-img { display:none;}
.tabsmt-img { display:none !important;}
.smt-img { display:none;}


/*この記事を書いた人*/
.widget-single-content-bottom-title,
.widget-page-content-bottom-title {
	margin:0;
	background:#00b1e1;
	color:#FFF;
	padding:10px 10px 6px 10px;
	border-radius:10px 10px 0 0;
	display: inline;
font-size:90%;
}
.author-thumb {
 margin-right: 0; 
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1300px以下*/
@media screen and (max-width: 1300px){
.header-btn {
	width: 96%;}
#header-in {
	width: 100%;}	

.home section .inner,
	section .inner,
	.sec02 .inner{
    width: 96% !important;
    margin: 0 auto;
}	
}	
.content-top{
    text-align:center;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
#header-container {
		display:none;
	}
.content-top{
    margin: 0;
}
.home #header::after {
  display:none;    
    }
.header-btn {
	display:none; }
.mobile-header-menu-buttons,
	.mobile-footer-menu-buttons {
z-index: 30 !important;
    }
/*スライドインメニューを右から*/
.navi-menu-content{
	left: auto;
	right: 0;
	transform: translateX(101%);
}
.logo-menu-button img {
    max-height: 44px;
    display: block;
    margin: 0;
}	
.pc-img { display:none;}
.tab-img {display:inline;}
.tabsmt-img {display:inline !important;}

}

/*834px以下*/
@media screen and (max-width: 834px){
	#custom_html-3,
	#custom_html-2{
      float: none;
}
#info_list-3, #info_list-2 {
    width: 96%;
    margin: 20px auto ;
    float: none;
	position:relative;
	padding: 15px;
}
	.pctab-img {display:none!important;}
	.tab-img {display:none;}
	.smt-img {display:inline;}
	.custom-html-widget img {
		width:100%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}




/**************************************/
/** ヘッダーメニュー　**/ 
/*************************************/
#header-in {
    width: 1200px;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
    display: block;
	    padding-top: 20px;
}
.logo {
    text-align: left;
}
.content {
    margin-top: 0;
	z-index: 20;
    position: relative;
}
.header-container-in.hlt-top-menu .logo-header {
    max-height: 60px;
    text-align: left;
}
.header-btn {
    width: 1200px;
    text-align: right;
    margin: 0 auto;
    margin-bottom: -80px;
    padding-top: 10px;
	padding-right:100px;
    z-index: 500;
    position: relative;
	
}
.home .header-btn {
	padding-right:50px;}
.header-btn li {
	list-style:none;
}
.header-btn li a{
	float: right;
padding:15px 15px 15px 60px;
	color:#FFF;
	text-decoration:none;
}

.header-btn li.tel-btn a {
background:#99df9d url(images/ico-tel.png) 10% center  no-repeat;
}
.header-btn li.megane-btn a {
background:#11b0e3 url(images/ico-megane.png) 10% center  no-repeat;
}
.header-btn li.tel-btn a:hover {
background:#77cb7c url(images/ico-tel.png) 10% center  no-repeat;
}
.header-btn li.megane-btn a:hover  {
background:#119fcd url(images/ico-megane.png) 10% center  no-repeat;
}

/*1200px以下*/
@media screen and (max-width: 1200px){
	#header-in {
    width: 100%;
}
	.header-btn {
    width: 100%;
}
	}


/*1023px以下*/
@media screen and (max-width: 1023px){
#header-in,
	.header-btn {
		display:none;
}
#menu-header-mobile .navi-menu-button {
            position: initial;
        width: 70px;
        cursor: pointer;
        text-align: right;
        display: block;
        float: right;
        display: grid;
}
    #menu-header-mobile .logo-menu-button {
        position: relative;
        width: 250px;
        cursor: pointer;
        margin: 0 0 0 10px;
        justify-content: left;
    }
#menu-header-mobile .navi-menu-button a .menu-icon {
        color:#77cb7c !important;
    }
#menu-header-mobile .navi-menu-button:last-child a .menu-icon {
        color:#119fcd !important;
    }
#menu-header-mobile .logo-menu-button img {
    display: block;
    width: auto;
}
.advanced-hamburger-menu {
    top: 80px !important;
    right: 20px !important;

}
}

#content-bottom .wrap {
    width: 100%;}

/*　topページ　*/
.sec02 {
	margin:0;
		background:#d9fade;
	padding: 100px 0 100px !important;
}

.sec02 .access-l{
margin-right:4%;
	width:51%;
	float:left;
}
.sec02 .access-r,
.beginner .access-r {
width:45%;
	float:left;
}
.sec02 .address {
	padding-bottom:18px;
	border-bottom:1px #4e2b20 solid;
	margin-bottom:18px;
}
.sec02 .car {	background: url(images/car-ico.png) 0 0 no-repeat;
float:left;
padding-left:55px;}
.sec02 .gmap-ico { float:right;
margin-bottom: 40px;}

.sec02 .tel02,
.beginner .tel02 {
	border:#dedada 1px solid;
	padding:40px 40px 30px;
	background:#FFF;
	line-height:1.3em;
	margin-bottom:18px;
}
.sec02 .tel02 .inq-btn {
	margin:10px auto;
	    display: block;
}
.sec02 .tel02 img,
.beginner .tel02 img{ 
	margin: 0 auto;
    display: block;}
.sec02 .tel02 .tel02-ttl,
.beginner .tel02 .tel02-ttl {
	text-align:center;
}
.sec02 .tel02 .tel02-txt,
.beginner .tel02 .tel02-txt {
    padding-top: 10px;
    font-size: 90%;
}
.sec02 .first {
	text-align:center;
	color:#e0407f;
	font-weight:bold;
	margin:2% auto;
	font-size:120%;
}
.sec02 .time .time-ttl {
	border:#858585 1px solid;
	padding:4px 7px  ;
	background:#FFF;
	margin-right:7px;
	float:left;
	text-align:center;
	width:130px;
	line-height:1.3em;
}

.sec02 .time img {
margin-bottom:1%;	
}
.sec02 .time .time-detail {
	display:block;
	clear: both;
    margin-bottom: 1%;
}
/* アクセスエリアのボタン */
.access-buttons {
  display: flex;
  gap: 20px;
  margin: 25px 0 30px 0;
  justify-content: center;
}

.access-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s ease;
  min-width: 150px;
width: 50%;
}

.access-buttons a:hover {
  opacity: 0.8;
}

/* WEB予約ボタン */
.btn-web-reserve {
  background: #11b0e3;
}

.btn-web-reserve img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* アイコンを白色に */
}

/* オンライン診療ボタン */
.btn-online {
  background: #ffb027;
}

.btn-online img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* アイコンを白色に */
}

/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
  .access-buttons {
    flex-direction: column;
    gap: 15px;
    margin: 20px auto 25px auto;
    max-width: 280px;
  }
  
  .access-buttons a {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }
  
  .access-buttons img {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1300px) {
.sec02 .access-r,.sec02 .access-l{
margin-right:0;
	width:100%;
	float:none;
	clear: both;
	margin-bottom:20px;
}
.sec02 .access-l iframe {width:100%;}
}
@media screen and (max-width: 768px) {
.sec02 {
	margin:0;
		background:#d9fade;
	padding: 50px 0 50px !important;
}}
ol, ul {
    padding-left: 0;
}
.marquee-right {
  overflow: hidden;
  width: 100%;
}

.marquee-right ul {
  animation: marquee-right 100s linear infinite; /* 20sから40sに変更して速度を遅く */
  display: flex;
  margin: 0;
  padding: 50px 0;
  list-style: none;
  width: max-content;
}

.marquee-right li {
  flex-shrink: 0;
  list-style: none;
  margin-right: 30px; /* 画像間にスペースを追加 */
}

.marquee-right img {
  display: block;
  width: auto;
  height: 150px; /* 75%から固定値に変更 */
}

@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

/*　top-social */
.social-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
	margin-top:50px;
        }

        .social-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-decoration: none;
            transition: transform 0.3s ease;
        }

        .social-item:hover {
            transform: translateY(-5px);
        }

        .social-icon {
            width: 60px;
            height: 60px;
            object-fit: contain;
        }

        @media screen and (max-width: 768px) {
            .top-social {
                padding: 30px 0;
            }

            .social-container {
                gap: 40px;
            }

            .social-icon {
                width: 50px;
                height: 50px;
            }
        }

        @media screen and (max-width: 480px) {
            .social-container {
                gap: 25px;
                flex-wrap: wrap;
            }

            .social-icon {
                width: 45px;
                height: 45px;
            }
        }

.table-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: white;
            border-radius: 8px;
            overflow: hidden;
   
        }
        
.table-container table {
            width: 100%;
            border-collapse: collapse;
			margin-bottom:0;
        }
.table-container  table tr:nth-of-type(2n+1) {
    background-color: transparent;
} 
.table-container thead {
            background-color: #57cf5e;
            color: white;
        }
        
.table-container  th {
            padding: 12px;
            font-weight: normal;
            font-size: 16px;
	background-color: transparent;
        }
        
.table-container th:first-child {
            text-align: left;
            padding-left: 20px;
        }
        
.table-container tbody tr {
            border-bottom: 1px solid #e0e0e0;
        }
        
.table-container  tbody tr:last-child {
            border-bottom: none;
        }
        
.table-container  td {
            padding: 16px 12px;
            text-align: center;
            color: #333;
        }
        
.table-container td:first-child {
            text-align: left;
            padding-left: 20px;
            font-weight: 500;
        }
        
.table-container .circle {
            display: inline-block;
            width: 18px;
            height: 18px;
            background-color: #333;
            border-radius: 50%;
        }
        
.table-container .triangle {
            display: inline-block;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 18px solid #333;
        }
.table-container .triangle:before {
	display:none;
}        
.table-container .dash {
            display: inline-block;
            width: 12px;
            height: 2px;
            background-color: #333;
            vertical-align: middle;
            position: relative;
            top: -4px;
        }
        
.table-container .asterisk {
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
        }
        
        /* レスポンシブ対応 */
        @media screen and (max-width: 768px) {
          
            
            .table-container {
                border-radius: 4px;
            }
            
.table-container th, .table-container td {
                padding: 8px 6px;
                font-size: 14px;
            }
            
            .table-container th:first-child,
            .table-container td:first-child {
                padding-left: 12px;
                font-size: 13px;
            }
            
            .table-container .circle {
                width: 14px;
                height: 14px;
            }
            
            .table-container .triangle {
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 14px solid #333;
            }
            
           .table-container  .dash {
                width: 10px;
                height: 2px;
                top: -1px;
            }
            
            .table-container .asterisk {
                font-size: 16px;
            }
        }
        
@media screen and (max-width: 480px) {
            .table-container th, .table-container td {
                padding: 6px 4px;
                font-size: 12px;
            }
            
            .table-container th:first-child,
            .table-container td:first-child {
                padding-left: 8px;
                font-size: 11px;
            }
            
           .table-container  .circle {
                width: 12px;
                height: 12px;
            }
            
           .table-container  .triangle {
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 12px solid #333;
            }
            
            .table-container .dash {
                width: 8px;
                height: 1.5px;
            }
            
            .table-container .asterisk {
                font-size: 14px;
            }
        }
	
	
#main-scroll {
	z-index:9999;
}


.nav-recruit,
.nav-tel {
	display:none !important;
}
.header-container.fixed-header .nav-recruit {
	display:block !important;
border-left: 0;
}
.header-container.fixed-header .nav-recruit a {
display: block !important;
    background: #11b0e3 url(images/ico-megane.png) 10% center no-repeat;
    background-size: 20px 20px;
    color: white !important;
    padding: 10px 10px 10px 30px !important;
border-left: 0;
}
.header-container.fixed-header .nav-tel {
border-left: 0;
	display:block !important;}
.header-container.fixed-header .nav-tel a {
background: #99df9d url(images/ico-tel.png) 10% center no-repeat;
    background-size: 20px 20px;
    color: white !important;
    padding: 10px 10px 10px 30px !important;
border-left: 0;
}

.header-container.fixed-header #header {
    position: relative;
    float: left;
    width: 200px;
}

.header-container.fixed-header {
    z-index: 3;
    top: 0;
	z-index: 99999;
}
.header-container.fixed-header #header-in {
    width: 1200px;
    margin: 0px auto 0;}
.header-container.fixed-header .header-container-in.hlt-top-menu .logo-header {
    margin-top: 0;
}
.header-container.fixed-header .header-container-in.hlt-top-menu .logo-header img {
    max-height: 40px;
   
}
.header-container.fixed-header .logo-image span,
.header-container.fixed-header .logo-image a {
    display: inline-block;
    max-width: 100%;
}
.header-container .header-container-in.hlt-top-menu .wrap {
    width: auto;
}
.header-container.fixed-header .navi-in > ul {
    height: auto;
    padding: 20px;
justify-content: right;
}
.header-container.fixed-header .navi-in > ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    position: relative;
    color: #4e2b20;
    border-left: 0;
    font-weight: normal;
    
}


.header-container.fixed-header .navi-in a {
    position: relative;
    color: var(--cocoon-text-color);
    text-decoration: none;
    display: flex;
    font-size: 12px;
    transition: all 0.3s 
ease-in-out;
    width: 100%;
    height: auto;
border-left: #cccccc 1px solid;
padding: 5px;
}
.header-container.fixed-header .navi-in > ul li .sub-caption {
display:none;
}


@media screen and (max-width: 1200px) {
.header-container.fixed-header #header-in {
    width: 100%;}
}
.header-container .navi-in .fa-calendar-alt {
  color: #00b1e1; 
}
.header-container .navi-in .fa-comment {
  color: #00b62b; 
}

/* googleカレンダー */
.schedule {
            background-color: #ffffff;
            padding: 60px 20px;
        }

.schedule .inner {
            max-width: 800px;
            margin: 0 auto;
        }

        .calendar-title {
            background: linear-gradient(90deg, #00B5CC 0%, #7ED4A8 100%);
            color: #ffffff;
            padding: 15px 0;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 15px;
            position: relative;
        }

        .calendar-title::before {
            content: '';
        }

        .calendar-container {
            width: 100%;
            height: auto;
            background-color: #d9d9d9;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 18px;
			 margin-top: 15px;
        }

        /* レスポンシブ対応 */
        @media screen and (max-width: 768px) {
            .schedule {
                padding: 40px 15px;
            }

            .calendar-title {
                font-size: 20px;
                padding: 12px 0;
            }

            .calendar-container {
                
                font-size: 16px;
            }
        }

        @media screen and (max-width: 480px) {
            .schedule {
                padding: 30px 10px;
            }

            .calendar-title {
                font-size: 18px;
                padding: 10px 0;
            }

            .calendar-container {
                
                font-size: 14px;
            }
        }

 /* medical */
        .medical {
            width: 100%;
            background-color: white;
            padding: 60px 0;
        }

        .medical .inner {
            width: 1300px;
            margin: 0 auto;
        }

        .medical h2 {
            text-align: center;
            margin-bottom: 50px;
        }

        .medical h2 img {
            max-width: 100%;
            height: auto;
        }

        .medical-category {
            position: relative;
            margin-bottom: 50px;
        }

        .medical .category-header {
            background-image: url(https://kariutakayuki.com/test-isonoclinic/wp-content/themes/cocoon-child-master/images/medical-bg.png);
            background-size: auto;
            background-position: center 80%;
            padding: 30px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background-repeat: no-repeat;
        }

        .medical .category-icon {
            width: 60px;
            height: 60px;
            margin-right: 20px;
        }

       .medical .category-title {
            height: auto;
        }

        .medical .tab-container {
            display: flex;
            gap: 10px;
            padding: 20px;
            padding-bottom: 0;
            background-color: white;
            margin-bottom: -1px;
            justify-content: center;
        }

        .medical .tab-button {
            width: 380px;
            padding: 15px;
            border: none;
            cursor: pointer;
            font-weight: bold;
            border-radius: 20px 20px 0 0;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 120%;
            color: #FFF;
        }

        .medical .tab-button:hover {
            transform: translateY(-2px);
        }

        /* 症状で探すタブ - 常に同じ色 */
        .medical .tab-button.symptoms-tab {
            background-color: #69c85a !important;
            color: white;
        }
        
        .medical .tab-button.symptoms-tab.active {
            opacity: 1;
        }
        
        .medical .tab-button.symptoms-tab:not(.active) {
            opacity: 0.7;
        }

        /* 病名で探すタブ - 常に同じ色 */
        .medical .tab-button.diseases-tab {
            background-color: #35971f !important;
            color: white;
        }
        
        .medical .tab-button.diseases-tab.active {
            opacity: 1;
        }
        
        .medical .tab-button.diseases-tab:not(.active) {
            opacity: 0.7;
        }

        .medical .tab-icon {
			width:auto;
        }

        .medical .medical-content {
            padding: 30px;
            border-radius: 0 0 10px 10px;
        }

        .medical .medical-content.symptoms-content {
            background-color: #69c85a;
            margin-top: -2px;
        }

        .medical .medical-content.diseases-content {
            background-color: #35971f;
            margin-top: -2px;
        }

        .medical .tab-panel {
            display: none;
        }

        .medical .tab-panel.active {
            display: block;
        }

        .medical .symptom-grid,
        .medical .disease-grid {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .medical .symptom-item,
        .medical .disease-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f2ffbc;
            padding: 15px 20px;
            border-radius: 25px;
            transition: transform 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .medical .symptom-item:hover,
        .medical .disease-item:hover {
            transform: translateX(5px);
        }

        .medical .symptom-arrow {
            width: auto;
            height: 20px;
        }

        .medical .symptom-text,
        .medical .disease-text {
            color: #333;
            flex: 1;
        }

        .medical .symptom-text .highlight,
        .medical .disease-text .highlight {
            color: #83db66;
        }

@media screen and (max-width: 1300px) {
            .medical .inner {
                width: 100%;
                margin: 0 auto;
                padding: 0 20px;
            }
        }

 @media screen and (max-width: 768px) {
            .medical {
                padding: 40px 0;
            }

            .medical .symptom-grid,
            .medical .disease-grid {
                grid-template-columns: 1fr;
                padding: 20px;
            }

            .medical .category-icon {
                width: 40px;
                height: 40px;
                margin-right: 10px;
            }

            .medical .tab-button {
                padding: 10px;
                font-size: 14px;
            }

            .medical .medical-content {
                padding: 20px;
            }

            .medical .symptom-item,
            .medical .disease-item {
                padding: 12px 15px;
            }
        }
        
        /* 泌尿器科のスタイル */
        .medical .urology-category {
            margin-top: 60px;
        }
        
        /* 泌尿器科タブボタン */
        .medical .tab-button.symptoms-tab-urology {
            background-color: #02d3e7 !important;
            color: white;
        }
        
        .medical .tab-button.symptoms-tab-urology.active {
            opacity: 1;
        }
        
        .medical .tab-button.symptoms-tab-urology:not(.active) {
            opacity: 0.7;
        }
        
        .medical .tab-button.diseases-tab-urology {
            background-color: #07aec1 !important;
            color: white;
        }
        
        .medical .tab-button.diseases-tab-urology.active {
            opacity: 1;
        }
        
        .medical .tab-button.diseases-tab-urology:not(.active) {
            opacity: 0.7;
        }
        
        /* 泌尿器科コンテンツエリア */
        .medical .medical-content.symptoms-content-urology {
            background-color: #02d3e7;
            margin-top: -2px;
        }
        
        .medical .medical-content.diseases-content-urology {
            background-color: #07aec1;
            margin-top: -2px;
        }
        
        /* 泌尿器科症状項目 */
        .medical .symptom-item.urology-item {
            background-color: #f3feff;
        }
        
        .medical .disease-item.urology-disease-item {
            background-color: #f3feff;
        }
        
        .medical .highlight-urology {
            color: #04e6f2;
        }
        
        /* 病名カテゴリーのスタイル */
        .medical .urology-disease-grid {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        .medical .disease-category {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
        }
        
        .medical .disease-category-title {
            color: #07aec1;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 20px;
            padding: 10px 20px;
            background: linear-gradient(90deg, #e8f7fa 0%, #ffffff 100%);
            border-left: 4px solid #02d3e7;
            border-radius: 5px;
            display: inline-block;
        }
        
        .medical .disease-category-items {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
@media screen and (max-width: 768px) {
.medical .disease-category-items {
grid-template-columns: 1fr;
            }
 .medical .disease-category-title {
                font-size: 16px;
            }
        }
/* 自費診療セクション */
        .medical .self-pay-category {
            margin-top: 60px;
        }
        
        .medical .self-pay-header {
            background-image: url(https://kariutakayuki.com/test-isonoclinic/wp-content/themes/cocoon-child-master/images/bg-medicallogo.png);
            background-size: auto;
            background-position: right 10px;
            background-repeat: no-repeat;
            padding: 0px 0 0px 30px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            background-color: #69c85a;
            border-radius: 10px 10px 0 0;
        }
        
        .medical .section-title {
            padding: 30px!important;
            color: white;
            font-size: 24px;
            font-weight: bold;
            margin: 0 !important;
        }
        
        .medical .self-pay-content {
            background-color: #69c85a;
            padding: 0 30px 30px 30px;
            border-radius: 0 0 10px 10px;
            margin-top: -2px;
        }
        
        .medical .self-pay-grid {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .medical .self-pay-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f2ffbc;
            padding: 15px 20px;
            border-radius: 25px;
            transition: transform 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }
        
        .medical .self-pay-item:hover {
            transform: translateX(5px);
        }
        
        .medical .self-pay-text {
            color: #333;
            flex: 1;
        }
        
        .medical .highlight-self {
            color: #83db66;
        }
        
        .medical .self-pay-arrow {
            width: auto;
            height: 20px;
        }
        
        /* 健康診断セクション */
        .medical .health-check-category {
            margin-top: 60px;
        }
        
        .medical .health-check-header {
            background-image: url(https://kariutakayuki.com/test-isonoclinic/wp-content/themes/cocoon-child-master/images/bg-medicallogo.png);
            background-size: auto;
            background-position: right 10px;
            background-repeat: no-repeat;
            padding: 0px 0 0px 30px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            position: relative;
            background-color: #02d3e7;
            border-radius: 10px 10px 0 0;
        }
        
        .medical .health-check-header h2 {
            margin: 0 !important;
        }
        
        .medical .health-check-content {
            background-color: #02d3e7;
            padding: 0 30px 30px 30px;
            border-radius: 0 0 10px 10px;
            margin-top: -2px;
        }
        
        .medical .health-check-grid {
            background-color: white;
            border-radius: 10px;
            padding: 30px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }
        
        .medical .health-check-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #f3feff;
            padding: 15px 20px;
            border-radius: 25px;
            transition: transform 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }
        
        .medical .health-check-item:hover {
            transform: translateX(5px);
        }
        
        .medical .health-check-text {
            color: #333;
            flex: 1;
        }
        
        .medical .highlight-health {
            color: #04e6f2;
        }
        
        .medical .health-check-arrow {
            width: auto;
            height: 20px;
        }
        
        @media screen and (max-width: 768px) {
            .medical .self-pay-grid,
            .medical .health-check-grid {
                grid-template-columns: 1fr;
                padding: 20px;
            }
            
            .medical .self-pay-header,
            .medical .health-check-header {
                padding-left: 20px;
            }
            
            .medical .self-pay-item,
            .medical .health-check-item {
                padding: 12px 15px;
            }
        }