#page_title{
	background:url('../images/faq/pagetitle.webp?20251024') no-repeat center center;
}
#section1{
	text-align:center;
	font-size:24px;
}
main section h3 {
	text-align: center;
	font-size:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1.2em;
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 auto 60px;
	background:#5eb62f;
	text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
main section dl{
	border:1px solid #5eb62f;
	padding:30px;
	box-sizing:border-box;
	margin:0 auto 30px;
	border-radius:20px;
}
main section dt{
	color:#5eb62f;
	font-size:24px;
	position:relative;
	padding:0 0 0 40px;
	line-height:26px;
	margin-bottom:15px;
}
main section dt:before{
	width:28px;
	height:28px;
	border:1px solid #5eb62f;
	background:#5eb62f;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	border-radius:5px;
	top:0;
	left:0;
	content:"Q";
}
main section dd{
	position:relative;
	padding:0 0 0 40px;
}
main section dd:before{
	width:28px;
	height:28px;
	border:1px solid #5eb62f;
	color:#5eb62f;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	border-radius:5px;
	top:3px;
	left:0;
	content:"A";
	font-size:24px;
	line-height:26px;
}