@charset "UTF-8";

/* 令和8年度 管理建築士講習用 カスタムスタイル */

#r8-koushu-wrap {
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    color: #334155;
    line-height: 1.6;
    margin-top: 1rem;
    /* 単独表示用に見やすくするための最大幅と中央揃え（実際のサイト組み込み時は外側のコンテナに依存します） */
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
}

#r8-koushu-wrap .r8-section-title {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #0369a1;
    border: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

#r8-koushu-wrap .r8-section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    bottom: 0.15rem;
    width: 5px;
    background-color: #0ea5e9;
    border-radius: 9999px;
}

#r8-koushu-wrap .r8-content-box {
    background-color: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-top: 3px solid #38bdf8;
}

#r8-koushu-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

#r8-koushu-wrap th, #r8-koushu-wrap td {
    border: 1px solid #e2e8f0;
    padding: 0.75rem;
    text-align: left;
    vertical-align: top;
}

#r8-koushu-wrap th {
    background-color: #f0f9ff;
    color: #0369a1;
    font-weight: 600;
    white-space: nowrap;
}

#r8-koushu-wrap tr:nth-child(even) td {
    background-color: #f8fafc;
}

#r8-koushu-wrap .r8-list-check li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    list-style: none;
}

#r8-koushu-wrap .r8-list-check li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0ea5e9;
    font-weight: bold;
}

#r8-koushu-wrap .r8-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0ea5e9;
    color: white !important;
    font-weight: bold;
    padding: 1rem 2.5rem;
    border-radius: 9999px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px 0 rgba(14, 165, 233, 0.39);
    font-size: 1.1rem;
}

#r8-koushu-wrap .r8-btn-primary:hover {
    background-color: #0284c7;
    transform: translateY(-2px);
}

/* 既存CSSとの干渉を打ち消す */
#r8-koushu-wrap ul { 
    padding-left: 0; 
    margin-top: 0; 
}