img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

h3 {
  margin-bottom: 15px;
}

.fw-strong {
  font-weight: 700;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mb80 {
  margin-bottom: 80px;
}

.mt60 {
  margin-top: 60px;
}

.doctor-block:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #DDDDDD;
}

.doctor-block.-nobdr {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.doctor-block > .ttl {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.45;
  text-align: left;
  color: var(--bs-green);;
}

.doctor-block .name {
  margin-bottom: 20px;
  color: var(--bs-green);
}

.doctor-block .name > .main {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.doctor-block .pr {
  font-weight: 700;
}

.doctor-block .row-content {
  display: flex;
  gap: 40px;
}

.doctor-block .row-content .main {
  width: 57.53424658%;
}

.doctor-block .row-content .info {
  flex: 1;
}

.doctor-block .table th {
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .doctor-block > .ttl {
    font-size: 20px;
  }

  .doctor-block .row-content {
    display: block;
  }

  .doctor-block .row-content .info {
    margin-bottom: 40px;
  }

  .doctor-block .row-content .main {
    width: 100%;
  }
}
