@charset "UTF-8";
#content {
  min-height: auto;
}

#main {
  padding: 30px 25px 25px;
}

.title-404 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

.title-404::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #1B435D;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.search-box-404 {
  display: flex;
}

.search-keyword-404 {
  flex: 0 1 100%;
  padding: 5px 10px;
  height: 39px;
  border: 1px solid #f5f5f5;
  border-radius: 3px 0 0 3px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.search-keyword-404:placeholder-shown {
  color: #dcdcdc;
  font-size: 1.4rem;
}

.search-keyword-404::-webkit-input-placeholder {
  color: #dcdcdc;
  font-size: 1.4rem;
}

.search-keyword-404:-moz-placeholder {
  opacity: 1;
  color: #dcdcdc;
  font-size: 1.4rem;
}

.search-keyword-404::-moz-placeholder {
  opacity: 1;
  color: #dcdcdc;
  font-size: 1.4rem;
}

.search-keyword-404:-ms-input-placeholder {
  color: #dcdcdc;
  font-size: 1.4rem;
}

.search-keyword-404:focus {
  outline: none;
}

.search-btn-404 {
  flex: 0 0 39px;
  height: 39px;
  padding: 0;
  color: #fff;
  background-color: #3f7908;
  border: none;
  border-radius: 0 3px 3px 0;
  font-size: 2rem;
  line-height: 39px;
  overflow: hidden;
}

.search-btn-404::before {
  content: "\e010";
  display: block;
  height: 100%;
  text-align: center;
  font-family: "eparkfont";
}

.page-top-area {
  margin: 30px 0 0;
  text-align: center;
}

.pege-top-link {
  margin: 0 auto;
  display: block;
  width: 70%;
  position: relative;
  color: #fff;
  background-color: #e48914;
  border: none;
  border-radius: 3px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0px 5px 0 #c47308;
}

.pege-top-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "eparkfont";
}

@media only screen and (min-device-width: 1200px) {
  .pege-top-link:hover {
    background-color: #c47308;
  }
}
