@charset "UTF-8";

#faq div.content{
	box-sizing: border-box;
	padding:10px;
}

#faq article{
	margin-bottom:20px;
}

.faqlist div.inner{
	background-color: rgb(8 8 8 / 41%);
	box-sizing: border-box;
	padding:10px;
}

.faqlist h4{
	background-image: url("../images/icon-que.png");
	background-repeat:no-repeat;
	background-size: 50px;
	background-position: top left;
	font-size: 1.2em;
	box-sizing: border-box;
	padding-left:55px;
    padding-top: 14px;
	
	font-weight:bold;
	color:#fff0d2;
	
	padding-bottom:10px;
	border-bottom:solid 1px #fff;
	margin-bottom:10px;
    height: 60px;
}

.faqlist div.ans{
	background-image: url("../images/icon-ans.png");
	background-repeat:no-repeat;
	background-size: 50px;
	background-position: top left;
	
	box-sizing: border-box;
	padding-left:55px;
}