.top_container .top_text .text_container .text_term {
  width: 364px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container .text_term {
    width: 486px;
  }
}
.top_container .top_text .text_container p.btn-rule {
  display: block;
  margin-bottom: 14px;
}
.top_container .top_text .text_container p.btn-rule:last-of-type {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .top_container .top_text .text_container p.btn-rule:last-of-type {
    margin-bottom: 55px;
  }
}

footer {
  background-color: #fff;
  color: #1F1F1F;
  text-align: center;
}
footer::after {
  display: none;
}
footer .footer_sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
}
footer a {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer a {
    font-size: 16px;
  }
}/*# sourceMappingURL=end.css.map */