/* 入学種別表「試験内容」用フローチャート表示 */
.p-exam-flow {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.p-exam-flow__step {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 8px 6px;
    line-height: 1.4;
}

.p-exam-flow__arrow {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1a56db;
    font-size: 0.8em;
    padding-left: 4px;
}

.p-exam-flow__arrow-icon {
    font-size: 1.2em;
    line-height: 1;
}
