/* イベント詳細ページ用カスタムCSS */
/* このファイルを編集してアップロードすると、全イベント詳細ページ（single-event）に適用されます */

.event_info_section a {
    text-decoration: underline;
}

.event_info_section a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.25em;
  vertical-align: middle;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3h7v7h-2V6.4l-9.3 9.3-1.4-1.4L17.6 5H14V3zM5 5h6v2H7v10h10v-4h2v6H5V5z"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M14 3h7v7h-2V6.4l-9.3 9.3-1.4-1.4L17.6 5H14V3zM5 5h6v2H7v10h10v-4h2v6H5V5z"/></svg>') no-repeat center / contain;
}

/* こども株主総会CSS */

/* 番組コンセプト全体 */
.program-concept {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 2px solid #cee9f2;
    border-radius: 16px;
    padding: 30px;
    margin: 40px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* キャッチコピー */
.program-catch {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8;
    color: #0176ff;
    margin-bottom: 25px;
}

.program-catch .highlight {
    background: linear-gradient(transparent 60%, #f9c04b 60%);
    padding: 0 4px;
}

/* 印象的な引用 */
.program-quote {
    position: relative;
    background: #fff8e1;
    border-left: 6px solid #f9c04b;
    padding: 20px 25px;
    margin: 25px 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    font-style: italic;
}

.program-quote::before {
    content: "❝";
    font-size: 3rem;
    color: #f9c04b;
    position: absolute;
    left: 10px;
    top: -10px;
    opacity: 0.3;
}

/* 本文 */
.program-text {
    line-height: 2;
    font-size: 1.05rem;
    color: #333;
}

.program-text p {
    margin-bottom: 1.5em;
}

/* 強調 */
.program-text strong {
    color: #c51e1e;
    font-weight: 700;
}

/* 最後のまとめ */
.program-message {
    margin-top: 25px;
    background: linear-gradient(135deg, #293e96, #00499c);
    color: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* 申し込みエリア */
.entry-area {
    text-align: center;
    margin: 40px 0;
}

/* 説明文 */
.entry-text {
    font-size: 1rem;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

/* 申込ボタン */
.entry-btn {
    display: inline-block;
    background: linear-gradient(135deg, #ffb300, #ff8f00);
    color: #fff !important;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: none;
    padding: 18px 50px;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(255, 179, 0, 0.35);
    transition: all 0.3s ease;
}

.entry-btn:hover {
    background: linear-gradient(135deg, #ff8f00, #f57c00);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 143, 0, 0.45);
    color: #fff;
}

/* 矢印アイコン */
.entry-btn::after {
    content: " →";
    font-size: 1.2em;
}

/* SP対応 */
@media (max-width: 768px) {
    .entry-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        font-size: 1.1rem;
    }
}

/* 募集ボックス全体 */
.recruit-box {
    background: #f8fbff;
    border: 2px solid #00499c;
    border-radius: 12px;
    padding: 24px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 見出し */
.recruit-box h3 {
    margin: 0 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #d9e8ff;
    font-size: 1.4rem;
    color: #00499c;
    font-weight: bold;
}

/* 箇条書き */
.recruit-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recruit-box li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 10px;
    line-height: 1.8;
}

.recruit-box li::before {
    content: "🎥";
    position: absolute;
    left: 0;
}

.recruit-box.people li::before {
    content: "👨‍👩‍👧";
}

/* 人数強調 */
.recruit-box strong {
    color: #c51e1e;
    font-size: 1.1em;
}

/* 放送日時ボックス */
.broadcast-box {
    background: linear-gradient(135deg, #fffbe6, #fff3bf);
    border: 3px solid #ffb300;
    border-radius: 12px;
    padding: 24px;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* 見出し */
.broadcast-box h3 {
    margin: 0 0 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(255,179,0,.3);
    color: #f9c04b;
    font-size: 1.4rem;
    font-weight: bold;
}

/* 番組タイトル */
.broadcast-title {
    font-size: 1.0rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

h5 {
    position: relative;
    margin: 40px 0 20px;
    padding: 12px 18px 12px 50px;
    background: linear-gradient(135deg, #293e96, #001e5a);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 10px;
    line-height: 1.4;
}

/* 出演者一覧 */
.speaker-list {
    display: flex;
    gap: 30px;
    margin: 40px 0;
}

/* カード */
.speaker-card {
    flex: 1;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border-top: 6px solid #1a73e8;
    transition: 0.3s;
}

.speaker-card:hover {
    transform: translateY(-5px);
}

/* 写真 */
.speaker-card img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
}

/* 名前 */
.speaker-card h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #1a73e8;
    font-weight: 700;
}

/* 補足 */
.speaker-furigana {
    margin-top: 5px;
    color: #888;
    font-size: .9rem;
    font-weight: 600;
}

/* プロフィール */
.speaker-card p {
    text-align: left;
    margin-top: 20px;
    line-height: 1.9;
    color: #444;
    font-size: 0.95rem;
}

/* スマホ */
@media (max-width: 768px) {

    .speaker-list {
        flex-direction: column;
        gap: 20px;
    }

    .speaker-card {
        padding: 20px;
    }

    .speaker-card img {
        width: 150px;
        height: 150px;
    }

    .speaker-card h3 {
        font-size: 1.3rem;
    }

    .speaker-card p {
        font-size: 0.9rem;
    }
}