.u-sidebar {
  width: 30%;
  padding: 1rem;
}
.u-sidebar-search {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.sidebar-search-title {
  font-size: 1.2rem;
  background-color: #1f2f54;
  color: #fff;
  padding: 0.5rem 1rem;
}

.sidebar-search-subtitle {
  background-color: #d9d9d9;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
}

.sidebar-search-inner {
}

.sidebar-search-item select,
.sidebar-search-box input[type="text"] {
  padding: 0.75rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.checkbox-wrap {
  width: 90%;
  margin: 0 auto;
}

.f-dir {
  display: flex;
  flex-direction: column;
}

.sidebar-search-btn {
  background-color: #0049ad;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  margin: 2rem auto 0;
}

.sidebar-search-btn img {
  width: 20px;
  margin-left: 0.5rem;
}

/*給与タブ*/

/* .sidebar-search-item select + select {
  margin-top: 1rem;
} */

.sidebar-search-box input[type="text"] {
  width: 100%;
}
#searchform {
  padding: 0;
}

.sidebar-search-inner #searchsubmit {
  background-color: #bf8d23;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  padding: 0;
  width: 200px;
  border: 1px solid #bf8d23;
  border-left: none;
  margin-left: 1rem;
}
#searchsubmit:disabled {
  background-color: gray !important;
  cursor: not-allowed !important;
  border: 1px solid gray;
}

.sidebar-search-inner .screen-reader-text {
  display: none;
}
.sidebar-form {
  padding: 0;
  width: 100%;
}

.submit-error {
  color: #de1738;
  text-align: center;
  display: block;
  padding-bottom: 0.5rem;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}
