@charset "UTF-8";

#faq dl {
	margin-bottom:60px;
	line-height:1.6;
	padding:0 15px;
}
#faq dt {
	font-size:2.0rem;
	font-weight:500;
	position:relative;
	padding-left:1.5em;
	margin-bottom:.5em;
	color:#2F8272;
}
#faq dt::before {
	content:'Q';
	font-size:1.3em;
	position:absolute;
	left:0;
	top:-.25em;
}
#faq dd {
	background-color:#EFEFEF;
	padding:1em;
	border-radius:10px;
	margin:0 1.5em;
}
#faq dd:not(:last-child) {
	margin-bottom:1.5em;
}

@media screen and (max-width:1300px){

}

@media screen and (max-width:1024px){

}

@media screen and (max-width: 768px){

}

@media screen and (max-width:640px){

#faq dl {
	margin-bottom:30px;
	line-height:1.5;
	padding:0 5px;
}
#faq dt {
	font-size:1.6rem;
}
#faq dd {
	padding:.5em;
	font-size:1.4rem;
	border-radius:6px;
	margin:0 .5em;
}

}
	
@media screen and (max-width:480px){

}
	
@media screen and (max-width:360px){

}