.yellow {
  background-color: #fff100 !important;
  box-shadow: 0 3px 0 #fdbf00 !important;
}

.orange {
  color: #ee4c25 !important;
}

.blue {
  background-color: #5db2da !important;
  box-shadow: 0 3px 0 #398ab8 !important;
}

@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

#service {
  margin: 70px 0 0 0;
  background-image: url("../images/404/bg_01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #service {
    margin: 150px 0 0 0;
    padding-bottom: 100px;
  }
}
#service .pkz_list {
  background-color: #dcdcdc;
}
#service .pkz_list p {
  padding: 10px;
  max-width: 1280px;
  margin: 0 auto;
  font-weight: normal;
}
#service .pkz_list p a {
  text-decoration: none;
  color: #777777;
}
#service .pkz_list p span {
  color: #000;
}
#service .notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#service .notfound_inner {
  width: 90%;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  #service .notfound_inner {
    padding: 100px;
  }
}
#service .notfound_title {
  font-size: 12rem;
  line-height: 12rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .notfound_title {
    font-size: 20rem;
    line-height: 20rem;
  }
}
#service .notfound_title span {
  display: block;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #service .notfound_title span {
    font-size: 6rem;
    line-height: 6rem;
  }
}
#service .notfound_message {
  text-align: center;
  font-size: 16px;
}
#service .notfound_text {
  text-align: center;
}
#service .notfound_btn {
  margin: 40px auto 0;
  background-color: #ee4c25;
  box-shadow: 0 3px 0 #dc1e0a;
  position: relative;
  text-align: center;
  color: #FFF;
  transition: none;
  padding: 0.5em 0;
  border-radius: 5px;
  text-decoration: none;
  width: 180px;
  display: block;
  font-size: 16px;
  text-decoration: none;
}
#service .notfound_btn:hover {
  top: 6px;
  box-shadow: none !important;
}
#service .notfound_btn a {
  text-decoration: none;
  color: #fff;
}