@charset "utf-8";
/*------------------------------------------------------------
	question
------------------------------------------------------------*/
#conts .area {
	position: relative;
}
#conts .item {
	margin-top: 2rem;
	position: relative;
	padding-bottom:  3.6rem;
	min-height: 62rem;
	box-sizing: border-box;
	border-radius: 1.2rem;
	background: #FFF;
}
#conts .item .photo {
	position: relative;
}
#conts .item .photo img {
	width: 100%;
	border-radius: 1.2rem 1.2rem 0 0;
}
#conts .item .textBox {
	min-height: 28.8rem;
	padding: 2.7rem 3.3rem;
	box-sizing: border-box;
}
#conts .item .textBox .ttlBox {
	margin-bottom: 0.9rem;
	padding-bottom: 1.3rem;
	position: relative;
	align-items: flex-start;
}
#conts .item .textBox .ttlBox .ttl {
	color: #A1D08D;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#conts .item .textBox .ttlBox .cat {
	margin-top: 0.3rem;
	padding: 0.5rem 1.1rem 0.5rem 1.2rem;
	width: fit-content;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.2;
	background-color: #DA388A;
	border-radius: 1.5rem;
}
#conts .item .textBox .ttlBox .cat.col01 {
	background-color: #82318F;
}
#conts .item .textBox .ttlBox .cat.col02 {
	background-color: #593F96;
}
#conts .item .textBox .ttlBox .cat.col03 {
	background-color: #2E3786;
}
#conts .item .textBox .ttlBox .cat.col04 {
	background-color: #1774BA;
}
#conts .item .textBox .ttlBox .cat.col05 {
	background-color: #1FB2E1;
}
#conts .item .textBox .ttlBox .cat.col06 {
	background-color: #0F9879;
}
#conts .item .textBox .ttlBox .cat.col07 {
	background-color: #3AAC54;
}
#conts .item .textBox .ttlBox .cat.col08 {
	background-color: #7FBB61;
}
#conts .item .textBox .ttlBox .cat.col09 {
	background-color: #BDD44E;
}
#conts .item .textBox .ttlBox .cat.col10 {
	background-color: #D9C812;
}
#conts .item .textBox .ttlBox .cat.col11 {
	background-color: #F8B436;
}
#conts .item .textBox .ttlBox .cat.col12 {
	background-color: #F37C24;
}
#conts .item .textBox .ttlBox .cat.col13 {
	background-color: #E63C2A;
}
#conts .item .textBox .ttlBox .cat.col14 {
	background-color: #E52226;
}
#conts .area .bar {
	height: 0.4rem;
	position: absolute;
	top: 1.7rem;
	left: 2.3rem;
	right: 8rem;
	border-radius: 0.2rem;
	background: #FFF;
}
#conts .area .bar .line {
	width: 100%;
	height: 0.4rem;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.2rem;
	background: #A1D08D;
}
#conts .area .bar .text {
	position: absolute;
	top: -0.9rem;
	right: -5.3rem;
	color: #8D8D8D;
	font-size: 1.4rem;
	font-weight: 700;
}
#conts .item .textBox .title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
#conts .questionBox .btnList {
	padding: 0 1.5rem;
	gap: 1.6rem;
}
#conts .questionBox .btnList li {
	width: 16rem;
}
#conts .questionBox .btnList li a {
	padding: 0.5rem 0.5rem 0.6rem;
	min-height: 5.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 2.8rem;
	border: 0.4rem solid #fff;
	background: #fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	transition: opacity .3s;
}
#conts .questionBox .btnList li.on a {
	border-color: #a1d08d;
}
#conts .questionBox .btnList.not li a {
	pointer-events: none;
}
#conts .questionBox .btnList.not li:not(.on) a {
	color: #ddd;
}
/* #conts .item.result_true .photo img,
#conts .item.result_false .photo img {
	opacity: 0.5;
}
#conts .item.result_true .photo::before,
#conts .item.result_false .photo::before {
	margin: -0.3rem 0 0 0.5rem;
	width: 19.9rem;
	aspect-ratio: 1 / 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/question/true_img.png) no-repeat center center / cover;
	content: "";
	z-index: 5;
}
#conts .item.result_false .photo::before {
	margin: 0.5rem 0 0;
	width: 18.2rem;
	background-image: url(../img/question/false_img.png);
} */
#conts .item.result_true {
	padding-bottom: 2.1rem;
}
#conts .item.result_true .textBox {
	padding: 4rem 2.4rem 0;
}
/* #conts .questionBox .topTag {
	margin: 0.9rem auto 1.8rem;
	padding: 0.6rem 2rem 0.6rem 2.2rem;
	width: fit-content;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
	background-color: #A1D08D;
	border-radius: 1.8rem;
	box-sizing: border-box;
}
#conts .item.result_false .textBox .topTag {
	margin-bottom: 1.9rem;
	background-color: #FF0000;
} */
#conts .item .textBox sup {
	font-size: 1rem;
}
#conts .item .textBox .noteUl {
	margin: 1rem 0;
}
#conts .item .textBox .noteUl li {
	font-size: 1rem;
	color: #8C9698;
}
#conts .item .textBox .tag {
	margin-bottom: 1.9rem;
	padding: 0.2rem 0.8rem 0.3rem;
	width: fit-content;
	color: #FFF;
	font-weight: 700;
	background-color: #A1D08D;
	border-radius: 0.4rem;
	line-height: 1.2;
}
#conts .item .textBox .tag.col01 {
	background-color: #FF0000;
}
#conts .item .textBox .tag.col02 {
	color: #4C4C4C;
	background-color: #F4EFE3;
}
#conts .item .textBox .text {
	font-size: 1.8rem;
	line-height: 1.56;
}
#conts .item .textBox .text.mb01 {
	margin-bottom: 2.8rem;
}
#conts .item .textBox .text.red {
	color: #FF470A;
}
#conts .item .textBox .text.red.mb01 {
	margin-bottom: 2.8rem;
}
#conts .item .textBox .txtUl li {
	padding-left: 1.2em;
	font-size: 1.8rem;
	line-height: 1.56;
	text-indent: -1.2em;
}
#conts .item .textBox .innerImg {
	margin: 0 auto 2.8rem;
	width: auto;
}
#conts .item .textBox .innerImg02 {
	margin-top: 2rem;
}
#conts .item .textBox .answer {
	margin-bottom: 2.9rem;
	padding-bottom: 2rem;
	border-bottom: 1px dashed #707070;
}
#conts .item .textBox .complement {
	margin-top: 2.1rem;
}
#conts .item .textBox .complement.mt01 {
	margin-top: 2.9rem;
}
#conts .item .textBox .textArea p {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
#conts .item .textBox .imgArea {
	margin: 2.1rem -0.1rem 0;
}
#conts .item .textBox .imgArea.style01 {
	margin: 0 -0.1rem 2.1rem 0;
}
#conts .item .textBox .imgArea img {
	width: 100%;
}
#conts .item .textBox .smlNote {
	margin-top: 0.9rem;
	padding-left: 1em;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	text-indent: -1em;
}
#conts .questionBox .textUl li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#conts .questionBox .textUl li .number {
	margin: 0.1rem 0 0 0.3rem;
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	background: #1770BA;
	border-radius: 50%;
}
#conts .questionBox .textUl {
	margin-top: 2.2rem;
}
#conts .questionBox .textUl li .text {
	width: calc(100% - 3rem);
}
#conts .questionBox .tipsBox {
	display: none;
	padding: 20.7vw 0 0;
	position: absolute;
	left: 1.2rem;
	right: 1.2rem;
	top: 3.5rem;
	bottom: 1.5rem;
	border-radius: 1.2rem;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100000;
}
#conts .questionBox .tipsBox .photo,
#conts .questionBox .tipsBox .topTag {
	display: none;
}
#conts .questionBox .tipsBox .photo {
	margin: 0 auto 4rem;
	width: 20rem;
}
#conts .questionBox .tipsBox .topTag {
	margin: 0 auto;
	padding: 0.9rem 0.5rem 1.1rem;
	width: 16rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-align: center;
	background: #7EC461;
	border-radius: 2.8rem;
}
#conts .questionBox .tipsBox .topTag.false {
	background: #E02D2D;
}
#conts .questionBox .tipsBox .btnList {
	position: absolute;
	bottom: 3.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
