/* E-Learning Drip Contentスタイル */

/* プログレスバー関連 */
.course01-progress-container {
    margin: 0;
    padding: 15px;
    background-color: #e7e7e7;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.course01-progress-label {
    margin-bottom: 8px;
    font-weight: bold;
    color: #495057;
}

.course01-progress-bar {
    height: 12px;
    background-color: #e9ecef;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.course01-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #4CAF50, #8BC34A);
    border-radius: 6px;
    transition: width 0.5s ease;
}

.course01-progress-stats {
    text-align: right;
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

/* 完了ボタン関連 */
.course01-completion-status {
    margin: 25px 0;
    position: relative;
    display: flex;
    align-items: center;
}

#course01-mark-complete,
.course01-completion-button {
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    position: relative;
}

#course01-mark-complete:hover,
.course01-completion-button:hover {
    background-color: #0069d9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#course01-mark-complete:disabled,
.course01-completion-button:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    opacity: 0.7;
}

.course01-loading {
    position: relative;
    pointer-events: none;
}

.course01-loading:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: white;
    animation: course01-spin 0.8s linear infinite;
}

@keyframes course01-spin {
    to {
        transform: rotate(360deg);
    }
}

.course01-completion-button.completed {
    background-color: #28a745;
    cursor: default;
}

/* チェックマークを非表示にする */
.course01-completion-icon {
    display: none !important;
}

.course01-completion-message {
    margin-left: 15px;
    font-weight: bold;
    color: #28a745;
}

/* 感想送信ステータスメッセージ */
.course01-feedback-status {
    margin-top: 15px;
    padding: 12px 15px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-left: 4px solid #007bff;
    transition: all 0.3s ease;
}

.course01-feedback-status span {
    display: flex;
    align-items: center;
}

.course01-feedback-status span[style*="color: #4CAF50"] {
    color: #28a745 !important; /* 成功時 */
    border-color: #28a745;
}

.course01-feedback-status span[style*="color: #ff6b6b"] {
    color: #dc3545 !important; /* 警告時 */
    border-color: #dc3545;
}

.course01-feedback-status span[style*="color: #ff9800"] {
    color: #fd7e14 !important; /* 注意時 */
    border-color: #fd7e14;
}

/* 次に進むボタン */
.course01-next-lesson {
    margin: 15px 0;
    text-align: center;
}

.course01-continue-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #28a745;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-weight: bold;
}

.course01-continue-button:hover {
    background-color: #218838;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    color: white;
}

/* アクセス拒否メッセージ */
.course01-access-denied-message {
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    margin-bottom: 20px;
}

/* コンテンツ一覧 */
.course01-progress-details {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #dee2e6;
}

.course01-progress-details h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #495057;
}

.course01-progress-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.course01-progress-details li {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s ease;
}

.course01-progress-details li:hover {
    background-color: #f1f3f5;
}

.course01-progress-details li.completed {
    background-color: #e8f5e9;
}

.course01-progress-details li.locked {
    opacity: 0.7;
}

.course01-progress-details .status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 10px;
}

.course01-progress-details li.completed .status-icon {
    background-color: #28a745;
    color: white;
}

.lock-icon {
    font-style: normal;
    margin-left: 5px;
    opacity: 0.8;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    #course01-mark-complete,
    .course01-completion-button,
    .course01-continue-button {
        width: 100%;
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .course01-completion-status {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .course01-completion-message {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    
    .course01-feedback-status {
        width: 100%;
        box-sizing: border-box;
    }
}

/* アニメーション */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.fadeIn {
    animation: fadeIn 0.5s ease forwards;
}

.fadeOut {
    animation: fadeOut 0.5s ease forwards;
}

/* アニメーション付き完了ボタン */
.course01-completion-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #FF5722; /* オレンジ色 */
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    position: relative;
    overflow: hidden;
}

/* ホバー効果 - 波紋アニメーション */
.course01-completion-button:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 0.8s;
}

.course01-completion-button:hover:after {
    width: 300px;
    height: 300px;
    opacity: 0;
    margin-left: -150px;
    margin-top: -150px;
}

.course01-completion-button:hover {
    background-color: #E64A19;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

/* アクティブ（クリック）効果 */
.course01-completion-button:active {
    background-color: #D84315;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transform: translateY(1px);
}

/* 完了済みボタンのスタイル */
.course01-completion-button.completed {
    background-color: #888;
    cursor: default;
}









.accordion-header {
  background-image: url('https://bootcamp-general.mer-academy.com/wp-content/uploads/2025/02/MAEDA_SAMNE6.png');
  background-size: cover;      /* 要素を覆うように画像をリサイズ */
  background-size: contain;    /* 画像全体が見えるようにリサイズ */
  background-size: 100% 100%;  /* 幅と高さを指定 */
  
  background-position: center; /* 中央に配置 */
  background-position: top left; /* 左上に配置 */
  
  background-repeat: no-repeat; /* 繰り返しなし */
  background-repeat: repeat-x;  /* 水平方向に繰り返し */
}







#footer {
    max-width: 960px;
    margin: auto;
}


.wrap {
    max-width: 960px;
}


.copyright {
    margin-top: 8px;
    margin: 0 20px 0 0;
}