
.lead-block p {
  font-weight: 700;
}

.jikanzoro {
  letter-spacing: 0;
}

/* 夢に寄り添うIKOシリーズ サブタイトルフォーマット */
.ep-SubTitle {
  font-size: 0.8em;
  margin-left: 1em;
  color: #5b5b5b;
}


.img-responsive {
  text-align: center;
}

.episode-kv img {
  width: 80%;
  text-align: center;
}

.ep-photocenter {
  text-align: center;
}

.ep-photocenter img {
  width: 80%;
  text-align: center;
}

.ep-photocenter figcaption{
  font-size: 0.9em;
}


/* h3 見出し イマイチのためボツ
.detail-block h3.ep-titleNo2 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #004080;
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  background: linear-gradient(135deg, #004080 60%, #e60023 60%);
  color: #fff;
  letter-spacing: 2px;
}
*/

.detail-block > h3.ep-titleNo2::before{
  content:"";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 11px;
  background: #e50012;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.detail-block > h3.ep-titleNo2 {
  position: relative;
  border-top: none;
  border-bottom: solid 2px #e50012;
  margin: 0 0 30px;
  padding: 24px 0;
  padding-left: 46px;
  color: #0f2282;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}


/* 質問フォーマット */
.ep-quest {
  margin-left: 1em;
  font-weight: 600;
  font-size: 1.1em;
  margin-top: 1em;
}

.ep-anser {
  margin-left: 1em;
}


/* 黄色いマーカー */
.ep-markerY {
  font-weight: bold;
  background: linear-gradient(transparent 50%, #fff22a 50%);
}


/* 写真横並び */
.ep-photoyokonarabi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0; /* 画像間の余白 */
}

.ep-photoyokonarabi img {
  max-width: 40%; /* PCで横並び時の画像幅 */
  height: auto;
}

.ep-photoyokonarabi figcaption {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .ep-photoyokonarabi {
    display: block; /* 縦並び */
  }

  .ep-photoyokonarabi img {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
  }

  .ep-photoyokonarabi figcaption {
    text-align: center;
    margin-top: 0;
  }
}

/* PC用（横並び） */
.ep-2block-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; /* 左右の余白 */
}

.ep-2block-container .episo-left-contents {
    flex: 1; /* テキスト側を広めに */
}

.ep-2block-container .episo-right-contents {
    flex: 1; /* 画像側も同じ比率 */
    text-align: right; /* 画像を右寄せ */
}

.ep-2block-container .episo-right-contents img {
    width: 65%;
}


/* スマホ用（縦並び） */
@media screen and (max-width: 767px) {
  .ep-2block-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* 上下の余白 */
  }

  .ep-2block-container .episo-left-contents {
    order: 1; /* テキストを上 */
  }

  .ep-2block-container .episo-right-contents {
    order: 2; /* 画像を下 */
    text-align: center; /* スマホでは中央寄せ */
  }
}