#conts .resultBox .item.result_true {
	padding: 6.3rem 0 0;
	border-radius: 0;
	min-height: 79.6rem;
	background: url(../img/question/bg01.jpg) no-repeat center bottom / cover;
}
#conts .resultBox .item.result_true .title {
	margin-bottom: 3.3rem;
	color: #A1D08D;
	font-size: 4rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
}
#conts .resultBox .item.result_true .title span {
	margin-bottom: 0.5rem;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
#conts .resultBox .item.result_true .text {
	margin-bottom: 5.7rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
}
#conts .resultBox .item.result_true .photoBox {
	margin: 0 auto;
	max-width: 24.2rem;
}
#conts .resultBox .item.result_false {
	padding: 1.4rem 1.2rem;
	border-radius: 0;
	background-color: #F4EFE3;
}
#conts .resultBox .item.result_false em {
	font-style: normal;
}
#conts .resultBox .item.result_false .inner {
	padding: 11.1rem 0 8.1rem;
	background: #FFF;
	border-radius: 1.2rem;
}
#conts .resultBox .item.result_false .title {
	margin-bottom: 3.3rem;
	color: #A1D08D;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.22;
	letter-spacing: 0.04em;
	text-align: center;
}
#conts .resultBox .item.result_false .txtBox {
	margin-bottom: 0.5rem;
}
#conts .resultBox .item.result_false .txtBox .text {
	margin-bottom: 3.2rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.04em;
	text-align: center;
}
#conts .resultBox .item.result_false .txtBox .text:last-child {
	margin-bottom: 0;
}
#conts .resultBox .item.result_false .photoBox {
	margin: 0 auto;
	max-width: 19.4rem;
}
@media all and (max-width: 896px) {
	#gFooter {
		background: #FFF;
	}
	#conts {
		padding-bottom: 8rem;
	}
	#conts .area {
		padding: 1.5rem 1.2rem;
	}
	#conts .comFixBtn {
		background-color: #FFF;
	}
	#conts {
		min-height: inherit;
	}
}
@media all and (min-width: 897px) {
	#conts .area .bar {
		top: -1.8rem;
		left: 0;
		right: 5rem;
	}
	#conts .area .bar .text {
		right: -4.5rem;
	}
	#conts .item {
		margin-top: 3rem;
		padding-bottom: 0;
		min-height: inherit;
		overflow: inherit;
	}
	#conts .item.result_true,
	#conts .item.result_false {
		padding-bottom: 0;
	}
	#conts .item.result_true .photo::before,
	#conts .item.result_false .photo::before {
		margin: 0.1rem 0 0;
	}
	#conts .item .textBox {
		min-height: 18.6rem;
		padding: 1.6rem 1.5rem;
	}
	#conts .item.result_true .textBox {
		padding: 2.9rem 1.5rem;
	}
	#conts .item.result_false .textBox {
		padding: 1.2rem 1.5rem;
	}
	#conts .item .textBox .ttlBox {
		margin-bottom: 0;
		padding-bottom: 1.3rem;
	}
	#conts .item .textBox .title,
	#conts .item .textBox .textArea p {
		font-size: 1.8rem;
		line-height: 1.56;
	}
	#conts .item .textBox .tag {
		margin-bottom: 1.9rem;
	}
	#conts .item .textBox .answer {
		padding-bottom: 2rem;
	}
	#conts .questionBox .topTag {
		margin-bottom: 2rem;
	}
	#conts .item.result_false .textBox .topTag {
		margin-bottom: 2.1rem;
	}
	#conts .questionBox .btnList {
		gap: 1.2rem;
	}
	#conts .questionBox .btnList li {
		width: calc((100% - 1.2rem) / 2);
	}
	#conts .questionBox .btnList li a {
		min-height: 4.8rem;
		font-size: 1.6rem;
	}
	.comFixBtn {
		margin-top: 2.1rem;
		padding: 1.1rem 0 1.2rem;
	}
	.comFixBtn a {
		border-radius: 1.4rem;
	}
	#conts .resultBox .item {
		padding: 4.9rem 0 0 !important;
		min-height: inherit !important;
		background: url(../img/question/bg01_pc.jpg) no-repeat center bottom / cover !important;
	}
	#conts .resultBox .item.result_true .title {
		margin-bottom: 2.3rem;
	}
	#conts .resultBox .item.result_true .text {
		margin-bottom: 1.8rem;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#conts .resultBox .item.result_true .photoBox {
		max-width: 17.6rem;
	}
	#conts .resultBox .item.result_false {
		padding: 0 !important;
		background: #FFF !important;
	}
	#conts .resultBox .item.result_false .inner {
		padding: 4.2rem 0 0;
	}
	#conts .resultBox .item.result_false .comFixBtn {
		margin-top: 1.4rem;
	}
	#conts .questionBox .tipsBox {
		padding: 3.9rem 0 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	#conts .questionBox .tipsBox .btnList {
		bottom: 10rem;
	}
	#conts .questionBox .tipsBox .comFixBtn {
		position: absolute;
		left: 0;
	}
}