/*----------------------------------------

    common

----------------------------------------*/
#contents {
  border-top: 1px solid #B3B3B4;
}

.txt_wrap {
  margin: 0 auto 30px;
  width: 990px;
  font-size: 18px;
}

.pc-none {
  display: block;
}

.sp-none {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

/*----------------------------------------

    Header

----------------------------------------*/
.header {
  background: #1E1E1E;
  padding: 20px;
  text-align: center;
}

.header a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.header img {
  width: 240px;
  display: block;
  margin: 0 auto;
}

/*----------------------------------------

    txt

----------------------------------------*/
h3 {
  margin: 2rem 0;
  padding: .5rem;
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #000;
}

h3 span {
  display: inline-block;
  margin: .3em auto.5em;
  padding: .3em;
  font-size: 85%;
  border: 1px solid #fff;
}

h4 {
  position: relative;
  margin: 0 auto 2rem;
  padding: .5rem 1rem;
  width: 300px;
  font-size: 23px;
  font-weight: bold;
  color: #0b3e67;
  text-align: center;
  border: #0b3e67 5px solid;
}

h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -165px;
  width: 160px;
  border-top: #0b3e67 5px solid;
}

h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 295px;
  width: 160px;
  border-top: #0b3e67 5px solid;
}

.tC {
  text-align: center;
}

div.txt_title {
  margin: 2rem 0;
  padding: 2rem;
  font-size: 18px;
  text-align: center;
  background: #fefec4;
}

div.txt_title h3 {
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
}

div.txt_title h3 span {
  font-size: 24px;
  line-height: 2;
}

/*----------------------------------------

    Footer

----------------------------------------*/
.footer {
  background: #1E1E1E;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
}

.footer a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}

.footer img {
  width: 240px;
  display: block;
  margin: 0 auto 10px auto;
}

.footer address {
  font-size: 10px;
  font-style: normal;
  color: #ffffff;
  margin-top: 20px;
}

/*----------------------------------------

    style

----------------------------------------*/
.bnr_seminer {
  margin: 3rem auto;
  width: 90%;
  text-align: center;
}

.bnr_seminer img {
  margin: auto;
}

.bnr_seminer img:hover {
  opacity: 1;
}

a:hover {
  opacity: 1;
}

h1.mv {
  position: relative;
  margin: 0 auto 0em;
  width: 990px;
}

h1.mv .bnr_seminer {
  position: absolute;
  bottom: 3em;
  right: 0;
  left: 0;
  margin: auto;
}

.content_wrap,
.koushi_wrap {
  margin: 0 auto 3em;
  width: 990px;
}

.content_wrap h2,
.koushi_wrap h2 {
  position: relative;
  font-size: 1.875em;
  font-weight: bold;
}

.content_wrap.schedule ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 1.4em;
  text-align: left;
  font-weight: bold;
  line-height: 1.8;
}

.content_wrap.schedule ul li strong {
  display: block;
  text-align: center;
}

.content_wrap.schedule ul li:nth-child(odd) {
  margin-right: 4em;
  color: #3c7832;
}

.content_wrap.schedule figure {
  position: absolute;
  top: 1em;
  right: 2em;
  margin: auto;
  width: 200px;
}

.content_wrap.books {
  position: relative;
}

.koushi_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 90%;
}

.koushi_wrap ul li:first-child {
  width: 30%;
}

.koushi_wrap ul li:last-child {
  width: 65%;
  text-align: left;
}

.koushi_wrap h3 {
  margin: 0 0 1em;
  background: none;
  color: #000;
  text-align: left;
}

.content_wrap h3 {
  background: #3c7832;
}

.outline {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.25em;
  border-top: #999 1px solid;
}

.outline dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: #fff;
  font-weight: bold;
  background: rgba(60, 120, 50, .4);
  border-bottom: #fff 1px solid;
}

.outline dt.line2 {
  flex-direction: column;
}

.outline dt.line2 span {
  display: block;
  margin-top: .5em;
  padding-top: .5em;
  width: 100%;
  border-top: 1px solid #fff;
}

