.head_img1{
	float: left;
}
.head_img2{
	float: right;
}
.sp{display: none;}
@media screen and (max-width:800px){
.pc{display: none;}
.sp{display: block;}
}
