.ambulatory01-img01 {
  margin-bottom: 25px;
}

.ambulatoryTable01 {
  width: 100%;
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  table-layout: fixed;
  margin-top: 20px;
}

.ambulatoryTable01 span {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .ambulatoryTable01 span {
    font-size: inherit;
  }
}
.ambulatoryTable01 th,
.ambulatoryTable01 td {
  border-bottom: 1px solid #adadad;
  border-right: 1px solid #adadad;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.4;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  .ambulatoryTable01 th,
  .ambulatoryTable01 td {
    font-size: 7px;
    padding: 6px 0;
  }
}
.ambulatoryTable01 th {
  background: #fefaf1;
}

.ambulatoryTable01 td:empty {
  background: #f9f9f9;
}

.telBtn {
  display: block;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .telBtn {
    border: 1px solid #8ac248;
    border-radius: 3px;
    box-shadow: 2px 2px 0 0 #67a919;
    text-align: center;
    color: #3d6919;
  }
}
.telBtn > * {
  display: inline-block;
  vertical-align: bottom;
  line-height: 50px;
}

.telBtn em {
  font-size: 30px;
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .telBtn em {
    font-size: 15px;
    font-weight: bold;
  }
}
.telBtn span {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .telBtn span {
    font-size: 20px;
    font-weight: bold;
  }
}
.color-red {
  color: #ff3333;
}

.table {
  margin-top: 15px;
}
.table__ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.table__head {
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .table tr {
    margin-bottom: 8px;
    display: block;
  }
  .table th, .table td {
    display: block;
    width: 100%;
  }
  .table td {
    padding-left: 12px;
  }
  .table__head {
    padding-left: 0;
  }
  .table__head::before {
    top: 4px;
  }
  .table__head span {
    display: none;
  }
}
