.content-type__tpsearch .search-keyword {
  margin-bottom: 80px;
  padding-top: 50px;
}
.content-type__tpsearch .search-keyword > h3 {
  font-size: 20px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 999px) {
  .content-type__tpsearch .search-keyword > h3 {
    font-size: 18px;
  }
}
.content-type__tpsearch .search-keyword .w-search-form {
  max-width: 600px;
  margin: 0 auto;
}
.content-type__tpsearch .search-keyword .w-search-form .input-field input[type="text"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 10px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #999999;
}
.content-type__tpsearch .search-keyword .w-search-form .input-field input[type="text"].short {
  width: 60%;
}
.content-type__tpsearch .search-keyword .w-search-form .form-btn {
  text-align: center;
  margin-top: 30px;
}
.content-type__tpsearch .search-keyword .w-search-form .form-btn input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 330px;
  padding: 16px 20px;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  border: 1px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-type__tpsearch .search-keyword .w-search-form .form-btn input:hover {
  background: #000000;
  color: #ffffff;
}

.keyword-null {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 100px 0;
}
@media screen and (max-width: 999px) {
  .keyword-null {
    font-size: 14px;
  }
}

.no-item-founded {
  font-size: 16px;
  text-align: center;
  padding: 20px 0 100px 0;
}
@media screen and (max-width: 999px) {
  .no-item-founded {
    font-size: 14px;
  }
}

/*# sourceMappingURL=update.css.map */


