/*********************************************************
  * 404
**********************************************************/
.notfound-content {
  padding: 200px 0 100px;
}
@media screen and (max-width: 750px) {
  .notfound-content {
    padding: 100px 20px 60px;
  }
}
.notfound-content .c-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .notfound-content .c-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .notfound-content .c-ttl .jp {
    font-size: 23px;
  }
}
.notfound-content .info-box {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .notfound-content .info-box {
    text-align: left;
    padding: 0 20px;
  }
}
.notfound-content .info-box-list {
  display: inline-block;
  text-align: left;
  margin: 3rem 0;
}
.notfound-content .info-box-list li {
  position: relative;
  padding-left: 1.5rem;
}
.notfound-content .info-box-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #36b02b;
  position: absolute;
  top: 12px;
  left: 0;
}
.notfound-content .info-box p a {
  color: #36b02b;
  text-decoration: underline;
}
