@charset "utf-8";
/* CSS Document */

/*--------------------------*/
/* 調査報告｜Survey */
/*--------------------------*/
.survey h1 {
	font-size: 2.2rem;
	line-height: 1.4em;
	margin-bottom: 16px;
}
.survey h1 + h2 {
	font-size: 1.6rem;
	background: none;
	margin-top: 0;
	padding-left: 0;
}
.survey h1 + h2::before {
	display: none;
}
.survey *:has(+.h3-line) {
	margin-bottom: 3.0em;
}
@media (min-width: 960px) {
.survey h1 {
	font-size: 3.4rem;
	line-height: 1.4em;
	margin-bottom: 16px;
}
.survey h1 + h2 {
	font-size: 2.0rem;
	background: none;
	margin-top: 0;
	padding-left: 0;
}
	.survey .h3-line{
		font-size: 2.2rem;
	}
}