@charset "utf-8";

.notes {
	padding: 5px 0;
	max-width: 500px;
	width: calc(100vw - 10px);
	margin: 5px auto;
	text-align: center;
}

.notes dd {
	line-height: 1.8rem;

}

/*.notes dt {
	font-size: 1.8rem;
}*/

section.findings {
	width: 100%;
	max-width: 1000px;
}


.findings h3 {
	text-align: center;
	margin-bottom: 50px;
}

.findings h3::after {
	content: "";
	display: block;
	width: 60px;
	margin: 10px auto;
	border-bottom: 4px solid #D8E8ED;
}

.findings h4 {
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.findings-comment {
	width: calc(100% - 20px);
	margin: 0 auto;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
	max-height: 450px;
}

.findings-title,
.findings-img {
	width: 50%;
}

.findings-img img {
	width: 100%;
	flex-direction: column;
	height: auto;
}


.findings p span {
	color: #CA5E44;
	font-weight: bold;
}

.graph {
	display: block;
	max-width: 900px;
	margin: 0 auto 50px;
}

.other-answer {
	width: calc(100% - 20px);
	padding: 25px;
	margin: 0 auto 20px;
	background: var(--other-area);
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	max-width: 1000px;
	position: relative;
}


.other-answer::after {
	content: "";
	position: absolute;
	bottom: -68px;
	left: calc(50% - 40px);
	height: calc(80px / 2 * tan(60deg));
	width: 80px;
	clip-path: polygon(0 0, 100% 0%, 50% 50%);
	background: var(--other-area);
}

.other-answer .circle {
	margin: 0 auto;
	height: 100%;
	max-height: 240px;
	width: 100%;
	max-width: 240px;
	padding: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #ffffff;
	text-align: center;
}


.other-answer .circle h5 {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
}

.other-answer .circle p {
	font-size: 2.0rem;
}


.circle-iyoku {
	background: var(--other-iyoku);
}

.circle-shuchu {
	background: var(--other-shuchu);
}

.circle-dokusho {
	background: var(--other-dokusho);
}

.toggle {
	display: none;
}


label {
	display: block;
	position: relative;
}

label:active {
	top: 5px;
	left: 5px;
}

.detailed-survey {
	text-align: center;
	font-weight: bold;
	font-size: 3.4rem;
	height: 100%;
	max-height: 90px;
	width: 100%;
	max-width: 650px;
	padding: 20px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	background: #DD5D45;
	color: #ffffff;
	margin: 20px auto;
	cursor: pointer;
	position: relative;
	z-index: 0;
}


.detailed-survey,
.findings-answer {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	-webkit-transform: ;
	-moz-transform: ;
	-ms-transform: ;
	-o-transform: ;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}


.detailed-survey::after {
	position: absolute;
	width: 10px;
	height: 2px;
	background: #ffffff;
	top: 50%;
	right: 10%;
	z-index: 10;
}





.findings-answer {
	height: 0;
	margin-bottom: 10px;
	padding: 0 20px;
	overflow: hidden;
}

.toggle:checked+.detailed-survey+.findings-answer {
	/*開閉時*/
	height: auto;
	padding: 20px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}


.findings-order1 {
	order: 1;

}

.findings-order2 {
	order: 2;
}




@media screen and (max-width: 768px) {
	.notes {
		font-size: 1.4rem;
	}

	.notes dd {
		line-height: 1.5rem;
	}


	section.findings {
		margin-bottom: 50px;
	}


	.findings h4 {
		display: inline;
		vertical-align: middle;
		font-size: 2.4rem;
	}

	.findings p {
		margin-top: 30px;
		padding: 0 10px;
	}

	.mobile-scroll {
		width: 100%;
		max-width: 830px;
		overflow-x: scroll;
	}

	.other-answer {
		margin-bottom: 30px;
		width: calc(100vw - 20px);

	}

	.other-answer .circle {
		margin: 0 auto 10px;
		padding: 20px;
		width: 100%;
		max-width: 576px;
		border-radius: 30px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		color: #ffffff;
		text-align: center;
	}

	.other-answer .circle h5 {
		font-size: 3.2rem;
		font-weight: bold;
	}

	.other-answer .circle p {
		font-size: 2.0rem;
	}

	.detailed-survey {
		font-size: 2.5rem;
		max-width: 350px;
	}

	.findings-comment {
		width: 100%;
		max-width: calc(100vw - 10px);
		display: block;
		height: auto;
		text-align: center;
		position: relative;
	}

	.findings-title {
		width: 100%;
	}

	.findings-discription {
		width: 100%;
		padding: 15px;
		text-align: left;
		z-index: 0;
	}

	.findings-img {
		width: 100%;
		position: absolute;
		z-index: -10;
		bottom: 0;
		left: 0;
		opacity: .2;
	}

	.findings-order1 {
		order: 3;
		margin-bottom: 0px;
	}

	.findings-order2 {
		order: none;
	}

	.findings-order3 {
		order: 1;
	}




}