.outline dd {
  padding: 1rem;
  width: 85%;
  font-weight: bold;
  text-align: left;
  border-bottom: #999 1px solid;
}

.outline dd.line2 {
  display: flex;
  justify-content: space-between;
}

.outline dd.line2 ul {
  width: 48%;
  display: flex;
  align-items: center;
}

.outline dd.line2 ul li:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .5em;
  padding: .3em;
  width: 3em;
  color: #fff;
  text-align: center;
  background: #000;
}

.outline dd.line2 ul li span {
  display: block;
  border-top: #000 1px solid;
}

.outline dd em {
  font-size: 1.5625em;
  font-style: normal;
}

.voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 3em;
  width: 900px;
}

.voice h2 {
  margin-bottom: 1em;
}

.voice h2 img {
  margin: auto;
}

.voice h2:before {
  content: none;
}

.voice dl {
  margin-bottom: 2em;
  padding: .8em;
  width: 45%;
  text-align: left;
  border: 5px solid #d2e1dc;
  border-radius: 5px;
  box-shadow: 0 0 10px #333;
}

.voice dt {
  padding-bottom: .8em;
  font-size: 1.1em;
  color: #642d00;
  border-bottom: 1px dotted #333;
}

.voice dd {
  padding-top: .8em;
  font-size: 0.9375em;
}

.slider_area {
  margin: 0 auto 15em;
  width: 98%;
  max-width: 700px;
}

.slider_obi {
  padding: 0.5em;
  margin: 0 auto 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #dcdcdc;
  font-size: 130%;
  text-align: center;
}

.slider_area .slider_txt {
  font-size: 130%;
  line-height: 5px;
  margin: -0.5em 0 0 1.5em;
  padding: 0;
}


/*************************************/
/*----------------------------------------

    SP

----------------------------------------*/

@media screen and (max-width: 1000px) {

  #contents {
    padding-top: 87px;
    width: 100%;
  }

  .txt_wrap {
    width: 96%;
    font-size: 100%;
  }

  .txt_wrap figure {
    margin-bottom: 1em;
  }

  .bnr_seminer {
    margin: 2em auto;
    width: 90%;
  }

  h1.mv {
    margin: 0 auto 0em;
    width: 100%;
  }

  h1.mv img {
    width: 100%;
  }

  h1.mv .bnr_seminer {
    bottom: 1.5em;
  }

  .content_wrap,
  .koushi_wrap {
    margin: 0 auto 0em;
    width: 100%;
  }

  .content_wrap h3 {
    font-size: 1.25em;
  }

  .content_wrap.schedule ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .content_wrap.schedule ul li {
    width: 48%;
    margin-bottom: 2em;
  }

  .content_wrap.schedule ul li:nth-child(odd) {
    margin-right: 0;
  }

  .content_wrap.schedule figure {
    position: static;
  }

  .content_wrap.jirei {
    padding: 3em 2em;
    width: 100%;
  }

  .content_wrap.jirei ul {
    flex-direction: column;
  }

  .content_wrap.jirei li {
    margin-bottom: 1.5em;
    width: 100%;
  }

  .content_wrap.jirei li figure img {
    width: 100%;
  }

  .koushi_wrap ul {
    width: 100%;
  }

  .koushi_wrap ul {
    flex-direction: column;
  }

  .koushi_wrap ul li:first-child {
    margin-bottom: 1.5em;
    width: 65%;
  }

  .koushi_wrap ul li:last-child {
    width: 100%;
  }

  .content_wrap.about {
    width: 100%;
  }

  .content_wrap.about img {
    width: 100%;
  }

  .outline {
    display: block;
  }

  .outline dt {
    width: 100%;
    padding: 1em;
  }

  .outline dt.line2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }

  .outline dt.line2 span {
    display: inline;
    margin-top: 0;
    padding-top: 0;
    padding-left: 1.5em;
    margin-left: 1.5em;
    width: auto;
    border-top: none;
    border-left: 1px solid #fff;
  }

  .outline dd {
    width: 100%;
    padding: 1em;
  }

  .outline dd.line2 {
    flex-direction: column;
    padding: 0;
  }

  .outline ul {
    flex-direction: column;
  }

  .outline li {
    width: 100%;
  }

  .outline dd.line2 ul {
    margin-bottom: 1.3em;
    width: 100%;
  }

  .outline dd.line2 ul li:first-child {
    margin-right: 0;
    margin-bottom: .3em;
    width: 100%;
  }

  .voice {
    flex-direction: column;
    margin: 0 auto 2em;
    width: 96%;
  }

  .voice h2 {
    margin: 0 auto 1em;
  }

  .voice dl {
    width: 100%;
  }

  .slider_area {
    margin: 0 auto 6em;
    width: 100%;
  }

  .slick-dots {
    bottom: -60px;
  }

  .slick-next {
    margin-right: 0;
  }

  .slick-prev {
    margin-left: 0;
  }
}

