@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;
}



.qna_visual {padding:  0 1.2rem;}
.qna_visual .qna_list {}
.qna_visual .qna_list h2 {font-size:2rem; font-weight: bold; line-height: 1.4; margin: 3rem 0 1rem; color:#874f25; position: relative;}
.qna_visual .qna_list h2 span {display: block;}
.qna_visual .qna_list .article {font-size:1.6rem; line-height: 1.4; margin-bottom: 3rem;}