.apply_wrap {
    margin-top: 150px;
}

.apply_wrap h1 {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 15px;
}

.apply_wrap .top_text {
    font-size: 15px;
    line-height: 35px;
    margin-top: 30px;
    letter-spacing: 2px;
    position: relative;
    z-index: 5;
}

.apply_wrap .apply_flow {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 90px;
    border-bottom: solid 1.5px #dcdcdc;
}

.apply_wrap .apply_flow .flow_item {
    display: flex;
    align-items: flex-start;
}

.apply_wrap .apply_flow .flow_item .item_head {
    width: 75px;
    height: 78px;
    position: relative;
}

.apply_wrap .apply_flow .flow_item .item_head img {
    position: absolute;
    width: 82px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.apply_wrap .apply_flow .flow_item .item_content {
    width: calc(100% - 75px);
    padding: 25px 15px;
    position: relative;
    z-index: 5;
}

.apply_wrap .apply_flow .flow_item + .flow_item .item_content {
    border-top: solid 1.5px #005fc3;
}

.apply_wrap .apply_flow .flow_item .item_content h2 {
    font-size: 18px;
    line-height: 28px;
    color: #005fc3;
    letter-spacing: 2px;
}

.apply_wrap .apply_flow .note {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    margin-top: 25px;
}

.apply_wrap .payment {
    padding: 85px 0;
}

.apply_wrap .payment h2 {
    font-size: 18px;
    line-height: 1;
    color: #005fc3;
    letter-spacing: 2px;
}

.apply_wrap .payment p {
    font-size: 15px;
    line-height: 35px;
    margin-top: 30px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1100px) {
    .main_wrap {
        padding-top: 20px;
    }

    .main_content .navi_block {
        display: none;
    }

    .apply_wrap {
        margin-top: 60px;
    }
}

@media screen and (max-width: 600px) {
    .page_head .text_wrap .text01 {
        letter-spacing: 3px;
        text-indent: 3px;
    }

    .apply_wrap h1 {
        font-size: 20px;
        line-height: 1;
        letter-spacing: 5px;
    }

    .apply_wrap .top_text {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
    }

    .apply_wrap .apply_flow {
        margin-top: 40px;
        padding-bottom: 60px;
    }

    .apply_wrap .apply_flow .flow_item {
        gap: 5px;
    }

    .apply_wrap .apply_flow .flow_item .item_head {
        width: 60px;
        height: 64px;
    }

    .apply_wrap .apply_flow .flow_item .item_head img {
        width: 66px;
    }

    .apply_wrap .apply_flow .flow_item .item_content {
        width: calc(100% - 65px);
        padding: 20px 5px;
        position: relative;
        z-index: 5;
    }

    .apply_wrap .apply_flow .flow_item .item_content h2 {
        font-size: 16px;
        line-height: 24px;
        color: #005fc3;
        letter-spacing: 2px;
    }

    .apply_wrap .payment {
        padding: 55px 0 30px;
    }

    .apply_wrap .payment h2 {
        font-size: 16px;
    }

    .apply_wrap .payment p {
        font-size: 14px;
        line-height: 24px;
    }
}
