@import url('Common.css');
#target {
  width: 100%;
  /* max-width: 700px; */
  margin: 40px auto 100px auto;
  background: #fff;
  padding: 32px 28px 24px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(60,80,120,0.07), 0 1.5px 8px rgba(20,30,60,0.04);
}
form {
    margin-top: 70px;
}

form#othersSpecialSettingForm fieldset {
  border: 1.5px solid #c4d6e1;
  border-radius: 8px;
  padding: 18px 20px 16px 20px;
  margin-bottom: 27px;
  background: #f8fbfd;
  transition: box-shadow 0.2s;
}

form#othersSpecialSettingForm fieldset:focus-within {
  box-shadow: 0 0 0 2px #4e99ef55;
}

form#othersSpecialSettingForm legend {
  padding: 0 10px;
  font-size: 1.08em;
  color: var(--sub-color);
  font-weight: 600;
  letter-spacing: 1px;
}

form#othersSpecialSettingForm label {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 1em;
  color: #334444;
  margin-top: 8px;
}

form#othersSpecialSettingForm input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--sub-color);
  cursor: pointer;
}

/* .hozon.wide-letter:hover {
  background: linear-gradient(90deg, #217dbb, #68b5df);
} */

@media (max-width:767px) {
  #target {
    max-width: 98vw;
    padding: 13px 2vw 16px 2vw;
  }
  form#othersSpecialSettingForm fieldset {
    padding: 13px 7vw 11px 7vw;
  }
  .hozon.wide-letter {
    font-size: 1em;
    padding: 13px 0;
  }
}