#faqlist li { margin-bottom: 30px; border: 2px solid #3b849a; border-radius: 5px; }
#faqlist li.current { border: 2px solid #c74848; }
#faqlist li.current .menu_body { border-bottom: 1px solid #ff992c; }
#faqlist li .menu_head { padding: 20px 30px; background: #fff; line-height: 120%; font-size: 22px; color: #5b5b5b; }
#faqlist li .menu_head b { position: relative; display: inline-block; font-weight: normal; color: #3b849a; }
#faqlist li.current .menu_head b:before { display: none; }
#faqlist li .menu_head h3 { margin-left: 15px; width: calc(100% - 40px); display: inline-block; line-height: 110%; font-weight: normal; color: #494949; vertical-align: top; }
#faqlist li .menu_body { margin-bottom: 4px; padding: 0 30px 20px; background: #fff; border-bottom: 2px solid #cacaca; border-radius: 0 0 5px 5px; line-height: 120%; font-size: 18px; color: #414042; }

@media screen and (max-width:980px) {
	#faqlist li .menu_head { padding: 20px; font-size: 18px; }
	#faqlist li .menu_body { padding: 0 15px 20px; font-size: 16px; }
	#faqlist li { margin-bottom: 20px; }
}