/* process common */
.p_common {
    width: 960px;
}

/* title */

.p_title_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 118px auto 31.5px;
}

.p_title {
    font-size: 2.5rem;
    color: #333333;
}

/* diagram */

.p_diagram_div {
    background: #fafafa;
    height: 269px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_diagram_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_diagram_title {
    background: white;
    width: 151px;
    height: 151px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .p_diagram_title > span {
        font-size: 1.188rem;
        color: #666666;
    }

.p_diagram_img {
    width: 19px;
    height: 19px;
    margin: auto 16px;
}

/* one */

.p_sub_title {
    margin: 78px 0px 32px;
    font-size: 1.813rem;
}

.p_one_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: auto;
}

.p_table, .p_thead_tr, .p_tbody_tr, td {
/*    border: 1px solid #ccc;*/
}

.p_table {
    border: 1px solid #ccc;
    width: 100%;
}

    .p_table thead tr th {
        height: 80px;
        width: 50%;
        font-weight: 300;
        color: #666666;
        font-size: 1.188rem;
        background-color: #f4f4f4;
        border: 1px solid #cccccc;
    }
    .p_table tbody tr th {
        border: 1px solid #cccccc;
        height: 208.5px;
    }
    .p_table tbody tr th > img {
        width: 361px;
        background: yellow;
        margin: 0 auto 26.5px;
    }
        .p_table tbody tr th > span:nth-child(1) {
            display: block;
            font-size: 1.813rem;
            color: #333333;
            margin-bottom: 26.5px;
        }

    .p_table tbody tr th > span:nth-child(2) {
        display:inline-block;
        color: #999999;
        font-size: 1rem;
        font-weight:300;
        line-height: 1.5;
    }

/* two */

.p_two_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: auto;   
}

.p_two_div > .p_sub_title {
    width: 100%;
    text-align: left;
    padding-bottom: 23.5px;
    border-bottom: 1px solid #333333;
}

.p_sub_title > span {
    color: #999999;
    font-size: 1rem;
    margin-left: 15px;
}

.p_two_ul {
    margin-top: 36.5px;
    margin-bottom:68.5px;
}

.p_two_li {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 40px;
}

    .p_two_li > span:nth-child(1) {
        font-size: 1.5rem;
        color: #333333;
        margin-bottom: 26.5px;
        font-weight: 500;
    }

    .p_two_li > span:nth-child(2) {
        font-size: 1.188rem;
        color: #999999;
        line-height: 1.5;
    }

    .p_two_li > span:nth-child(3) {
        font-size: 1.188rem;
        color: #999999;
        line-height: 1.5;
        margin-top: 10px;
    }

/* three */

.p_three_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: auto;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 78.8px;
}

.p_three_div > .p_sub_title {
    color: #333333;
}

    .p_three_div > span:nth-child(2) {
        color: #999999;
        font-size: 1.188rem;
        text-align: left;
        line-height: 1.5;
    }

.p_four_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: auto;
    margin-bottom: 118.5px;
}

    .p_four_div > span:nth-child(2) {
        color: #999999;
        font-size: 1.188rem;
        text-align: left;
        line-height: 1.5;
    }