@charset "utf-8";

/*------------------------------------------------
メイン
------------------------------------------------*/
#sec01 {
}
#sec01 dl {
	margin-bottom: 2.5rem;
}
#sec01 dl dt {
	padding-left: 1.5rem;
	position: relative;
	font-weight: bold;
	color: #00913a;
	margin-bottom: 1rem;
}
#sec01 dl dt:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	font-size: 1em;
	font-weight: bold;
	color: #00913a;
}
#sec01 dl dd {
	padding-left: 1.5rem;
	position: relative;
}
#sec01 dl dd:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	font-size: 1em;
	font-weight: bold;
	color: #ef4036;
}








@media only screen and (max-width:740px) {



}