/*PCでは無効（改行しない）*/
.sma {
  display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
  .sma {
    display: block;
  }
}

/*----------------------------------------
    セミナー詳細セクション
----------------------------------------*/

/* PC用のスタイル */
#seminar-details {
  font-family: 'Helvetica Neue', 'Arial', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  background-color: #000;
  color: #fff;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  margin: 3em auto;
  width: 990px;
}

#seminar-details .sd-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

#seminar-details .sd-schedule {
  width: 58%;
  text-align: left;
}

.sd-section-title,
.sd-info-label {
  background-color: #fff;
  color: #000;
  padding: 4px 10px;
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

#seminar-details .sd-schedule-item {
  margin-top: 20px;
  margin-bottom: 25px;
}

#seminar-details .sd-location {
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#seminar-details .sd-date {
  font-size: 50px !important;
  font-weight: 700;
  display: inline-block !important;
  vertical-align: middle;
  line-height: 1;
  white-space: nowrap !important;
  writing-mode: horizontal-tb !important;
  /* ★★★ これが本当の解決策です ★★★ */
}

#seminar-details .sd-date small,
#seminar-details .sd-date span {
  font-size: 28px;
  font-weight: normal;
}

#seminar-details .sd-time-location {
  margin-top: 8px;
}

#seminar-details .sd-time-location .sd-time {
  font-size: 24px;
  font-weight: 700;
}

#seminar-details .sd-time-location p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}

#seminar-details .sd-info {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

#seminar-details .sd-venue {
  flex-basis: 100%;
  padding-left: 50px;
  margin-top: 8px;
  font-size: 24px;
  /* ★20pxから24pxに変更 */
  line-height: 1.5;
}

/* 時刻のスタイル */
#seminar-details .sd-time {
  font-size: 24px;
  /* ご希望のサイズに調整できます */
  font-weight: bold;
  padding-left: 50px;
  /* 日付と頭を揃えるための調整 */
  margin-top: 8px;
}

/* 会場名のスタイル */
#seminar-details .sd-venue {
  font-size: 24px;
  /* ご希望のサイズに調整できます */
  line-height: 1.5;
  flex-basis: 100%;
  padding-left: 50px;
  /* 日付と頭を揃えるための調整 */
  margin-top: 8px;
}


#seminar-details .sd-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

#seminar-details .sd-info-value {
  font-size: 25px;
  margin: 0;
}

#seminar-details .sd-lecturer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#seminar-details .sd-lecturer .sd-info-value {
  font-size: 16px;
  line-height: 1.7;
}

#seminar-details .sd-lecturer p {
  margin: 0;
  font-size: 20px;
}

#seminar-details .sd-lecturer span {
  font-size: 30px;
  font-weight: bold;
}

#seminar-details .sd-title-book {
  width: 40%;
  text-align: right;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
}

#seminar-details .sd-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #810000;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  font-size: 21px;
  line-height: 1.2;
  z-index: 10;
  text-align: center;
  /* ★ この一行を追加 */
}

#seminar-details .sd-book-info {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

