@charset "utf-8";

.l-container {
  width: 100%;
  border-top: 4px solid #e5e5e5;
}

.feature {
  width: 990px;
  margin: 0 auto 20px;
}

.ul {
  letter-spacing: -.4em;
  text-align: center;
}
.ul li { display: inline-block; }
.li01 { margin: 0 15px 30px; }
.li02 { margin: 0 35px 30px; }
.li03 { margin: 0 90px 30px; }

.page--top {
  position: fixed;
  right: 2em;
  bottom: 2em;
  display: none;
}
.page--top--button {
  width: 55px;
  height: 0;
  padding: 55px 0 0;
  background: url(../img/page-top.png) no-repeat;
  overflow: hidden;
  display: block;
}
.page--top--button:hover { opacity: .6; }