@charset "UTF-8";

@media screen and (max-width: 767px) {
	.fixed_box li {
		width:33.3%;
	}
  .fixed_box li:first-child {
		display: none;
	}
	.fixed_box li:last-child {
		width:33.3%;
	}
  .pagetop {
    width: 55px;
    position: fixed;
    bottom: 110px;
    right: 0;
  }
}