@charset "UTF-8";
/* =======================================================
汎用固定ページ
======================================================= */
.bl-page-content {
  padding-bottom: 18rem;
}
.bl-page-body {
  max-width: 50rem;
  margin: 0 auto;
}
.bl-page-body p {
  margin-top: 1em;
  line-height: 1.8;
}
.bl-page-body h2 {
  padding: 0.375rem 1.5rem;
  margin-top: 2.5em;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
  background: #5B9A6E;
  border-radius: 0.625rem;
}
.bl-page-body h2:first-child {
  margin-top: 0;
}
.bl-page-body h3 {
  position: relative;
  padding: 0 1rem 0.5rem 1rem;
  margin-top: 2em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: calc(29 / 20);
  border-bottom: 0.125rem solid #D5EBD9;
}
.bl-page-body h3::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  background: #5B9A6E;
}
.bl-page-body a {
  color: #5B9A6E;
  text-decoration: underline;
}
.bl-page-body a:hover {
  color: #3D7A52;
}
.bl-page-body table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5em;
  border: 0.0625rem solid #D5EBD9;
}
.bl-page-body table th,
.bl-page-body table td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #D5EBD9;
  text-align: left;
  vertical-align: top;
}
.bl-page-body table th {
  background: #F3F9F4;
  font-weight: 700;
  white-space: nowrap;
}
.bl-page-body ul,
.bl-page-body ol {
  margin-top: 1em;
  padding-left: 1.5em;
}
.bl-page-body li {
  margin-top: 0.5em;
  line-height: 1.8;
}
.bl-page-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0.625rem;
  margin-top: 1em;
}
.bl-page-body strong {
  font-weight: 700;
}
.bl-page-body .memo_alert {
  background: #FFF8F5;
  border: 0.1875rem solid #FFEDE3;
  border-radius: 0.625rem;
  padding: 1.5rem 2rem;
  margin: 1.5em 0;
}
.bl-page-body .schedule {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bl-page-body .schedule table {
  border: 0.125rem solid #5B9A6E;
  min-width: 40rem;
}
.bl-page-body .schedule table th,
.bl-page-body .schedule table td {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.6;
  padding: 0.625rem 0.5rem;
  vertical-align: middle;
}
.bl-page-body .schedule table .row1 td,
.bl-page-body .schedule table .row1 th {
  background: #5B9A6E;
  color: #fff;
  font-weight: 700;
}
.bl-page-body .schedule table .row2 td:first-child,
.bl-page-body .schedule table .row3 td:first-child {
  background: #F3F9F4;
  font-weight: 700;
  white-space: nowrap;
}
.bl-page-body .schedule table .row2 td:not(:first-child),
.bl-page-body .schedule table .row3 td:not(:first-child) {
  vertical-align: top;
}
.bl-page-body .schedule table td .doctor-name {
  display: block;
  background: #5B9A6E;
  color: #fff;
  font-weight: 600;
  border-radius: 0.375rem;
  padding: 0.3rem 0.5rem;
  margin: 0.25rem 0;
  white-space: nowrap;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
}
.bl-page-body .schedule table td .doctor-note {
  display: block;
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.125rem;
}
.bl-page-body .schedule-note {
  font-size: 0.875rem;
  color: #666;
  margin-top: 0.75em;
}
.bl-page-body table thead th {
  background: #5B9A6E;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.bl-page-body table thead tr + tr th {
  background: #F3F9F4;
  color: inherit;
}
.bl-page-body table tbody td {
  text-align: center;
}
.bl-page-body details {
  margin-top: 1em;
  border: 0.0625rem solid #D5EBD9;
  border-radius: 0.625rem;
  padding: 1rem 1.5rem;
}
.bl-page-body summary {
  font-weight: 700;
  cursor: pointer;
  color: #3D7A52;
}
.bl-page-body details p {
  margin-top: 0.75em;
}
@media screen and (max-width: 750px) {
  .bl-page-content {
    padding-bottom: 16rem;
  }
  .bl-page-body h2 {
    font-size: 2rem;
    padding: 0.5rem 1.5rem 0.75rem;
  }
  .bl-page-body h3 {
    font-size: 1.875rem;
    padding: 0 0 0.75rem 1.6875rem;
  }
  .bl-page-body h3::before {
    top: 1.1rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .bl-page-body p {
    font-size: 1.75rem;
  }
  .bl-page-body table th,
  .bl-page-body table td {
    padding: 1rem;
    font-size: 1.625rem;
  }
  .bl-page-body li {
    font-size: 1.75rem;
  }
  .bl-page-body details {
    padding: 1.5rem 2rem;
  }
  .bl-page-body summary {
    font-size: 1.875rem;
  }
  .bl-page-body .schedule table {
    min-width: 60rem;
  }
  .bl-page-body .schedule table th,
  .bl-page-body .schedule table td {
    font-size: 1.5rem;
    padding: 1rem 0.75rem;
  }
  .bl-page-body .schedule-note {
    font-size: 1.5rem;
  }
  .bl-page-body .schedule table td .doctor-name {
    font-size: 1.375rem;
    padding: 0.4rem 0.625rem;
    margin: 0.3rem 0;
  }
  .bl-page-body .schedule table td .doctor-note {
    font-size: 1.25rem;
  }
  .bl-page-body table thead th {
    font-size: 1.625rem;
  }
}
