/* policy*/
#policy {
  margin : 80px auto;
  padding: 40px;
}

#policy .content-pair{
	margin:0 auto !important;
}
.policy_text,#policy li{
	color:#40220F;
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
    list-style: disc;
    font-weight:800;
}

/* ドクター紹介ページ用共通スタイル */
.doctor-section-box {
    padding: 20px 30px;
    margin: 20px 0;
}

.doctor-career-list {
    line-height: 1.8;
}
#policy li{
	font-size:20px;
	line-height:20px;
	margin-left: 40px;
    line-height: 2;
}
#policy ol{
	margin:16px 0;
}

section#first-time,
section#access,
section#re-time,
section#card{
	padding:80px 0;
}

/*初診の方*/
.first-time_box{
	display: block;
	width:700px;
	margin: 30px auto 0;
}
.first-time_box .f-right{
	width: 400px;
	margin-left:40px;
  margin-top:20px;
} 
.first-time_box .f-left{
	margin-left: 20px;
}

/* =============================
   レスポンシブ対応（768px以下）
============================= */
@media screen and (max-width: 768px) {
  .content-pair,
  .content-pair-bg {
    flex-direction: column;
    text-align: center;
  }

  .content-pair__image,
  .content-pair-bg__image {
    order: -1;
  }

  .content-pair__text,
  .content-pair-bg__text {
    margin-top: 20px;
  }
}


/* =============================
   サイトマップ対応   
============================= */
/* --- 2カラム配置 --- */
.sitemap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2列 */
  gap: 18px 96px; /* 行間 / 列間（右側の空きを広めに） */
  margin: 0;
  padding: 0;
  list-style: none; /* 既定のマーカーは消す */
}
@media (max-width: 640px) {
  .sitemap-list { grid-template-columns: 1fr; } /* スマホは1列 */
}

/* --- 各行とマーカー（›） --- */
.sitemap-list li {
  position: relative;
  line-height: 1.9;
  padding-left: 1.5em; /* マーカー分の左余白 */
}
.sitemap-list li::before {
  content: "›";                 /* 山括弧（フォント依存せず軽量） */
  position: absolute;
  left: 0;
  top: 0;
  color: #2EA5D5;               /* サイトメインカラーの水色 */
  font-weight: 700;
  font-size: 1.05em;
  line-height: 1.9;             /* テキスト位置に合わせる */
}

/* --- リンクの色・ホバー --- */
.sitemap-list a {
  color: #40220F;               /* サイト統一の茶色 */
  text-decoration: none;
}
.sitemap-list a:hover,
.sitemap-list a:focus {
  text-decoration: underline;
  color: #2EA5D5;               /* サイト統一の水色 */
}


/* =============================
   プライバシーポリシー用リスト 1桁・2桁統一表示
============================= */
.privacy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1.5em;
}

.privacy-list li {
  margin-bottom: 8px;
  line-height: 1.8;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.privacy-list-number {
  min-width: 3em;
  width: 3em;
  flex-shrink: 0;
  text-align: left;
}

.privacy-list-text {
  flex: 1;
}

/* =============================
　 診療方針スタイル準拠のドクター紹介 
　============================= */
.doctor_text {
    color: #40220F;
    font-weight: normal;
}

.doctor-title {
    color: #40220F;
    font-weight: 700;
    font-size: 1.4em;
    margin-bottom: 15px;
    font-family: 'YuMincho', '游明朝体', serif;
}

.career-list {
    line-height: 1.6;
}

.career-list dt {
    font-weight: bold;
    color: #2c5d4f;
    margin-top: 15px;
    margin-bottom: 5px;
}

.career-list dd {
    margin-left: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
}

/* ドクター紹介ページ用共通スタイル */
.doctor-section-box {
    padding: 20px 30px;
    margin: 20px 0;
}

.doctor-career-list {
    line-height: 1.8;
}
/* 院長写真専用スタイル */
.doctor-photo {
    flex: 1;
}

.doctor-photo img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
