@charset "UTF-8";

/* reset */
body {
  min-width: auto;
}

/* style */
.l-inner {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 15px 0;
}
.contents__title {
  margin-bottom: 3rem;
  font-size: 2rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.contents__text {
  margin-bottom: 4rem;
}
.contents__link a:link, .contents__link a:visited {
  text-decoration: underline;
}
.contents__link a:hover, .contents__link a:active {
  text-decoration: none;
}
.l-footer {
  border-top: 1px solid #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 375px) {
  .contents__title {
    letter-spacing: 0;
  }
}
@media screen and (min-width: 414px) {
  .contents__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 568px) {
  .contents__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 6rem 0 0;
  }
  .contents__title {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
}