.content_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 120rem;
}
.content_head span {
    font-size: 19rem;
}
.content_head p {
    font-size: 30rem;
    text-align: center;
        line-height: 1.4334;
        padding-top: 40rem;
}
.content_head p + p {
    font-weight: 300;
    font-size: 17rem;
    padding-top: 20rem;
}
.content_body {
    margin-top: 363rem;
    padding-top: 68rem;
    padding-bottom: 114rem;
    background-color: #f4f2f0;
}
.content_body img {max-width: 100%;width:auto;height:auto;}
.content_body .banner_img {
    text-align: center;
    margin-top: -321rem;
}
.course_table_wrap {
    margin-top: 30rem;
    font-size: 16rem;
    overflow-x: auto;
}
.course_table_title {
    font-size: 20rem;
}
.course_table_box {
    border-top: 2rem solid #000;
    border-bottom: 1rem solid #000;
    display: flex;
    flex-direction: column;
    margin-top: 20rem;
    min-width: 1440rem;
}
.course_item {
    display: flex;
    border-bottom: 1rem solid #dbd9d8;
    font-size: 16rem;
    font-weight: 500;
}
.course_item:first-child {
    border-bottom-color: #c3c2c0;
    background-color:transparent !important;
}
.course_item:first-child .item_title_lable {
    font-weight: bold;
}
.course_item:first-child .item_content {
    font-weight: bold;
}
.course_item:last-child {
    border-bottom: none;
}
.course_item:nth-child(odd) {
    background-color: #f0edea;
}
.item_title_lable {
    max-width: 385rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_title_lable span {
    text-align: center;
}
.item_content {
    flex:1;
    display: flex;
    padding-right: 70rem;
}
.item_content li {
    flex:1;
    text-align: center;
}
.item_content li span {
        line-height: 3.125;
}
@media screen and (max-width: 860px) {
    .pc_table_c {
    }
    .content_head {
        padding-top: 60rem;
        gap:20rem;
    }
    .content_head p {
        font-size: 23rem;
        padding-top: 0;
    }
    .content_head p + p {
        font-size: 16rem;
    }
    .content_body.common_inner_wrap {
    }
    .item_title_lable{
        max-width: 310rem;
    }
}
@media screen and (max-width: 550px) {
    .content_head p {
        font-size: 21rem;
    }
    .content_head p + p {
        font-size: 16rem;
    }
}
