.sec_qa{
	max-width:800px;
	width:95%;
	margin:0 auto 100px;
}

.sec_qa_txt1{
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
	text-indent:-16px;
	padding-left:16px;
}

.sec_qa_txt_line{
	width:100%;
	height:1px;
	background-color:#dedcdc;
	margin-bottom:20px;
}

.sec_qa_txt2{
	font-size:14px;
	padding-bottom:50px;
	text-indent:-16px;
	padding-left:16px;
}













/* 画面幅1024以下 PC*/
@media screen and (max-width: 1024px) {

}


/* 画面幅768px以下 タブレット*/
@media screen and (max-width: 768px) {











}


/* 画面幅375px以下　モバイル*/
@media screen and (max-width: 375px) {





}

