.error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 116rem;
  padding: 6rem 1rem 6rem;
  width: 100%;
}

.error__ttl01 {
  color: #111111;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.error__desc {
  color: #111111;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 8rem;
}
.error__link {
  font-size: 1.8rem;
  line-height: 1.5;
}
.error__link a {
  text-decoration: none;
  color: #111111;
  background: url("/common/images/icon_arrow_001.gif") center left no-repeat;
  padding-left: 2rem;
  line-height: 1.5;
}
.error__link a:hover {
  text-decoration: underline;
  color: #f58220;
}

@media screen and (max-width: 768px) {
  .error {
    padding: 4rem 1.5rem 0;
  }
  .error__lead {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  .error__ttl01 {
    color: #333333;
    font-size: 2.5rem;
    line-height: 1.48;
    margin-bottom: 3rem;
  }
  .error__desc {
    font-size: 1.6rem;
  }
  .error__link {
    font-size: 1.6rem;
  }
  .error__link a:hover {
    text-decoration: none;
    color: #111111;
  }
}
