@charset "UTF-8";
/*
Theme Name:Switch child
Theme URI:https://tcd-theme.com/tcd063
Description:WordPressテーマ「Switch」の子テーマ
Template:switch_tcd063
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
/* =========================
   セミナー告知：PCだけ強調
========================= */
@media screen and (min-width: 768px) {

  .seminar-top {
    max-width: 980px;
    margin: 0 auto 40px;
    padding: 32px 28px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  }

  .seminar-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  .seminar-badge {
    color: #e60023;
    font-weight: 900;
  }

  .seminar-lead {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 12px;
  }

  .seminar-note {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
  }

  .seminar-info {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .seminar-info li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 8px;
  }

  .seminar-info li:last-child {
    margin-bottom: 0;
  }
}
/* =========================
   PCだけ：セミナー告知を強く目立たせる
========================= */
@media screen and (min-width: 768px) {

  /* セミナー全体をカード化 */
  .seminar-top.sekai1-card{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    padding: 40px 48px;
    margin: 60px auto;
    max-width: 980px;
  }

  /* タイトルをしっかり */
  .seminar-title{
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 800;
  }

  /* 先着50名だけ赤く目立たせる */
  .seminar-badge{
    color: #e60023;
    font-weight: 900;
  }

  .seminar-lead{
    font-size: 20px;
    line-height: 1.8;
    margin: 0 0 10px;
  }

  .seminar-note{
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 18px;
  }

  .seminar-info{
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .seminar-info li{
    margin: 0 0 10px;
    line-height: 1.8;
    font-size: 16px;
  }

  .seminar-info li:last-child{
    margin-bottom: 0;
  }
}
/* =========================
   セミナー：カード上の余白を削る（PC）
========================= */
@media screen and (min-width: 768px){

  /* セミナー直前のセクション余白を潰す */
  .seminar-top{
    margin-top: 0 !important;
  }

  /* セミナーを包んでいる親要素の上余白対策 */
  .seminar-top.sekai1-card{
    margin-top: 10px !important;
  }

  /* 万一 p / section 系の余白が効いていた場合 */
  .seminar-top,
  .seminar-top *{
    scroll-margin-top: 0;
  }
}
