body {
  margin: 0;
  padding: 0;
}

.content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  font-size: 13px;
  color: #333;
}

/* ==============================
   イベントテーブル（概要表）
============================== */

.event-table-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.event-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.event-table tr:last-child {
  border-bottom: none;
}

.event-table th {
  width: 160px;
  text-align: left;
  font-weight: 500;
  color: #333;
  background: #f7f7f7;
  padding: 14px 18px;
  vertical-align: top;
  white-space: nowrap;
}

.event-table td {
  padding: 14px 18px;
  vertical-align: top;
}

/* スマホ対応 */
@media (max-width: 600px) {
  .event-table th {
    width: 30%;
    white-space: normal;
    padding: 10px;
    font-size: 90%;
  }
  .event-table td {
    padding: 10px;
  }
}

/* ==============================
   recommend-block（既存互換）
============================== */

.recommend-block {
  margin: 24px 0;
}

.style4a {
  position: relative;
  padding-left: 16px;
  margin: 4em 0 2em;
  font-size: 22px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
}

.style4a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 4px;
  height: 1.1em;
  background: #1a6fb5;
  border-radius: 2px;
}

.recommend-box {
  background: #f7f7f7;
  padding: 22px 26px;
  border-radius: 12px;
}

.style5a {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.text {
  margin: 0;
}

.style5a,
.text {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 600px) {
  .style4a {
    font-size: 20px;
  }
  .recommend-box {
    padding: 16px 18px;
  }
}

/* ==============================
   主催会社・登壇者セクション
============================== */

.speaker-section {
  padding: 2rem 0;
}

.ttlMain04 {
  color: #594099;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 1.5rem;
  padding: 5px 0 5px 10px;
  border-left: 5px solid #594099;
  line-height: 1.3;
}

/* 会社ブロック */
.company-block {
  margin-bottom: 60px;
}

.company-block__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.75rem;
}

.company-block__badge {
  font-size: 11px;
  font-weight: 500;
  color: #594099;
  background: #e7ebff;
  padding: 0 20px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.company-block__name {
  font-size: 120%;
  font-weight: 500;
  margin: 0;
}

.company-block__name a {
  color: inherit;
  text-decoration: none;
}

.company-block__name a:hover {
  text-decoration: underline;
}

.company-block__desc {
  margin: 0 0 0.75rem;
}

.text_end_link {
  color: #320685;
  width: fit-content;
  margin-top: 5px;
  text-decoration: underline;
  display: flex !important;
  line-height: 1.5;
}
.text_end_link:before {
  content: '';
  background: url(https://www.alpha-note.co.jp/wp-content/themes/alphanote/img/common/ico_arrow02.png) no-repeat;
  background-position: left 4px;
  width: 10px;
  height: auto;
  margin-right: 5px;
  display: inline-block;
}

.privacy-link:hover {
  text-decoration: underline;
}

/* 区切り線 */
.company-divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2rem 0;
}

/* 講師グリッド */
.speaker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px;
  margin-top: 1.25rem;
}

/* 講師カード */
.speaker-card {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0px 0px 1px 1px white inset;
}

.speaker-card__photo {
  width: 120px;
  height: 120px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
}

.speaker-card__body {
  flex: 1;
  min-width: 0;
}

/* 2カラム時：card全体を縦に、topで横並み */
.speaker-card--multi {
  flex-direction: column;
}

.speaker-card__top {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
}

/* 講師・司会バッジ */
.speaker-card__badge {
  display: block;
  font-size: 11px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 20px;
  margin-bottom: 4px;
  width: fit-content;
}

.speaker-card__badge--lecturer {
  background: #e6f1fb;
  color: #008CD9;
}

.speaker-card__badge--host {
  background: #ddf9f6;
  color: #41c5b9;
}

.speaker-card__name {
  font-size: 120%;
  font-weight: 500;
  margin: 10px 0 0;
}

.speaker-card__title {
  color: #777;
  margin: 0 0 15px;
  font-size: 90%;
}

.speaker-card__bio {
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .speaker-grid {
    grid-template-columns: 1fr;
  }

  .speaker-card {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ==============================
   メイン画像
============================== */

.mainimgw img {
  width: 100%;
  display: block;
}

/* ==============================
   イベント紹介セクション
============================== */

.event-section {
  padding: 2rem 0;
}

.event-section__title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0 0 1.25rem;
  color: #320688;
}

.event-section__lead {
  margin: 0 0 10px;
}

/* カードエリア */
.event-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin: 40px 0;
}

.event-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 20px 1rem 1rem;
  position: relative;
}

.event-card__label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background: #008CD9;
  padding: 0 10px;
  border-radius: 20px;
  letter-spacing: 0.05em;
  width: fit-content;
  position: absolute;
  top: -10px;
  left: 10px;
}

.event-card__label--green {
  color: #fff;
  background: #41c5b9;
}

/* リスト */
.event-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.event-card__list li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  line-height: 1.5;
}

.event-card__list li:last-child {
  border-bottom: none;
}

.event-card__list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #008CD9;
  margin-top: 8px;
  flex-shrink: 0;
}

.event-card__list--green li::before {
  background: #41c5b9;
}

.content #contact_all {
  width: 100%;
}






/* レスポンシブ */
@media (max-width: 600px) {
  .content {
    width: 94%;
    font-size: 15px;
  }
  .event-cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .event-section__title {
    font-size: 20px;
  }
  .speaker-card__top {
    flex-direction: column;
  }
  .speaker-card--multi {
    gap: 0;
  }
  .speaker-card__photo {
    margin: 0 auto;
  }
  .speaker-card__body {
    width: 100%;
  }
  .speaker-card__name,
  .speaker-card__title {
    text-align: center;
  }
  .speaker-card__badge {
    margin-right: auto;
    margin-left: auto;
  }
}
