@charset "utf-8";
.listQ,
.listA {
	position: relative;
	padding-left: 1.5em;
}
.listQ span.q,
.listA span.a {
	position: absolute;
	left: 0;
	top: 0;
}
.listQ {
	font-weight: 700;
}
#info ul {
	padding-left:5.5em;
	
}
#info ul {
text-indent:-5.5em;	
}
#info ul span{
	display:inline-block;
	width:4.5em;
	text-indent:0;
}
 @media print, screen and (min-width: 751px) {
.listQ {
	margin-top: 30px;
}
.qa:first-of-type .listQ {
	margin-top: 0;
}
.listA {
	margin-top: 20px;
}
}
 @media print, screen and (max-width: 750px) {
.listQ {
	margin-top: 5.33vw;
}
.qa:first-of-type .listQ {
	margin-top: 0;
}
.listA {
	margin-top: 4vw;
}
}
