@charset "UTF-8";

.input_example {
  margin-top: 5px;
}
.input_example span {
  display: inline-block;
}

.medical__regist .specialties-container {
  margin-bottom: 0;
}
.specialty-head {
  color: #fff;
  background-color: #598fb2;
}
.specialty-heading {
  font-size: 16px;
  font-weight: bold;
}
.specialties-container th, 
.specialties-container td {
  border: 1px solid #ccc;
  padding: 4px 6px;
}
.specialties-container td {
  background-color: #fff;
}
.specialty-checkbox {
  font-weight: bold;
  width: 35%;
  vertical-align: middle;
}
.specialty-products {
  width: 65%;
}
.specialty-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin: 0 3px 3px;
}
@media screen and (max-width: 767.9px) {
  .input_example {
    font-size: 81%;
  }
  .specialty-heading {
    font-size: 14px;
  }
  .specialty-checkbox {
    width: 40%;
  }
  .specialty-products {
    width: 60%;
  }
}

/* その他入力欄のグレーアウト */
.classification-other-input:disabled,
.department-other-input:disabled {
  background-color: #f0f0f0;
  color: #999;
  cursor: not-allowed;
  border-color: #ddd;
}

/* その他入力欄のアクティブ状態 */
.classification-other-input:not(:disabled),
.department-other-input:not(:disabled) {
  background-color: #fff;
  color: #333;
  cursor: text;
}

.input_attention {
  text-align: center;
  margin: 30px auto 40px;
}
.input_attention__title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .input_attention__text {
    text-align: left;
  }
}