@charset "utf-8";
/* CSS Document */

:root {
  --site-color: #03A27C; /* color: var(--site-color); */
} /* #00935F */

/*U50　TOP
--------------------------------------------------*/
.under50-office{
    margin-bottom: 30px;}
.under50-office .left{
    margin-right: 20px;
    padding-top:20px;
}



/* インタビュー
--------------------------------------------------*/
#interview h3{
  line-height: 1.4;
  font-size: 22px;
	border: none;
	color: var(--site-color);
	padding: 0;
}

#interview h3::after{
	border: none;
}

/* 医師写真を右に配置*/

.interview-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px; /* 画像と文章の間隔 */

}

.interview-text {
  flex: 1; /* 左側を広く */
}

.interview-text h4{
	margin-top: 0;
}

.interview-image img {
  width: 300px;  /* お好みで調整 */
  height: auto;
  border-radius: 8px;

}

.interview-image figure {
  text-align: center;
  margin: 0;
}

/* キャプション*/
.interview-image figcaption {
  margin-top: 8px;
  font-size: 16px;
  color: #555;
}



/* プロフィール*/

#profile {
  display: flex;
  align-items: flex-start;
  border: 2px solid var(--site-color);
  border-radius: 12px;
  padding: 20px;
  gap: 30px;
  background: #fff;
	margin-bottom: 20px;
}

.profile-image img {
  width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.profile-text h5 {
  margin: 10px 0 8px;
  font-size: 18px;
}

.profile-text p {
  margin: 0 0 6px;
  line-height: 1.6;
}

.profile-text h6 {

  font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;

}

.profile-text ul {
  margin: 0!important;
  padding-left: 5px!important;
}

.profile-text li {
  margin: 2px 0!important;
}




/* よくある質問
--------------------------------------------------*/

#u50-faq h2{
	margin-bottom: 1.5em;
}

#u50-faq .section{
	margin-bottom: 10px;
}


