/* content */

.pi_nav {
    margin-top: 100.8px;
}

.pi_ul {
    /*border: 1px solid #999999;*/
    display: inline-flex;
    border-right: 0px;
    border-radius: 5px;
}

.pi_li {
    width: 235px;
    height: 69.5px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #333333;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    cursor: pointer;
    font-size: 1.5rem;
}

    .pi_li:nth-child(1) {
        border-left: 1px solid #999999;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.pi_li:nth-child(4) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pi_li.active {
    color: white;
    background-color: #084aaa;
    border:1px solid #084aaa;
}

/* sub */

.sub_pi_header {
    display: flex;
    flex-direction: column;
    margin: 106.5px auto 103px;
    text-align: left;
    width: 940px;
}

.sub_pi_header span:nth-child(1) {
    font-size:  2.5rem;
    color: #333333;
    font-weight:500;
}

    .sub_pi_header span:nth-child(2) {
        font-size: 1.813rem;
        color: #666666;
        margin-top: 91.2px;
        margin-bottom: 29.5px;
        line-height: 1.5;
    }

    .sub_pi_header span:nth-child(3) {
        font-size: 1.5rem;
        color: #084aaa;
        line-height: 1.5;
    }

.sub_pi_section {
    background-color: rgba(250, 250, 250, 0.5);
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-bottom:212px;
}

.sub_pi_section div {
    width: 930px;
    margin: 75px auto 0px;
}

.sub_pi_section p {
    margin-top: 60px;
    margin-bottom: 82.5px;
}

.sub_pi_section div:nth-child(1) {
    border-bottom: 1px solid #707070;
}

.sub_pi_section div:nth-child(2) {
    border-bottom: 1px solid #707070;
}

.sub_pi_section div:nth-child(4) {
    border-top: 1px solid #707070;
    margin-top: 0;
    display: inline-block;
    padding-top: 75.5px;
}

.sub_pi_title {
    font-size: 2.375rem;
    color: #333333;
    line-height: 1.5;
    font-weight: 500;
}

.sub_pi_context {
    font-size: 1.188rem;
    color: #666666;
    line-height: 1.5;
}

.sub_pi_custom {
    margin: 66.5px auto 0;
    padding-top: 37px;
    padding-bottom: 62.9px;
    background-color: rgba(250, 250, 250, 1);
    display: block;
}

.sub_pi_custom > header {
    margin-top: 0;
    margin-bottom: 0;
}
