@charset "shift-jis";

/* ==================================================
error
================================================== */
.error {
  margin: 40px auto;
}
.error_kv {
  margin-bottom: 10px;
  text-align: center;
}
.error_kv h2 {
  margin-bottom: 6px;
  text-align: center;
  color: #6D3A00;
  font-size: 18px;
  font-family: "A1ƒSƒVƒbƒN M";
  font-weight: bold;
}
.error_kv p {
  text-align: center;
  color: #6D3A00;
  font-size: 13px;
}
.error .nmlBtn_item:nth-child(2) a {
  background-color: #3DB8C2;
  border: 1px solid #3DB8C2;
}
.error_search .searchform {
  position: relative;
  width: fit-content;
  margin: 30px auto 40px;
}
.error_search .searchform .form_submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 100%;
  background: transparent url(/common_v2/images/error_search.svg) no-repeat center center;
  background-size: 28px 28px;
}
.error_search .searchform .form_text {
  width: 100%;
  padding-right: 65px;
  height: 50px;
  background: #fff;
  border: 1px solid #6D3A00;
}
.error_search .searchform .form_text::placeholder {
  color: #6D3A00;
}
@media screen and (min-width: 768px) {
  .error {
    margin: 0 auto 50px;
  }
  .error_kv {
    margin-bottom: 0;
  }
  .error_kv h2 {
    font-size: 32px;
  }
  .error_kv p {
    font-size: 18px;
  }
  .error .nmlBtn_item:nth-child(2) a:hover {
    background-color: #fff;
    color: #3DB8C2;
  }
  .error_search .searchform {
    margin: 0 auto 25px;
  }
  .error_search .searchform .form_text {
    max-width: 600px;
    margin: 0 auto;
  }
}

