/* PC only */
@media (min-width: 993px){
.intro-1-pc {
	display: block !important;
	}
.intro-1-phone {
	display: none !important;
	}
#hmitm06, #hmitm07, #hmitm08, #hmitm09 {
	width: auto !important;
	}
}

/* all devices */
.intro-1-pc {
display: none;
width: 100%;
}

.intro-1-phone {
display: block;
width: 80%;
}

.res-label{
color: #000000;	
}

.res-un{
color: #0000FF;
font-weight: bold;
}

#ucheck_results, #fpcheck_results, #recheck_results{
margin-top: -20px;	
margin-bottom: 20px;
}

