@charset "utf-8";
/*------------------------------------------------------------
	question
------------------------------------------------------------*/
.question {
	padding: 0 2.5rem 4.3rem;
	min-height: calc(100vh - 21rem);
	background: url(../img/common/body_bg.jpg) no-repeat center center / cover;
}
.result {
	min-height: calc(100vh - 3rem);
}
.question .head01 {
	margin: 0 auto;
	width: fit-content;
	padding: 1.5rem 5.2rem 2rem 6rem;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: 0.64rem;
}
.question .head01::before {
	width: 5.9rem;
	aspect-ratio: 118/158;
	position: absolute;
	left: 0;
	top: 0.5rem;
	content: '';
	background: url(../img/common/icon01.png) no-repeat center top / 100%;
}
.question .head02 {
	margin-bottom: 1.9rem;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
}
.question .head02::before {
	width: 5.3rem;
	aspect-ratio: 106/162;
	position: absolute;
	left: -1.1rem;
	top: 0.1rem;
	content: '';
	background: url(../img/common/icon02.png) no-repeat center top / 100%;
}
.question .checkList {
	padding: 2rem;
	border-radius: 1rem;
	background: #FFF;
}
.question .checkList li {
	position: relative;
}
.question .checkList li + li {
	margin-top: 2rem;
}
.question .checkList li .point {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
.question .checkList li .point01 {
	left: 14%;
	top: 30%;
	width: 15%;
	height: 25%;
}
.question .checkList li .point02 {
	left: 71%;
	top: 16%;
	width: 12%;
	height: 12%;
}
.question .checkList li .point03 {
	left: 41%;
	top: 5%;
	width: 22%;
	height: 8%;
}
.question img {
	width: 100%;
}
.question .title {
	margin: -1.5rem 0 1.9rem 2.1rem;
	text-align: center;
}
.question .title img {
	width: 29.7rem;
}
.question .title01 {
	margin: -0.5rem auto 1.1rem;
	max-width: 26rem;
	text-align: right;
}
.question .title01 img {
	width: 20.5rem;
}
.question .resultImg {
	margin: 0 -0.1rem 1.5rem 0;
	padding: 2rem 1.5rem;
	border-radius: 1rem;
	background: #FFF;
}
.question .resultImg.false {
	margin-bottom: 4rem;
	padding-bottom: 0;
}
.question .resultTxt {
	margin-bottom: 2.2rem;
	color: #FFF;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
}
.question .resultImg .resultTxt {
	margin: -0.6rem 0 1.7rem;
	color: #00A8A0;
}
.question .resultImg .img01 {
	margin-top: -1.6rem;
}
.question .image {
	margin: -1.2rem auto -3.3rem;
	width: 30.1rem;
}
.question .comBtn {
	position: relative;
	z-index: 2;
}
@media all and (max-width: 896px) {
	#gHeader {
		display: none;
	}
}