@charset "UTF-8";


#qa_content1{
	margin-bottom:100px;
}

#qa_content1 .qa_image{
	text-align:center;
	margin-bottom:100px;
}

.qa_dl{
	margin:0 auto;
	padding:0;
	width:870px;
}

.qa_dl dd,
.qa_dl dt{
	font-weight:normal;
	display:table;
	width:100%;
	font-size:16px;
}

.qa_dl .cell1{
	display:table-cell;
	vertical-align:top;
}

.qa_dl dt{
	margin-bottom:10px;
}

.qa_dl dt .cell_ttl{
	background:url(../images/qa/line01.jpg) bottom center no-repeat;
	padding-top:10px;
	padding-bottom:20px;
}

.qa_dl .cell_image{
	width:70px;
}

.qa_dl .cell_text{
	padding-top:10px;
}

.qa_dl dd+dt{
	margin-top:50px;
}

.linkborder_list{
	padding-bottom:25px;
}
@media (max-width: 639px) {

#qa_content1{
	margin-bottom:60px;
}

#qa_content1 .qa_image{
	text-align:center;
	margin-bottom:40px;
}

.qa_dl{
	width:auto;
}


.qa_dl dt .cell_ttl{
	padding-top:0;
	padding-bottom:10px;
}

.qa_dl .cell_image{
	width:40px;
}

.qa_dl dd .cell_image img{
	width:22px;
}

.qa_dl dt .cell_image img{
	width:25px;
}

.qa_dl .cell_text{
	padding-top:0;
}

.qa_dl dd+dt{
	margin-top:40px;
}

.linkborder_list{
	padding-bottom:20px;
}

}