#seminar-details .sd-book-cover {
  display: block;
  margin: 10px auto;
  width: 150px;
}

#seminar-details .sd-main-title {
  font-size: 48px !important;
  /* ★文字サイズを最優先で指定 */
  font-weight: bold;
  line-height: 1.3;
  writing-mode: vertical-rl !important;
  /* ★縦書きを最優先で指定 */
  margin-left: 20px;
  height: 380px;
  color: #fff;
  background: none;
  text-align: left;
  padding: 0;
}

#seminar-details .sd-points-section {
  /* borderをゴールドのグラデーションに変更 */
  border: none;
  /* 元のborderを削除 */
  border-image: linear-gradient(to right, #f2e4af, #d7bd7d) 1;
  /* グラデーションをborderに適用 */
  border-width: 3px;
  /* 枠の太さ */
  border-style: solid;
  /* border-imageを使う場合はsolidが必要 */
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 120px;
}

#seminar-details .sd-point {
  display: flex;
  align-items: flex-start;
  /* 上揃えを維持 */
  margin-bottom: 40px;
  /* ポイント間の余白を少し広げます */
}

#seminar-details .sd-point:last-child {
  margin-bottom: 0;
}

#seminar-details .sd-point-header {
  color: #fecb00;
  font-style: italic;
  margin-right: 20px;
  text-align: center;
}

#seminar-details .sd-point-label {
  font-size: 20px;
  display: block;
  font-weight: 500;
}

#seminar-details .sd-point-number {
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

#seminar-details .sd-point-content {
  border-left: 2px solid #fecb00;
  padding-left: 20px;
  text-align: left;
  flex-grow: 1;
}

#seminar-details .sd-point-content h3 {
  color: #fecb00;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  background: none;
  text-align: left;
  font-weight: bold;
  line-height: 1.4;
}

#seminar-details .sd-point-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

#seminar-details .sd-point-image {
  margin-left: 20px;
  width: 300px;
  /* ★画像の幅を300pxに固定 */
  flex-shrink: 0;
  /* ★画像が縮まないように指定 */
  /* heightとoverflowは削除し、画像の高さを成り行きに任せます */
}

#seminar-details .sd-point-image img {
  width: 100%;
  /* 親要素の幅いっぱいに表示 */
  height: auto;
  /* 高さは自動調整 */
  display: block;
  /* 余分な隙間をなくす */
  /* object-fitは不要なので削除 */
}

/* スマートフォンでの調整 */
@media screen and (max-width: 768px) {
  #seminar-details .sd-point-image {
    width: 100%;
    /* スマホでは幅を100%に */
    height: 200px;
    /* スマホでの画像の高さを調整 */
    margin-top: 15px;
    text-align: center;
  }

  #seminar-details .sd-point-image img {
    max-width: 100%;
    height: 100%;
    /* スマホでも高さを固定 */
    object-fit: cover;
  }
}

