.notfoundPage .l-container__wrapper {
  background: #fff8e1 url(../../recipe/common/img/bg_cream2.png) no-repeat center bottom;
}
.notfoundPage .l-container {
  overflow: visible;
  padding: 60px 0 140px;
  background: url(../img/bg_404.png) no-repeat 115px 86px;
}
.notfoundPage .notfound-txtBox {
  width: 542px;
  margin-left: 408px;
}
.notfoundPage .notfound-txtBox__title {
  font-size: 26px;
  color: #f88b66;
  line-height: 1.5;
  margin-bottom: 20px;
}
.notfoundPage .notfound-txtBox__txt {
  font-size: 14px;
  margin-bottom: 1em;
  color: #222;
}
.notfoundPage .notfound-txtBox__btn {
  width: 320px;
  margin-top: 25px;
}





