@charset "UTF-8";

ul.snsBlock, div.gg-sharebar, div.line-send {
    display:none;
}

body.error .breadcrumb p {
  width: auto;
}

body.error .errorArea {
  text-align: center;
}

body.error .errorArea p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  body.error .errorArea .image {
    margin: 40px auto 20px auto;
  }
  body.error .errorArea .image img {
    width: 226px;
  }
  body.error .errorArea h1 {
    font-size: 2.8rem;
  }
  body.error .errorArea p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  body.error .errorArea {
    padding: 0 3.8%;
  }
  body.error .errorArea .image {
    width: 178px;
    margin: 60px auto 20px auto;
  }
  body.error .errorArea h1 {
    font-size: 2.5rem;
  }
  body.error .errorArea p.lead {
    font-size: 1.5rem;
  }
  body.error .errorArea p.text {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  #footerArea .linkBlock {
    margin-top: 3rem;
}
}
