@charset "UTF-8";

.bl_login {
  padding: 24px 16px;
  font-size: 14px;
  height: calc(100vh - 130px);
}

@media (min-width: 600px) {
  .bl_login {
    width: 410px;
    height: auto;
    padding: 28px 32px 36px;
    margin: 0 auto;
    transform: translateY(-10px);
  }
}

.bl_edit {
  padding: 24px 16px;
  font-size: 14px;
  height: calc(100vh - 130px);
}

@media (min-width: 600px) {
  .bl_edit {
    width: 100%;
    max-width: 1560px;
    height: auto;
    padding: 28px 32px 20px;
    margin: 0 auto;
    transform: translateY(-10px);
  }
}

table {
width: 100%;
text-align: center;
border-collapse: collapse;
border-spacing: 0;
border: solid 1px #778ca3;
margin-bottom: 10px;
}
tr {
border-top: dashed 1px #778ca3;
}
th {
padding: 10px;
background: #e9faf9;
}
td {
padding: 10px;
}

.el_ttl01{
  margin: 0 0 24px;
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 600px) {
  .el_ttl01{
    margin-top: 0;
  }
}

.el_btn_lg{
  width: 100%;
}

/*-- snackbar style --*/
.el_snackbar {
  font-size: 14px;
  width: calc(100% - 32px);
  height: 48px;
  padding: 16px;
  background: rgba(2,13,23,.82);
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  position: fixed;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%,0);
  animation: popup 5s forwards;
  z-index: 3;
}

@media (min-width: 600px) {
  .el_snackbar {
    width: auto;
    bottom: calc(100vh - 20vh);
    animation: popup_pc 5s forwards;
  }
}

.el_snackbar a{
  color: #64d1bb;
  margin-left: 40px;
  float: right;
}

@keyframes popup {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  10%, 90% {
    transform: translate(-50%,0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
}

@keyframes popup_pc {
  0% {
    transform: translate(-50%,-10px);
    opacity: 0;
    animation-timing-function: ease-out;
  }
  10%, 90% {
    transform: translate(-50%,0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,-10px);
    opacity: 0;
  }
}

.el_errorMessage{
  margin-bottom: 16px;
}

h1 {
  font-size: 16px;
  margin-bottom: 20px;
}

.bl_edit .bl_search {
  align-items: center;
  column-gap: 24px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.bl_edit .bl_search .bl_btnGroup {
  grid-column: 3 / 4;
  grid-row: 1 / 3;
}

.bl_edit .bl_search .el_formGroup {
  align-items: center;
  display: flex;
}

.bl_edit .bl_search .el_formGroup .el_formLabel {
  margin-top: 8px;
  max-width: 120px;
  width: 100px;
}

.bl_edit .bl_search .el_formGroup div:has(.el_textbox) {
  position: relative;
  width: 100%;
}

.bl_edit .bl_search .el_formGroup .el_textbox+.el_errorText {
  position: absolute;
  bottom: -38px;
}

.bl_edit .bl_search .el_formGroup .el_select {
  width: 120px;
}

.bl_edit .bl_search .el_formGroup .el_statusOptions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.bl_edit .bl_search .el_formGroup .el_statusOptions label {
  white-space: nowrap;
}
/* 検索結果表示テーブルおよびその周辺 */
.bl_edit .bl_diagnosisTableOptions {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.bl_edit .bl_diagnosisTableOptions .el_btn_lg {
  max-width: 220px;
}
.bl_diagnosis_table {
  table-layout: fixed;
}

.bl_diagnosis_table td {
  vertical-align: middle;
}

/* 診断編集ページのスタイル */
.bl_edit_diagnosisInfo {
  margin-bottom: 20px;
}

.bl_edit_diagnosisInfo .el_select {
  padding: 11px 12px;
  border: 1px solid #CACAD8;
  font-size: 14px;
  letter-spacing: .07em;
  background-color: #fff;
  border-radius: 4px;
  color: var(--protea-black);
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border-color .2s;
}

.bl_edit_masterQuestion {
  margin-bottom: 40px;
  border: 1px solid;
  padding: 20px;
}

.bl_edit_masterQuestion > p {
  font-size: 14px;
  margin-bottom: 10px;
}

.bl_edit_editableQuestions {
  margin-bottom: 40px;
  border: 1px solid;
  padding: 20px;
}

.bl_edit_editBox {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  width: 95%;
}

.bl_edit_editBox > input {
  margin-bottom: 0;
  width: 90%;
}

.bl_edit_editBox > .el_textBox_outer {
  margin-right: 16px;
  position: relative;
  width: 80%;
}

.bl_edit_editBox > .el_textBox_outer::after {
  content: '任意';
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  /* NOTE: .el_labelと同じ */
  border-radius: 2px;
  color: var(--protea-white);
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 3px 4px;
  /* NOTE: .el_label_mustと同じ */
  background-color: var(--ws-gray);
}

.bl_edit_editBox > .el_textBox_outer:has(input.required)::after {
  content: '必須';
  /* NOTE: .el_label_mustと同じ */
  background-color: var(--protea-orange);
}

.bl_footer_btnArea {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 16px;
  position: sticky;
  bottom: 0;
  width: 100%;
  height: auto;
  background: white;
}

.bl_choiceBtn {
  padding: 9px 16px;
  font-weight: bold;
}

.bl_edit .el_trashBtn {
  background-color: var(--protea-white);
  border-radius: 50%;
  display: inline;
  height: 32px;
  padding: 4px;
  width: 32px;
}

.bl_edit .el_trashBtn:hover {
  background-color: var(--protea-bgColor);
  opacity: 0.8;
}
.diagnosis__th--left {
  text-align: left;
}

.diagnosis__td--left {
  text-align: left;
}

.bl_diagnosis_table th.company_name {
  width: 256px;
}

.bl_diagnosis_table th.department_name,
.bl_diagnosis_table th.diagnosis_name {
  width: 150px;
}

.diagnosis__td > a.el_btn {
  width: 30px;
  height: 30px;
}

.diagnosis__td > a.el_btn:hover {
  opacity: 0.7;
}

.diagnosis__td > a.el_btn.disabled,
.diagnosis__td > a.el_btn.disabled:hover {
  opacity: 0.3;
}

.diagnosis__td > a.el_btn.hide {
  background-image: url("../images/icon_eye.svg");
  background-size: cover;
}

.diagnosis__td > a.el_btn.hide:hover{
  background-image: url("../images/icon_eye_close.svg");
  opacity: 0.7;
}

.bl_dialog.create_diagnosis .el_select {
  height: 40px;
  min-width: 200px;
  width: 50%;
}