/*----------------------------------------
    スマートフォン用のスタイル
----------------------------------------*/
@media screen and (max-width: 768px) {
  #seminar-details {
    width: 100%;
    padding: 20px;
    margin: 1em auto;
  }

  #seminar-details .sd-header {
    flex-direction: column;
  }

  #seminar-details .sd-schedule {
    width: 100%;
  }

  #seminar-details .sd-info {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  #seminar-details .sd-lecturer .sd-info-label {
    margin-bottom: 5px;
    flex-shrink: 0;
  }

  #seminar-details .sd-title-book {
    width: 100%;
    margin-top: 40px;
    /* flex-direction: row; を削除 */
    /* ★1 */
    justify-content: center;
    /* ★2 中央寄せに変更 */
    align-items: flex-end;
    /* ★3 下揃えに変更 */
    position: relative;
    /* ★4 バッジの基準位置として設定 */
    padding-top: 0;
    /* ★5 不要なpaddingをリセット */
  }

  #seminar-details .sd-main-title {
    font-size: 2em !important;
    height: auto !important;
    margin-left: 15px !important;
    writing-mode: horizontal-tb !important;
    /* スマホでは横書き */
    text-align: left !important;
  }

  #seminar-details .sd-book-info {
    text-align: center;
    /* ★6 中央寄せに変更 */
    font-size: 14px;
    /* order: -1; を削除 */
    /* ★7 */
    position: relative;
    /* ★8 バッジのz-index調整のため */
    z-index: 1;
    /* ★9 バッジより手前に表示 */
  }

  #seminar-details .sd-book-cover {
    width: 100px;
    margin: 10px auto 0 auto;
    /* ★10 中央寄せと下方向の余白を調整 */
  }

  #seminar-details .sd-badge {
    width: 80px;
    height: 80px;
    font-size: 16px;
    top: -10px;
    /* ★11 書籍画像の上端に合わせるように調整 */
    right: calc(50% - 50px - 50px);
    /* ★12 書籍画像の右上に配置 */
    left: auto;
    /* ★13 rightと併用するためautoに */
    margin: 0;
    /* ★14 余計なmarginをリセット */
    position: absolute;
    /* ★15 絶対配置に変更 */
  }

  #seminar-details .sd-point {
    flex-direction: column;
  }

  #seminar-details .sd-point-content {
    border-left: none;
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  #seminar-details .sd-point-content h3 {
    font-size: 1.2em;
  }

  #seminar-details .sd-point-content p {
    font-size: 1em;
  }

  #seminar-details .sd-point-image {
    margin-left: 0;
    margin-top: 15px;
    text-align: center;
  }

  #seminar-details .sd-point-image img {
    max-width: 100%;
    height: auto;
  }
}

/* 日付を強制的に横並びにする最終手段 */
#seminar-details .sd-date,
#seminar-details .sd-date * {
  display: inline-block !important;
  writing-mode: horizontal-tb !important;
  letter-spacing: normal !important;
}

/* 満員御礼表示のスタイル */
#seminar-details .sd-sold-out {
  display: inline-block;
  /* インラインブロック要素として表示 */
  background-color: #ff0000;
  /* 背景色を赤に */
  color: #fff;
  /* 文字色を白に */
  padding: 3px 8px;
  /* 内側の余白 */
  font-size: 16px;
  /* フォントサイズ */
  font-weight: bold;
  /* 太字 */
  border-radius: 4px;
  /* 角を少し丸める */
  margin-left: 15px;
  /* 日付との間に少し隙間を作る */
  vertical-align: middle;
  /* 垂直方向の中央揃え */
}

/* 概要セクションの満員御礼 */
.seminar-summary .has-sold-out::after {
  content: "満員御礼";
  /* 表示するテキスト */
  display: inline-block;
  background-color: #ff0000;
  /* 背景色を赤に */
  color: #fff;
  /* 文字色を白に */
  padding: 3px 8px;
  font-size: 14px;
  /* 少し小さめの文字に */
  font-weight: bold;
  border-radius: 4px;
  margin-left: 15px;
  /* 日付との間に隙間を作る */
  vertical-align: middle;
}

/*----------------------------------------
    セミナー概要セクション
----------------------------------------*/

