


@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: 22.5%;
    left: 6%;
}
#special_body .btn02{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 52.3%;
    left: 6%;
}
#special_body .btn03{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 68.5%;
    left: 6%;
}
#special_body .btn04{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 82.9%;
    left: 6%;
}
#special_body .btn05{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 91.5%;
    left: 6%;
}
#special_body .btn06{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60%;
    left: 6%;
}

@media screen and (max-width: 640px){
	#special_body .btn01{
	left: 0%;
	}
	#special_body .btn02{
	left: 0%;
	}
	#special_body .btn03{
	left: 0%;
	}
	#special_body .btn04{
	left: 0%;
	}
	#special_body .btn05{
	left: 0%;
	}
	#special_body .btn06{
	left: 0%;
	}
}



