﻿.cc_img1 {
}

.cc_img1 img {
    width: 100%;
}

.cc_div_row {
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
}

.cc_div_row div:nth-child(2) {
    align-self: flex-end;
}

.cc_div_row div:nth-child(4) {
    align-self: center;
}

.cc_div_row div:nth-child(6) {
    align-self: flex-start;
}

.cc_div_col {
    width: 22%;
}

.cc_div_col h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.cc_div_col p {
    margin: 0 0 10px;
}

.cc_div_col:nth-child(n+2) p span:first-child {
    font-weight: bold;
}

.cc_div_col_bg_column {
    background-color: #E11509;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.cc_div_col_bpo_bg_column {
    background-color: #E11509;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    width: 300px;
    font-weight: 400;
}

.cc_div_col_bpo_p {
    padding: 20px;
}

.cc_div_col_last_div {
    padding-top: 10px;
}

.cc_div_col1_bg_column1 {
    background-color: #E11509;
    border-radius: 5px;
    padding: 6px;
    margin: 0px 20px;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.cc_div_col1_img_leader {
    text-align: center;
}
.cc_div_col1_img_leader img {
    width: 50px;
    padding-bottom: 10px;
}

.cc_div_col1_bg_arrow {
    background: url('../../images/jjfa/three/2_bg_arrow.png') no-repeat center;
    background-size: auto 100%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc_div_col1_bg_arrow_item {
    width: fit-content;
    padding: 20px;
}

.cc_div_col1_bg_arrow_item img {
    width: 40px;
}

.cc_div_col_arrow_div {
    display: flex;
    justify-content: space-between;
}

.cc_div_col_arrow_div div:last-child {
    text-align: right;
    padding-bottom: 10px;
    margin-right: -30px;
}

.cc_div_col_arrow_div div:last-child img {
    width: 50%;
}

.cc_p_div_float {
    float: right;
    padding-right: 100px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 1rem;
}
.cc_p_div_float p {
    margin: 0 0 10px;
}

.cc_div_row2 {
    display: flex;
    justify-content: flex-start;
    padding: 30px 0px 0px 50px;
}

.cc_div_col_bpo1 {
    text-align: left;
    width: 30%;
    display: block;
}

.cc_div_col_bpo1 img {
    width: 80%;
}

.cc_div_col_bpo2 {
}

.cc_arrow2 {
    display: none;
}

@media only screen and (max-width: 767px) {

    .cc_img1 {
        padding: 20px 0px 0px;
    }

    .cc_div_row {
        display: block;
        padding: 30px 0px;
    }

    .cc_div_row div:nth-child(2) {
        align-self: flex-end;
    }

    .cc_div_row div:nth-child(4) {
        align-self: center;
    }

    .cc_div_row div:nth-child(6) {
        align-self: flex-start;
    }

    .cc_div_col {
        width: auto;
        padding: 0px 10px;
    }

    .cc_div_col:nth-child(n+2) p span:first-child {
        font-weight: bold;
    }

    .cc_div_col_bg_column {
        background-color: #E11509;
        border-radius: 5px;
        padding: 5px;
        font-size: 1rem;
        color: #fff;
    }

    .cc_div_col_bpo_bg_column {
        background-color: #E11509;
        border-radius: 5px;
        padding: 5px;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        width: 250px;
    }

    .cc_div_col_bpo_p {
        padding: 20px;
    }

    .cc_div_col_bpo_p_last {
        padding-bottom: 0px;
    }

    .cc_div_col_last_div {
        padding-top: 10px;
    }

    .cc_div_col1_bg_column1 {
        background-color: #E11509;
        border-radius: 5px;
        padding: 6px;
        font-size: 1rem;
        color: #fff;
    }

    .cc_div_col1_img_leader img {
        width: 40px;
        padding-bottom: 5px;
    }

    .cc_div_col1_bg_arrow {
        background: url('../../images/jjfa/three/2_bg_arrow.png') no-repeat center;
        background-size: auto 100%;
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cc_div_col1_bg_arrow_item {
        width: fit-content;
        padding: 10px;
    }

    .cc_div_col1_bg_arrow_item img {
        width: 30px;
    }

    .cc_div_col_arrow_div {
        display: block;
    }

    .cc_div_col_arrow_div div:last-child {
        display: none;
    }

    .cc_div_col_arrow_div div:last-child img {
        width: 50%;
    }

    .cc_p_div_float {
        font-weight: bold;
        font-size: .8rem;
        line-height: 1rem;
        padding: 30px 10px 0px;
    }

    .cc_div_row2 {
        display: flex;
        justify-content: center;
        padding: 20px 0px 0px;
    }

    .cc_div_col_bpo1 {
        text-align: left;
        width: 18%;
        display: none;
    }

    .cc_div_col_bpo1 img {
        width: 80%;
    }

    .cc_div_col_bpo2 {
        width: auto;
    }

    .cc_arrow2 {
        display: block;
        text-align: center;
    }

    .cc_arrow2 img {
        width: 10%;
    }

}