/* CSS Document */

html {
  overflow: auto;
}
body {
  overflow: auto;
}
.end-contents {
  max-width: 100%;
  text-align: left;
  padding: 0 20px;
  padding-top: 90px;
  padding-bottom: 80px;
}
.end-contents a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .end-contents {
    max-width: 800px;
    padding-top: 100px;
    margin: auto;
  }
}
.end-contents .title {
  margin-bottom: 50px;
  text-align: left;
  margin-left: -9px;
}
.end-contents .title img {
  width: 700px;

}
@media (min-width: 769px) {
  .end-contents .title {
    margin-bottom: 100px;
    margin-left: -23px;
  }
}
@media (max-width: 768px) {
  .end-contents .title img {
    width: 76%;
  }
}
.end-contents .end-txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 90px;
}
@media (min-width: 769px) {
  .end-contents .end-txt {
    font-size: 35px;
  }
}
.end-contents .txt01 {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 7px;
}
@media (min-width: 769px) {
  .end-contents .txt01 {
    font-size: 28px;
  }
}
.end-contents .txt02 {
  margin-bottom: 30px;
}
.end-contents .txt03 {
  margin-bottom: 50px;
  line-height: 1.8;
}
.end-contents .txt03 .c-red {
  text-decoration: none;
}
@media (min-width: 769px) {
  .end-contents .txt03 {
    margin-bottom: 80px;
  }
}
.end-contents .txt03 a {
  color: #000000;
}
.logo {
  display: inline;
}

.logo .logo-parco {
  width: 127px;
  height: 38px;
  fill: #000000;
}

.copyright {
  margin: 14px 0 25px;
  font-size: 12px;
  line-height: 9px;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 10px;
  }
}
.close-txt {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 2.111111111;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .close-txt {
    font-size: 18px;
  }
}
.jump-btn a {
  width: 245px;
  margin: 39px auto 46px;
  padding: 15px 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border: 1px solid #000000;
  color: #000000;
}

.jump-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .jump-btn a {
    font-size: 14px;
  }
}

.mb90 {
  margin-bottom: 90px!important;
}

.mb00 {
  margin-bottom: 0!important;
}
.sp-br {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

/*# sourceMappingURL=map/style_end.css.map */