@charset "UTF-8";

#flow_table+div table th {
    position: relative;
    padding-top: 90px;
}
#flow_table+div table th::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
}
#flow_table+div table th:nth-of-type(2)::before {
    background: url(/common/upload_data/koidotokyo/image/20240315161936.png) no-repeat center center / contain;
}
#flow_table+div table th:nth-of-type(3)::before {
    background: url(/common/upload_data/koidotokyo/image/20240315160923.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
#flow_table+div table {
    table-layout: initial;
    min-width: 400px;
}
#flow_table+div table td {
    white-space: nowrap;
}
#flow_table+div table td,
#flow_table+div table th {
    font-size: 1.4rem;
}
#flow_table+div table td:first-of-type {
    padding: 6px 10px;
}
#flow_table+div .outer {
    overflow-x: scroll;
}
}