.check_wrap {
	display: none;
}
.check_wrap.active {
	display: block;
}
.check_wrap .q_ttl{
	font-size: 28px;
	font-weight: bold;
	color: #7E5725;
}
.check_wrap .q_body .choose_btn{
	font-size: 20px;
	font-weight: bold;
	border: 5px solid #D8D3CE;
	background-color: #fff !important;
	cursor: pointer;
}
.check_wrap .q_body .choose_btn:hover{
	border: 5px solid #F18F69;
	color: #F18F69;
}
.check_wrap .result_main{
	border: 5px solid #D8D3CE;
	background-color: #fff;
	border-radius: 12px;
}
.check_wrap .result_main .s_txt{
	font-size: 20px;
	font-weight: bold;
}
.check_wrap .result_main .l_txt{
	font-size: 28px;
	font-weight: bold;
	color: #7E5725;
}
.box-row__item .box.type01{
	height: 410px;
	margin-top: 20px !important; 
}
.recommend_ttl {
	font-size: 1.4em !important;
}


@media only screen and (max-width: 719px) {
	.check_wrap .q_ttl{
		font-size: 20px;
	}
	.check_wrap .q_body .choose_btn{
		font-size: 16px;
		border: 3px solid #D8D3CE;
	}
	.check_wrap .q_body .choose_btn:hover{
		border: 3px solid #F18F69;
	}
	.check_wrap .result_main .s_txt{
		font-size: 16px;
	}
	.check_wrap .result_main .l_txt{
		font-size: 20px;
	}
	.box-row__item .box.type01{
		height: auto;
		margin-top: 10px !important; 
	}



}