@charset "UTF-8";
footer {
  background-color:#222222;
  border-top: 1px solid #707070;
}
footer .space2{
	position:relative;
  padding-top:50px;
}
.footer__item1 {
	width:50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__item2 {
	width:50%;
  color:#fff;
  font-size: 0.6rem;
  font-weight:700;
  line-height: 20px;
}

.footer__item3 {
	width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.footer__item3 a{
  color:#fff;
  font-size: 12px;
  font-weight:700;
  line-height: 20px;
  margin:50px 15px 0 15px;
}
@media (max-width: 768px) {
  .footer__item2 {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
.footer__item1 {
	margin:0 auto 50px auto;
}
}
#copy{
	width:100%;
	text-align: center;
	font-weight:700;
	font-size:0.6rem;
	color:#858585;
	margin:30px auto 0 auto;
	padding:20px 0;
	border-top:1px #858585 solid;
}
#pagetop{
    width:80px;
    height:45px;
    position:absolute;
    z-index:2;
    text-align: center;
    right:0px;
    bottom:60px;
    background: linear-gradient(to bottom, #fff, #fff);
	border-radius:10px 10px 0 0;
    cursor: pointer;
    transition:all 0.2s;
}
#pagetop:hover{
    height:70px;
    background: linear-gradient(to bottom, #ff0068, #d400a1);
}
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
    margin-top:14px;
  position: relative;
  width: 2px;
  height: 1.0em;
  background: currentColor;
}
#pagetop:hover .dli-arrow-up{
  color: #fff;
}

.dli-arrow-up::before {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border: 0.15em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -1px;
  right: 50%;
  box-sizing: border-box;
}