@charset "utf-8";
/* default PC */

.member {
  gap: 55px 0;
}

.schedule-box {
  margin: 0 auto;
  max-width: 850px;
}

.mynumber img {
  border: 1px solid #CCC;
}

#first .table-02 th {
  white-space: nowrap;
}

.member .table-02 th {
  min-width: 145px;
  width: 22%;
}

#contents table.medical th:first-child {
  width: 10%;
}

#contents .time-txt {
  font-size: 21px;
}

#contents .time-txt .sub-txt {
  font-size: 18px;
  padding-right: 5px;
}

#contents #attempt h2 {
  line-height: 1.2em;
}

#contents #attempt h2 .sub-txt {
  font-size: 21px;
}

#contents #first .txt-2box h3 {
  border: none;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
}

#first .txt-2box.bg-white.tel-box {
  margin: 0;
  max-width: none;
}

#contents #first .tel-box p.no-mb.flex.center {
  margin: 50px 0;
}

#contents #first .txt-2box.end h3 {
  color: #E26C35;
}

#medical .time-area .txt-2box.end h4 {
  color: #0B233F;
}

#letter .tel-box {
  margin: 30px 0 0;
  max-width: fit-content;
}

#contents #letter .tel-box h4.box-ttl {
  margin-bottom: 00;
  text-align: left;
}

.consultation-area .txt-2box {
  background-color: #F7EEE0;
  padding: 30px;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .tel-box {
    max-width: 100%;
  }

  .tel-box.txt-2box.end.bg-white {
    margin-top: 15px;
  }

  .member .table-02 th {
    min-width: 105px;
    width: 22%;
  }

  #contents table.medical th:first-child {
    border-collapse: separate;
    font-size: 15px;
    left: 0;
    padding: 5px;
    position: sticky;
    text-align: center;
    vertical-align: middle;
    width: 5%;
    z-index: 1;
  }

  #contents .table-over table.medical th:first-child {
    width: 3%;
  }

  .time-area .txt-2box.end {
    margin-top: 20px;
  }

  .consultation-area .flex {
    gap: 15px;
  }
}

@media screen and (max-width: 640px) {}

/* view-559 Mobile */
@media screen and (max-width: 559px) {}