.content_head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 95rem;
}
.content_head h3 {
    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 {
    padding-top: 68rem;
}
.content_body img {max-width: 100%;width:auto;height:auto;}
.fac_list {
    display: flex;
    gap:36rem;
}
.fac_list .txt_box {
    padding-top: 30rem;
    padding-bottom: 155rem;
}
.fac_list .txt_box .title {
    font-size: 20rem;
    font-weight: 500;
}
.fac_list .txt_box p {
    font-size: 16rem;
    font-weight: 500;
    line-height: 1.688;
    padding-top: 20rem;
}
.fac_list .txt_box p + p {
    font-weight: 300;
}
.fac_list .txt_box p span {
    font-size: 16rem;
    line-height: 1.688;
    font-weight: 300;
}
@media screen and (max-width: 860px) {
    .content_head {
        padding-top: 60rem;
    }
    .content_head p {
        font-size: 23rem;
        padding-top: 0;
    }
    .content_head p + p {
        font-size: 16rem;
    }
    .content_body.common_inner_wrap {
        padding:60rem 0 120rem;
    }
    .fac_list {
        flex-direction: column;
    }
    .fac_list .txt_box {
        padding-top: 30rem;
        padding-bottom: 100%;
    }
    .fac_list .img_box {
        
    }
    .fac_list .txt_box {
        padding-bottom: 0;
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .content_body img {
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .content_head p {
        font-size: 21rem;
    }
    .content_head p + p {
        font-size: 16rem;
    }
    .fac_list .txt_box {
    }
    
    
}
