/* 以下に追加のスタイルの記述をお願いいたします。 */
.firstSec .event__value .time {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-right: 10px;
}

.seminar-detailSec .event__value .time {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  text-align: left;
  line-height: 0.5;
  letter-spacing: 0em;
  margin-right: 10px;
}

.seminar-detailSec .event__value .txt01 {
  line-height: 2;
}

.firstSec .event__value .txt02 {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 5px;
}

.seminar-detailSec .event__value .txt02 {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #231815;
  text-align: left;
  line-height: 2;
  letter-spacing: 0em;
  margin-bottom: 5px;
}


.firstSec .event__label span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background: #E17791;
  padding: 0px 10px;
  width: 50px;
}

.seminar-detailSec .event__label span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background: #E17791;
  padding: 0px 10px;
  width: 50px;
}

.fv .fv-bottom::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0px;
    background: url(../../assets/img/seminar-only.png) no-repeat center center / contain;
    width: 173px;
    height: 147px;
    z-index: 2;
}

.seminar-detailSec .members-only .members-only-detail-photo img {
    width: 110px;
}


.seminarSec .seminar__instructor-photo img {
    width: 110px;
}

.seminarSec .seminar__instructor {
    display: flex
;
    gap: 15px;
    align-items: center;
    margin: 20px 0 15px;
}
.seminarSec .seminar__instructor-kana {
  font-size: 8px;
  font-weight: 300;
  color: #231815;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.5em;
  margin-top: 10px;
}

.seminarSec .seminar__instructor-name {
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  line-height: 1.44;
  letter-spacing: 0em;
  margin-top: 2px;
}