@charset "UTF-8";
.consultation_history_details_tbl_top tr:nth-child(odd) td {
  background: #f5f5f5;
}

.consultation_history_details_tbl_top {
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.consultation_history_details_tbl_top th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 1px #fff;
}

.consultation_history_details_tbl_top td {
  padding: 5px;
  text-align: center;
  border: solid 1px #E9F4F5;
}

.consultation_history_details_tbl tr:nth-child(odd) td {
  background: #f5f5f5;
}

.consultation_history_details_tbl {
  width: 100%;
  color: #696969;
  table-layout: fixed;
  border-collapse: collapse;
}

.consultation_history_details_tbl th {
  background-color: #E9F4F5;
  padding: 5px;
  text-align: center;
  border: solid 1px #fff;
}

.consultation_history_details_tbl th:nth-child(1) {
  width: 120px;
}

.consultation_history_details_tbl th:nth-child(2) {
  width: 80px;
}

.consultation_history_details_tbl td {
  padding: 5px;
  text-align: center;
  border: solid 1px #E9F4F5;
}

/*responsive*/

/* sp */

@media (max-width: 768px) {
  #consultation_history_details_main {
    margin-left: 0;
  }
  .consultation_history_details_tbl th:nth-child(1) {
    width: 40%;
  }
  .consultation_history_details_tbl tr {
    text-align: left !important;
  }
  .consultation_history_details_tbl01 {
    display: flex;
  }
  .consultation_history_details_tbl01 th:nth-child(1) {
    width: 10%;
    text-align: left;
    padding: 5px 0 0;
  }
  .consultation_history_details_tbl {
    border-collapse: separate;
  }
  .consultation_history_details_tbl tr:nth-child(odd) td {
    background: #fff;
  }
  .consultation_history_details_tbl th {
    border: solid 0px;
    text-align: left;
  }
  .consultation_history_details_tbl td {
    border: solid 2px #E9F4F5;
    text-align: left;
  }
  .consultation_history_details_tbl02 li {
    padding: 10px;
    border: solid 3px #E9F4F5;
    margin-bottom: 10px;
  }
  .consultation_history_details_tbl02 li::after {
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 900;
    color: #1AA5AA;
    padding: 0 5px;
    position: absolute;
    left: 48%;
  }
  .consultation_history_details_tbl02 li:last-child::after {
    content: none;
  }
  .day {
    background: #E9F4F5;
    color: #1AA5AA;
    font-weight: bold;
    padding: 0px 5px;
    line-height: 2;
  }
}