@charset "utf-8";

/* module */
.c-flow__item .c-text {
    margin-bottom: 20px;
}

.c-flow__step {
    font-size: 2.2rem;
}

.c-flow--4step-noicon .c-flow__item:before {
    top: 7px;
}

.c-table, .c-table--th {
    table-layout: auto;
}

.c-title--point > .c-title--03 {
        align-items: center;
}

.c-title--03 > span {
        font-size: 2.4rem;
}

@media only screen and (max-width: 767.9px){
    .c-flow--4step-desc .c-flow__item .c-text {
        margin-bottom: 20px;
    }

    .c-flow__step {
        font-size: 1.8rem;
    }

    .c-flow--4step-noicon .c-flow__item:before {
        top: 3px;
    }
    
    .c-title--03 {
        font-size: 1.5rem;
        letter-spacing: -0.05rem;
    }
    
    .c-title--03 > span {
        min-width: 16%;
        font-size: 1.8rem;
        padding-right: 2px;

    }

    .c-title--point > .c-title--03 {
    }
    
    .c-flow--4step-noicon .c-flow__item:not(:last-of-type):after {
        top: 7px;
    }
    
    .c-table td, .c-table--th td, .c-table th, .c-table--th th {
        font-size: 1.4rem;
    }
    
    .c-table--th {
        width: 220%;
    }
    
    .c-table td, .c-table--th td, .c-table th, .c-table--th th {
        padding: 12px;
    }
}

/* footer */
.footer {
    font-size: 14px;
    padding: 40px 0 20px;
    background: var(--lt-blue-gray);
}
.footer .ncb_logo {
    width: 276px;
    margin: 0 auto 26px;
}
.footer .ncb_logo img {
    width: 100%;
}
.ncb_address {
    text-align: center;
    font-size: 16px;
    margin-bottom: 29px;
}
.copyright {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 767.9px){
    .footer .ncb_logo {
        width: 200px;
    }
}