@charset "UTF-8";

/* sec_qnalogo */
.qnalogo{margin-top: 1.7rem; padding-bottom: 2rem; display:flex; align-items:center; justify-content:center; }

/* qna */
.qna{margin-top: 1.3rem;}
.qna ul{}
.qna ul .question{
	font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.4;
	margin-top:3rem;
	margin-bottom: 1rem;
	color: #874f25;
	position: relative;
	}



.qna ul .answer{
	font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
    color: #000;
	margin-bottom: 3rem;
}



