/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 05 2025 | 02:31:02 */
/* LearnDash 共通ボタン */
.ld-button,
.learndash-button,
.learndash-button input[type="submit"],
.learndash-button a,
.wpProQuiz_button {
    font-size: 16px !important;
    padding: 12px 24px !important;
    border-radius: 6px !important;
    background-color: #0073aa;
    color: #fff;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

/* ホバー時 */
.ld-button:hover,
.learndash-button:hover,
.wpProQuiz_button:hover {
    background-color: #005f8d;
    color: #fff;
}

/* 状態（現在の状態：完了・未登録など） */
.ld-course-status {
    font-size: 18px !important;
    font-weight: bold;
}

/* 価格（無料、有料など） */
.ld-course-price {
    font-size: 18px !important;
    color: #444;
}

/* 完了に設定する（背景色、角丸追加） */
.learndash_mark_complete_button {
    font-size: 16px !important;
    background-color: #4caf50 !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
}

/*ボタン「← 前のレッスン」「次のレッスン →」を隠す*/
.nav-previous, .nav-next{
	display: none !important;
}

/*「Back to コース」ボタンの文字を大きく、色を変える*/
.ld-course-return {
    font-size: 16px !important;        /* 文字を大きく */
    color: #e91e63 !important;         /* 色をピンク系に */
    font-weight: bold;                /* 太字にしたい場合 */
    text-decoration: none;            /* 下線を消す場合 */
}

/*「パスワードを表示」ボタンを隠す*/
/*.show-password-input{
	display: none !important;
}*/

/*日付を非表示にする*/
.entry-meta{
	display: none !important;
}
/*前の記事・次の記事」ブロックを非表示にする*/
.vk_posts.next-prev {
  display: none !important;
}
/*パンくずリストを非表示にする*/
.breadcrumb {
  display: none !important;
}
/*タブ「セミナー」「素材」の文字、アイコンサイズ*/
.ld-tabs-navigation .ld-text{
	font-size: 24px !important;
}
.ld-icon.ld-icon-content {
	font-size: 24px !important;
}
/*H2タグの装飾を外す*/
.learndash-wrapper h2,
.ld-content h2 {
	all: unset;         /* 既存の装飾を全部リセット */
	font-weight: bold;  /* 太字だけにする */
	display: block;     /* unsetでブロックが消えるので戻す */
}
/*コース詳細ページの上部のぱんクズリストの文字サイズ*/
.learndash-wrapper .ld-lesson-status a {
  font-size: 16px !important;
  font-weight: bold; /* 必要なら */
}

