
@charset	"utf-8";

#special_body{
	width: 100%;
	}

#special_body a :hover{
	opacity: 0.8;
}
#box{
	position: relative;
}
#special_body .btn01{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 83.9%;
    left: 8%;
}


@media screen and (max-width: 640px){
	#special_body .btn01{
	width: 85%;
	left: 8%;
	}
}





