body {
  background-image: url(../common/images/bg_paper.jpg);
  background-attachment: fixed;
  margin-top: 116px;
}
@media screen and (max-width: 640px) {
  body {
    margin-top: 60px;
  }
}

main {
  background-color: #000;
}

.contents {
  padding: 0 0 70px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .contents {
    padding: 0 0 30px;
  }
}

.contents-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 80px;
}
@media screen and (max-width: 640px) {
  .contents-inner {
    width: 90%;
  }
}

.logo-area {
  text-align: center;
  margin-bottom: 20px;
}

.ttl-area {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .ttl-area {
    margin-bottom: 30px;
  }
}

.text-area {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
.text-area .text-big {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .text-area .text-big {
    font-size: 18px;
  }
}
.text-area .text-small {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .text-area .text-small {
    font-size: 14px;
  }
}

.link_area {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.link_area a:first-child {
  width: 100%;
}/*# sourceMappingURL=style.css.map */