@charset "utf-8";




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

}

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

}


.qa_list > ul{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:justify;
    -moz-box-pack:justify;
    -webkit-flex-pack:justify;
    -moz-flex-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    justify-content:space-between;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.qa_list > ul > li{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #e7f0ed;
	margin: 0 0 20px 0;
}

.qa_list > ul > li h3{
	padding: 20px 20px 20px 80px;
	box-sizing: border-box;
	background:#e7f0ed;
	font-size:18px;
	color:#4b7469;
	position: relative;
}

.qa_list > ul > li h3::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background:#fff;
	top:10px;
	left:10px;
	margin: auto;
}
.qa_list > ul > li h3::after{
	content: "Q";
	font-family: 'Dancing Script', cursive;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size:30px;
	color:#b2c5c0;
	top:20px;
	left:25px;
	margin: auto;
}

.qa_list > ul > li > div{
	padding: 20px 20px 20px 80px;
	box-sizing: border-box;
	position: relative;
}

.qa_list > ul > li > div::before{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background:#b2c5c0;
	top:10px;
	left:10px;
	margin: auto;
}
.qa_list > ul > li > div::after{
	content: "A";
	font-family: 'Dancing Script', cursive;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 1;
	font-size:30px;
	color:#fff;
	top:20px;
	left:25px;
	margin: auto;
}


ul.list{
	margin: 30px 0 0 0;
}

ul.list > li{
	padding: 0 0 10px 25px;
	position: relative;
}
ul.list > li::before{
	position: absolute;
	width: 14px;
	height: 14px;
	font-size:14px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f00c";
	font-weight: 900;
	line-height: 1;
	top:4px;
	bottom:auto;
	left:0;
	margin: auto;
	color:#b2c5c0;
}

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

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

}