.blog__prof-body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
}
.blog__prof-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  gap: 24px;
}
.blog__prof-photo {
  position: relative;
  width: 40%;
  min-width: 200px;
  padding-left: 12px;
}
.blog__prof-photo::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #00964c;
  border-radius: 2px;
}
.blog__prof-photo img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: 12px;
}
.blog__prof-text-block {
  flex: 1;
}
.blog__prof-text-block .credit {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}
.blog__prof-text-block h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}
.blog__prof-text-block h2 {
  position: relative;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 10px;
  color: #111;
  padding-left: 55px; /* リーダー点分のスペース確保 */
}
.blog__prof-text-block h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #444; /* 線の色 */
  border-radius: 1px; /* 線の角丸（好みで調整） */
}
.blog__prof-text-block p {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 8px;
}
.newsreader-h1 {
  font-family: 'Newsreader', serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
}

.noto-sans-jp-p {
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto-store {
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}
