.column_contetnt{
    max-width: 900px;
    margin: auto;
    margin-bottom: 70px;
}
.column_contetnt h3{
    background: #ffaa00;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
}
.article-image {
    float: right;
}
.article-detail {
    margin-top: 2%;
    margin-right: 10px;
}
.article-outline p {
    font-size: 17px;
    text-align: left;
}
.column_contetnt p{
    line-height: 190%;
}
.top_point_list2{
    margin-top: 30px;
}
.img_right{
    margin-bottom: 10px;
   
}
.hiza-img{
    max-width: 370px;
    float: right;
}
.aka:first-child{
   font-weight: bold;
   margin-bottom: 20px;
}
.aka:nth-child(2){
    font-weight: bold;
    margin-bottom: 20px;
margin-top: 10px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .article-image {
        float:none ;
    }
    .column_contetnt{
        padding:0 4vw;
        
    }
    .article-detail {
        margin-right: 0;
    }
    .column_contetnt h3{
        font-size: 24px;
    }
    .hiza-img{
        max-width:100%;
        margin-bottom: 10px;
        float: none;
    }
}
/* 20251014 投稿本文の末尾に院長情報を追加（症状ページ対応） */
/* 外枠 */
.director-supervision {
  max-width: 800px;
  margin: 70px auto;
 padding:30px;
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

/* タイトル */
.supervision-title {
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-align: left;
}

/* 中身を横並び */
.director-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;  
  justify-content: center;
}

/* 写真 */
.director-photo {
  flex-shrink: 0;
}
.director-photo img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}

/* 院長情報 */
.director-info {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  min-width: 250px;
}
/* 全て黒文字 */
.director-supervision,
.director-supervision * {
  color: #000;
}


/* Flexboxレイアウトで高さ調整 */
.director-inner {
  display: flex;
  align-items: flex-end;  
}

/* PC（デフォルト） */
.supervision-title {
  text-align: center;  /* ← PCでは中央寄せ */
  color: #000000;
  font-size: 1.6em;
  margin-bottom: 20px;
  width: 100%;
}



.heading-31 {
    position: relative;
	padding: .3em 0 .2em 0;
    border-bottom: 3px solid #e68933;
	color: #000000!important;
	background: none!important;
}

.heading-31::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f68900;
    content: '';
}

.heading-31::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f68900;
    content: '';
}

/* スマホ用縦並び調整 */
@media screen and (max-width: 767px) {
  .director-supervision {
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 20px;  
	
  }

  .supervision-title {
    font-size: 1.4em;
    margin-bottom: 25px;
  }

  .director-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .director-photo {
    text-align: center;
  }

  .director-info {
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
#fixpage .director-photo img {
  width: 200px;
  height: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
  max-width: none;   
  height: auto;     
}
}


/* 20251014 投稿本文の末尾に院長情報を追加（症状ページ対応）end*/