@charset "utf-8";
/* --------------- evaluation --------------- */

section p{
	text-align: center;
}

section ul{
	margin-top: 30px;
}

section li{
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 10px;
}

.evaluation .btn_waku a{
	 width: 30%;
}

@media (max-width:640px) {
	
.evaluation .btn_waku a{
	 width: 60%;
}
}

