@charset "utf-8";

/*--京pages.css--*/
/* ##########PC########## */
.column_main .page_body .apply_flow {
    counter-reset: num -1;
    margin: 0 1em 1em 1em;
}

.column_main .page_body .apply_flow dt {
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    counter-increment: num;
    padding-left: 2rem;
    line-height: 1.4;
}

    .column_main .page_body .apply_flow dt::before {
        content: counter(num);
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 1.5rem;
        line-height: 1;
        aspect-ratio: 1 / 1;
        border-radius: 50%;
        background: rgba(130,90,186,1);
        font-size: 0.9em;
        font-weight: 500;
    }

.column_main .page_body .apply_flow dd {
    margin: 0.75em 0 2em;
    padding: 1em 1.3em;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    position: relative;
}

    .column_main .page_body .apply_flow dd::after {
        content: "";
        display: inline-block;
        width: 1.5rem;
        height: 0.75rem;
        clip-path: polygon(100% 0, 0 0, 50% 100%);
        background: rgba(130,90,186,0.5);
        position: absolute;
        bottom: -1.5rem;
        left: calc(50% - 0.75rem);
    }

    .column_main .page_body .apply_flow dd:last-child::after {
        content: none;
    }



@media screen and (min-width:1px) and (max-width:1400px) {}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {}


/* ##########印刷用########## */
@media print {}