/* 案内ページ専用スタイル */
.page-title {
    font-size: 1.8rem;
    color: #002b62;
    margin-bottom: 30px;
    border-bottom: 2px solid #002b62;
    padding-bottom: 10px;
}

.guide-section {
    margin-bottom: 40px;
}

.guide-section h2 {
    font-family: sans-serif;
    background-color: #f0f4f8;
    color: #002b62;
    padding: 10px 15px;
    border-left: 10px solid #002b62;
    font-size: 1.4rem;
}

.guide-section h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #ccc;
    margin-top: 25px;
}

/* ご利用の流れのステップ表示 */
.flow-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.flow-step {
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
}

.flow-step h3 {
    margin-top: 0;
    color: #002b62;
    border: none;
}

/* 等級表 */
.guide-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.guide-table th, .guide-table td {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: left;
}

.guide-table th {
    background-color: #e6e6e6;
    font-weight: bold;
}

.table-note {
    font-size: 0.85rem;
    color: #666;
}

/* ダウンロードボックス */
.download-box {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #002b62;
    text-align: center;
}

.download-box a {
    font-weight: bold;
    color: #002b62;
    text-decoration: underline;
}

.download-box a:hover {
    text-decoration: none;
    color: #cc0000;
}
