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

#policy .content-pair{
	margin:0 auto !important;
}
.policy_text,#policy li{
  text-align: left;
	color:#40220F;
	font-weight: 700;
  font-size: 0.95rem;
  list-style: disc;
}
#policy li{
	font-size:18px;
  line-height: 2;
  list-style: disc;
  margin-left: 24px;
}
#policy ol{
	margin:16px 0;
}

#policy .content-pair__image{
  padding:0;
}

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

/*初診の方、再診の方*/
.first-time_box{
	display: block;
	width:100%;
	margin: 30px auto 0;
}
.first-time_box .f-right,.first-time_box .f-left{
  float:none;
  margin:0 auto;
  text-align:left;
} 

.first-time_box .f-left img{
  display: block;
  width: 180px;
  height: auto;
  margin: 15px auto 10px;
}

.first-time_box .f-right{
  width: 94% !important;
    margin: 0 auto;
}
#re-time .wh-kdmr{
  font-size: 0.9rem;
  text-align: left !important;
}
#re-time {
  text-align: left;
}

/* アクセスページ - 駐車場写真のレスポンシブ対応 */
.content-pair {
  flex-direction: column !important;
  gap: 15px !important;
  align-items: center !important;
}

/* ドクター紹介ページ専用 - 左寄せ */
.doctor-section-box{
  box-sizing: border-box;
  padding: 2px 20px 16px;
  margin-bottom:20px;
}
.overview .content-pair {
  align-items: flex-start !important;
}

.overview .doctor_text {
  text-align: left !important;
}

.content-pair__image {
  width: 100% !important;
  max-width: 400px !important;
}

/* 医師紹介ページの院長写真専用 - より大きなサイズ（詳細度を上げて確実に適用） */
section.overview .content-pair .content-pair__image {
  max-width: 550px !important;
  width: 100% !important;
}

/* プライバシーポリシー用リスト - スマートフォン対応 */
.privacy-list {
  padding-left: 1.2em;
}

.privacy-list-number {
  min-width: 2.8em;
  width: 2.8em;
}

.privacy-list li {
  gap: 0.3em;
}

@media screen and (max-width: 480px) {
  .privacy-list {
    padding-left: 1em;
  }
  
  .privacy-list-number {
    min-width: 2.5em;
    width: 2.5em;
  }
  
  .privacy-list li {
    gap: 0.2em;
  }
}


/* ドクター紹介ページ - モバイル用 */
.doctor_text {
    color: #40220F;
    font-weight: normal;
    font-size: 0.95em;
}

.doctor-title {
    color: #40220F;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 12px;
}

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

.career-list dd {
    margin-left: 15px;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* 院長写真専用スタイル - モバイル */
.doctor-photo {
    width: 100% !important;
    max-width: 550px !important;
}

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