.seminar-summary {
  width: 990px;
  margin: 3em auto;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ▼▼▼ 変更後 ▼▼▼ */
.summary-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  /* 変更：ゴールドのグラデーション背景 */
  background: linear-gradient(to right, #f2e4af, #d7bd7d);
  border-bottom: 1px solid #c9a964;
  color: #333;
  /* 文字色を少し濃くして見やすくします */
}

.summary-title .summary-subtitle {
  display: inline-block;
  font-size: 16px;
  padding: 2px 10px;
  margin-left: 10px;
  border: 1px solid #333;
  vertical-align: middle;
}

.summary-table {
  font-size: 18px;
}

.summary-row {
  display: flex;
  border-bottom: 1px solid #ccc;
}

.summary-row:last-child {
  border-bottom: none;
}

/* ▼▼▼ 変更後 ▼▼▼ */
.summary-header {
  /* 変更：ゴールドのグラデーション背景 */
  background: linear-gradient(to right, #f2e4af, #d7bd7d);
  padding: 15px;
  font-weight: bold;
  text-align: center;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c9a964;
  color: #333;
  /* 文字色を少し濃くして見やすくします */
}

.summary-data {
  padding: 15px 20px;
  flex-grow: 1;
  /* 残りの幅をすべて使用 */
  text-align: left;
}

/* 変更：pタグだけでなく、summary-data全体を太字の基準にする */
.summary-data {
  padding: 15px 20px;
  flex-grow: 1;
  text-align: left;
  font-weight: bold;
  /* ★ここに太字を指定 */
}

.summary-data p {
  margin: 0;
  line-height: 1.8;
  /* ここにあったfont-weight: bold;は親要素に移動しました */
}

/* 注釈（.summary-note）だけは太字にしない（この指定は変更なし） */
.summary-data p.summary-note {
  font-weight: normal;
}

.schedule-line {
  display: flex;
  gap: 2em;
  margin-bottom: 1em;
  align-items: baseline;
  /* ★★★ この一行を追加します ★★★ */
}

.schedule-line:last-of-type {
  margin-bottom: 0;
}

.schedule-line span strong {
  font-size: 1.5em;
  /* 月と日を大きく */
  font-weight: bold;
}

.summary-note {
  font-size: 14px;
  color: #555;
  margin-top: 10px !important;
}


/*----------------------------------------
    セミナー概要（スマートフォン用）
----------------------------------------*/
@media screen and (max-width: 1000px) {
  .seminar-summary {
    width: 100%;
    margin: 2em auto;
  }

  .summary-title {
    font-size: 16px;
  }

  .summary-title .summary-subtitle {
    font-size: 14px;
  }

  .summary-row {
    flex-direction: column;
    /* 縦積みに変更 */
  }

  .summary-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
    justify-content: flex-start;
  }

  .schedule-line {
    flex-direction: column;
    gap: 0.5em;
    margin-bottom: 1.5em;
  }
}

/*----------------------------------------
    当日のスケジュールセクション
----------------------------------------*/

.program-schedule {
  width: 990px;
  margin: 3em auto;
  padding: 30px;
  background: linear-gradient(to right, #f2e4af, #ffffff);
  border-radius: 8px;
  /* 角を少し丸める */
  position: relative;
  /* 時計の画像を配置するため */
}

.program-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.program-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
  margin: 10px auto 30px;
}

.program-tables {
  display: flex;
  justify-content: center;
  gap: 40px;
  /* テーブル間の隙間 */
}

.program-table {
  font-size: 20px;
}

.program-date {
  font-weight: bold;
  margin-bottom: 10px;
}

.program-table table {
  width: 100%;
  border-collapse: collapse;
  /* 隣接するセルの境界線を重ねる */
}

.program-table th,
.program-table td {
  text-align: left;
  padding: 8px 0;
  font-weight: bold;
  /* ★tdにもfont-weight:bold を追加 */
}

.program-table th {
  padding-right: 20px;
  /* font-weight: bold; は上でまとめて指定したのでここでは不要 */
}

/* ★注釈(経営計画書...)だけは太字を解除 */
.program-table td small {
  font-weight: normal;
}

.program-note {
  text-align: center;
  margin-top: 30px;
  color: #555;
}

/* 時計の画像を配置 */
.program-schedule::before {
  content: "";
  display: block;
  width: 100px;
  /* 画像のサイズ */
  height: 100px;
  /* 画像のサイズ */
  background-image: url('https://via.placeholder.com/100x100.png?text=Clock');
  /* ★仮の時計画像 */
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 40px;
}

/*----------------------------------------
    当日のスケジュール（スマートフォン用）
----------------------------------------*/
@media screen and (max-width: 1000px) {
  .program-schedule {
    width: 100%;
    padding: 20px;
  }

  .program-tables {
    flex-direction: column;
    /* 縦積みに変更 */
    gap: 30px;
  }

  .program-schedule::before {
    width: 60px;
    height: 60px;
    top: 20px;
    right: 20px;
  }
}