/*----------------------------------------

* Jhuang Ping Editor (c) & Management Update
* Version - 1.3 | 2019.06.04

* Github - https://github.com/jhuangping/_JPFrame

----------------------------------------*/
/* FAQ ========================================================================*/
.faq li { margin-bottom: 15px; }
.faq li:last-child { margin-bottom: 0px; }

.qa_title { display: block; width: 100%; font-size: 1.4rem; padding: 4px 10px; position: relative; }

.qa_answer { display: block; width: 100%; font-size: 1.5rem; padding: 20px 5px; }

.faqNumber .qaList { display: inline-block; padding: 4px 8px; margin-right: 8px; }
.faqNumber .qaList:before { content: 'Q'; }
.faqNumber .qa_title { display: flex; padding: 0px; }
.faqNumber .qa_title span { display: inline-block; padding: 4px 10px; }

.jsFaq .qa_title { padding-right: 20px; }
.jsFaq .qa_title.qa_title_no .qaIcon:before { transform: rotate(180deg); }
.jsFaq .qaIcon { padding: 0 10px; position: absolute; top: 0px; right: 0px; }
.jsFaq .qaIcon:before { content: '\f0d7'; font-family: "Font Awesome 5 Solid"; display: inline-block; transition: all .3s; }

.faqStyle .qa_title { color: #fff; background: #4D4D4D; }
.faqStyle .qaList { color: #fff; background: #0fb696; }
