@media all and (min-width:1px) 
{
#btn_gototop { clear: both; float: left; white-space: nowrap; }
.gototop_wrapper {  clear: both; float: left; box-sizing: border-box; margin: 0; background-color: #FFFFFF; }
.gototop_container { clear: both; float: left;  width: 100%; padding: 2em 2% 2em 2%; box-sizing: border-box; }
}
@media all and (min-width:768px) 
{
#btn_gototop { clear: both; float: left; white-space: nowrap; }
.gototop_wrapper {  clear: both; float: left; box-sizing: border-box; padding-left: 0; margin: 0; background-color: #FFFFFF; }
.gototop_container { clear: both; float: left; width: 100%; padding: 2em 2% 2em 2%; box-sizing: border-box; }
}
