@charset "UTF-8";
/* CSS Document */
#pagetop_pc{
	position:absolute;
	bottom:170px;
	right:20px;
	z-index:999;		
}
#pagetop_pc img{
	width:85px;height:94px;		
}
#pagetop_sp{
	display:none;	
}
@media only screen and (max-width:768px) {
#pagetop_pc{
	display:none;	
}
#pagetop_sp{
	display:block;
	width:100%;
	position:fixed;
	bottom:0;
	z-index:999;
}
.buy_btn_sp{
	width:90%;
	background:url(../top_material/index_material/pagetop_back.png);
	background-size:565px 97px;
	float:left;
}
.buy_btn_sp img{
	width:70%;height:auto;
	display:block;margin:0 auto;
	padding-top:2.5%;
	padding-bottom:2.5%;
}
.totop_btn{
	width:10%;
	background:#1A6027;
	float:left;
}
.totop_btn img{
	width:50%;height:auto;
	display:block;margin:0 auto;
	padding-top:30%;
	padding-bottom:30.5%;
}
}
@media only screen and (max-width:550px) {
.buy_btn_sp{
	width:85%;
}
.buy_btn_sp img{
	width:80%;height:auto;
	display:block;margin:0 auto;
	padding-top:6.3%;
	padding-bottom:6.3%;
}
.totop_btn{
	width:15%;
	background:#1A6027;
	float:left;
}
.totop_btn img{
	width:50%;
	display:block;margin:0 auto;
	padding-top:36%;
	padding-bottom:38%;
}
}