@charset "UTF-8";
/* /qa/ ==================== */
.qa .flex-qa {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.qa .flex-qa li {
	list-style: none;
}
.qa .flex-qa li.ico-q {
	font-weight: bold;
}
.qa .flex-qa li h2 {
	font-size: 1em;
}
.qa .flex-qa li.ico-a {
	color: #0F6744;
	font-weight: bold;
	font-size: 112.50%; /* 18px */
}