.u-sidebar {
  width: 30%;
  padding: 1rem;
  background-color: #f5f7fb; /* ← お好みの色に変更OK */
  border-radius: 8px; /* オプション：角丸 */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* オプション：少し浮かせる効果 */
}

.sidebar-search-title {
  font-size: 1rem;
  color: #000;
}

.sidebar-search-box {
  border-radius: 1rem;
}

.sidebar-search-box + .sidebar-search-box {
  margin-top: 0.5rem;
}

.sidebar-search-inner {
  padding: 0.5rem;
}

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

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

/*給与タブ*/

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

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

.sidebar-search-inner #searchsubmit {
  background-color: #002f6c;
  color: #fff;
  width: 200px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 0;
  font-size: 1.1rem;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0;
  border-radius: 5px;
}

.sidebar-search-inner .screen-reader-text {
  border: 1px solid #ccc; /* 枠線を追加 */
  border-radius: 4px;      /* 角を少し丸くする（任意） */	
}
.sidebar-form {
  padding: 0;
  width: 100%;
}


input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid #0000008c;
  border-radius: 3px;
  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 #000;
  border-bottom: 2px solid #000;
  content: "";
}


.sidebar-search-item select {
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
