/*--------------------------------------------
全体設定：ページ全体の基本設定
---------------------------------------------*/
.lawyer-profile-page {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/*--------------------------------------------
画像＋肩書き・氏名（ヒーローセクション）
---------------------------------------------*/
.lawyer-hero {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.lawyer-main-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.lawyer-name-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: left;
}

.lawyer-name-box .lawyer-title {
  font-size: 0.9rem;
  margin-bottom: 2px;
  font-weight: normal;
  opacity: 0.85;
}

.lawyer-name-box .lawyer-name-ja {
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.lawyer-name-box .lawyer-name-en {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.6em;
  opacity: 0.85;
}

/*--------------------------------------------
補足要素：英語補助・所属等
---------------------------------------------*/
.lawyer-profile-page .sub-en {
  font-size: 0.6em;
  color: #999;
  margin-left: 0.5em;
}

.lawyer-profile-page .extra {
  font-size: 0.6em;
  color: #999;
  margin-left: 1em;
}

/*--------------------------------------------
セクション：余白・区切り線
---------------------------------------------*/
.lawyer-profile-page section {
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}

.lawyer-profile-page section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/*--------------------------------------------
見出し：セクションタイトル（h2）
---------------------------------------------*/
.lawyer-profile-page h2 {
  font-size: 1.6em!important;
  margin-top: 2em;
  margin-bottom: 1.2em;
  border-left: 6px solid #4caf50;
  padding-left: 0.6em!important;
  color: #222;
  text-align: left!important;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.lawyer-profile-page h2 .en {
  font-family: "游明朝体", "Yu Mincho", serif;
  font-size: 0.5em;
  color: #c4a45f; /* 落ち着いたゴールド */
  font-weight: normal;
  margin-left: 0.5em;
  letter-spacing: 0.4em;
}

/*--------------------------------------------
リスト：ul・li基本設定
---------------------------------------------*/
.lawyer-profile-page ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.lawyer-profile-page ul li {
  margin-bottom: 8px;
}

/*--------------------------------------------
日付付きリスト：time要素の装飾
---------------------------------------------*/
.lawyer-profile-page ul li time {
  display: inline-block;
  width: 80px;
  color: #666;
  font-size: 14px;
  font-family: monospace;
}

/*--------------------------------------------
ボタン：「一覧に戻る」ボタン
---------------------------------------------*/
.lawyer-profile-page a.btn-style-back {
  display: inline-block;
  background-color: #006c3f;
  color: #ffffff!important;
  padding: 0.8em 1.5em;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 2em;
}

.lawyer-profile-page a.btn-style-back:hover {
  background-color: #004f2d;
  text-decoration: none;
}

.lawyer-profile-page .btn-back-wrapper {
  text-align: center;
}
