@charset "utf-8";


.faq_obj {border: 1px solid #cccccc; margin-top: 0.5rem;}
.faq_obj div.question_obj {padding: 1.5rem 2rem; font-weight: 800;}
.faq_obj div.question_obj:hover {background-color: rgba(214, 25, 125, 0.05); cursor: pointer;}
.faq_obj div.answer_obj {display: none; border-top: 1px solid #cccccc; padding: 1.5rem 2rem; background: #f5f5f5;}
.faq_obj p{margin-top: 4px;}
.faq_obj span{padding:0.5rem 1rem; display: block; box-sizing: border-box; width: fit-content; border-radius: 3rem; border:0.1rem solid #ddd; margin-right: 1rem; font-weight: 400; color: #d6197d;}

@media screen and (max-width:839px){
    .faq_obj div.flex{flex-wrap: wrap}
    .faq_obj div.flex p{flex: 100%; margin-top: 10px;}

}