#qaForm input[type="radio"],
#qaForm input[type="checkbox"] {
	margin: 0;
	margin-right: 10px;
}

#qs,
#q2,
#q3,
#a01,
#a02 {
	display: none;
}

#qs.show_down,
#q2.show_down,
#q3.show_down,
#a01.show_down,
#a02.show_down {
	display: block;

}

#answer,
#answer02 {
	display: none;
}

#answer.show_down {
	display: block;
}

#answer02.show_down {
	display: block;
}

#A_bycle,
#A_bycle_best {
	display: none;
}

#A_bycle.show_down,
#A_bycle_best.show_down,
#A_bycleS.show_down {
	display: block;

}



#q1 div,
#qs div,
#q2 div,
#q3 div {
	display: block;
	max-width: 980px;
}

#q1 p,
#q2 p,
#qs p,
#q3 p {
	margin-bottom: 20px;
}

#q1 p:last-child,
#q2 p:last-child,
#qs p:last-child,
#q3 p:last-child {
	margin-right: 0;
}

#qaForm label {
	padding: 30px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	display: flex;
	cursor: pointer;
	width: 770px;
	align-items: center;
	margin: 0 auto;
}

.br_sp_radio {
	display: none;
}

#qaForm label.valid {
	color: #eb5505;
	border: 2px solid #eb5505;
	font-weight: bold;
	accent-color: #eb5505;
}


.result_course {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 730px;
	margin: 0 auto;
	font-size: 1.5em;
  padding: 0;
}

#qtxt01 {
	font-size: 1.45em;
	margin-right: 15px;
  font-weight: bold;
}

#qtxt01 rt {
	margin-bottom: 2px;
}

#qtxt02 {
	color: #eb5505;
	font-size: 1.4em;
  font-weight: bold;
	margin-right: 5px;
}

#qtxt03 {
	color: #eb5505;
	font-size: 1.4em;
	margin-right: 5px;
}

.txt-m {
	font-size: 1.4em;
  font-weight: normal;
	margin: 0 .2em;
}

#price01,
#price02,
#price03 {
	margin-left: 1.5em;
	margin-right: 2px;
}

.q_icon {
	max-width: 60px;
	margin-right: 30px;
	margin-left: 30px;
}

.compensation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
	margin: 0 auto;
}

.compensation img {
	margin: 3px;
	padding: 0;
	display: block;
	border: 1px solid #e5e5e5;
	width: calc(25% - 6px);
	transition: 0.5s linear;
	border-radius: 3px;
}
.cps_b {
	margin: 3px;
	padding: 0;
	border: 1px solid #e5e5e5;
	width: calc(25% - 6px);
	transition: 0.5s linear;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 15px;
	height: 75px;
}

.invalid {
	background-color: #bfbfbf;
}

#senior_type02,
#senior_type03 {
	display: block;

}

#senior_type01 {
	display: inline-block;
	font-weight: bold;

}

#senior_type01.not_txt,
#senior_type02.not_txt,
#senior_type03.not_txt {
	opacity: 0;
}

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

	#q1 div,
	#q2 div,
	#q3 div {
		display: block;
		max-width: 100%;
	}

	#q1 p,
	#q2 p,
	#q3 p {
		margin-right: 0;
	}

	#qaForm label {
		padding: 20px;
		width: 100%;
		margin-bottom: 20px;
		font-size: 0.9em;
		justify-content: flex-start;
	}


	.result_course {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
		font-size: 1.1em;
	}

	.result_course li {
		margin-top: 10px;
	}

	.q_icon {
		max-width: 50px;
		margin-right: 15px;
		margin-left: 15px;
	}

	.compensation {
		padding: 0;
	}

	.cps_b {
		width: calc(50% - 6px);
	}
	.compensation img {
		width: calc(50% - 6px);
	}

	.br_sp_radio {
		display: block;
	}

}