@import 'base.css';
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url('../fonts/SourceHanSansCN-Regular.otf');
}

.specialist-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* 下部内容区域 */
.specialist-content {
  margin: 62px 16px 16px 16px;
}
.specialist-content-line {
  display: flex;
}

.specialist-content-line-left-top {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  color: #262626;
}

.specialist-content-line-left-bottom {
  margin-top: 25px;
}

.specialist-content-line-left-bottom-name {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--primary-color);
}
.specialist-content-line-left-bottom-date {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  color: var(--text-color-3);
  margin-left: 12px;
}
.specialist-content-line-left-bottom-read {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  margin-left: 12px;
  color: var(--text-color-3);
}
.specialist-content-line-right {
  margin-left: 16px;
}

.specialist-content-line-right img {
  width: 120px;
  height: 80px;
  object-fit: contain;
}

.specialist-content-line:not(:first-child) {
  margin-top: 20px;
}
