@charset "utf-8";
/* CSS Document */

#question_contents{
	width: 95%;
	max-width: 1000px;
}

dl.question {
	margin:20px 0 0 0;
}
dl.question dt {
	margin-bottom: 0.5em;
	padding: 0.2em 0.5em 0.5em 3em;
	border-radius: 0.2em;
	background: #F29600;
	color: #fff;
}
dl.question dd {
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
dl.question dt::before,dl.question dd::before{
	font-size: 1.5em;
	
}
dl.question dt::before {
	margin: 0.3em 0.3em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'Q';
	color: #C9391C;
}
dl.question dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #009744;
	color: #ffffff;
}


/* SP ///////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
#question_contents{	margin: 20px auto;}
}

/* PC ///////////////////////////////////////////////////// */
@media screen and (min-width: 769px) {
#question_contents{	margin: 30px auto;}
}
