@media (min-width: 992px) {
    .pc {
        display: inline;
    }
    .sp {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: inline !important;
    }
}
#qa-wrap .card {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#qa-wrap .card-header {
	background-color: transparent;
	border: none;
}
#qa-wrap .btn {
	background-color: transparent;
	box-shadow: none;
	color: #333 !important;
	font-size: inherit;
	padding: 10px;
	margin: 0;
	white-space: normal;
	text-indent: -12px;
  padding-left: 22px;
}
#qa-wrap .card-body {
	color: #666;
	font-size: 16px;
	padding-left: 60px;
}