@charset "utf-8";
/*　sec1
---------------------------------------------------------*/
.sec1 {
	/* background-image: url(../img/faq/sec1_bg01.png), url(../img/faq/sec1_bg02.png); */
	/* background-repeat: no-repeat, no-repeat; */
	/* background-position: left bottom, right bottom 65px; */
	padding: 20px 0 115px;
	text-align: center;
}
.sec1_inner02 {
	padding-top: 220px;
	margin-top: -120px;
}
#aftermente {
	margin-bottom: 100px;
}
.sec1_list {}
.sec1_list li {
	counter-increment: qa;
	margin-top: 45px;
	text-align: left;
}
.sec1_list li:first-child {
	margin-top: 0;
}
.sec1_list .question {
	position: relative;
	background: #faf5e1;
	margin-bottom: 25px;
	padding: 10px 20px 9px 80px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.6;
}
.sec1_list .question:before {
	content: "Q" counter(qa);
	position: absolute;
    top: 0.35em;
    left: 22px;
    font-size: 26px;
    letter-spacing: 0.15em;
}
.sec1_list .answer {
	position: relative;
	padding: 0 20px 0 80px;
	font-size: 16px;
}
.sec1_list .answer:before {
	content: "A";
    position: absolute;
    top: -0.3em;
    left: 32px;
    color: #d6859b;
    font-size: 26px;
}


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

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-position: left -155px bottom, right -155px bottom 65px;
	}

}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 679px) {

	/*　sec1
	---------------------------------------------------------*/
	.sec1 {
		background-size: 202px auto, 162px auto;
		background-position: left bottom, right bottom 55px;
		padding: 10px 0 85px;
	}
	.sec1_inner02 {
		padding-top: 120px;
		margin-top: -60px;
	}


	#aftermente {
		margin-bottom: 60px;
	}
	.sec1_list {}
	.sec1_list li {
		margin-top: 35px;
	}
	.sec1_list .question {
		margin-bottom: 25px;
		padding: 10px 20px 9px 70px;
		font-size: 20px;
	}
	.sec1_list .question:before {
	    top: 0.4em;
	    left: 19px;
	    font-size: 22px;
	}
	.sec1_list .answer {
		padding: 0 20px 0 70px;
		font-size: 14px;
	}
	.sec1_list .answer:before {
	    top: -0.3em;
	    left: 29px;
	    font-size: 22px;
	}

}
