*{
    margin: 0;
    padding: 0;
}
.okw_side{
    width: 100%;
}
.okw_side .faq_qstCont_ttl{
    text-align: center;
}
.faq_qstCont_col {
    position: relative;
    margin: 5% 0 0;
    padding-bottom: 4%;
    border-bottom: 5px dotted #ccc;
}
.faq_qstCont_col div{
    font-size: 20px;
}
.okw_side .h_qkdj_content{
    margin-top: 4.5%;
}
.okw_side .h_qkdj_content .h_yjnr{
    display: flex;
    flex-direction: row;
}
.okw_side .h_qkdj_content .h_yjnr p{
    line-height: 1.8;
    margin-bottom: 15px;
}
.okw_side .h_qkdj_content .h_qkdj_img{
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.okw_side .h_qkdj_content .h_qkdj_img img{
    width: 48%;
}

@media (max-width:767px){
    .list_view{padding: 0;}
    .okw_side .faq_qstCont_ttl{font-size: 20px;}
    .faq_qstCont_col div{font-size: 15px;}
    .okw_side .h_qkdj_content{font-size: 14px;}
}