/*===============================
ortho-rehab
================================*/
@media screen and (min-width: 768px) {
}
/* ::::: 当院について ::::: */
#ortho-rehab {
}
#ortho-rehab .ortho-rehab-section {
 padding: 60px 0;
 background: #fff;
}
@media screen and (min-width: 768px) {
 #ortho-rehab .ortho-rehab-section {
  padding: 100px 0;
  background: #fff;
 }
}
#ortho-rehab .ortho-rehab-header {
 border-bottom: 3px solid #d6a59c;
 margin-bottom: 40px;
}
#ortho-rehab .ortho-rehab-heading {
 display: flex;
 align-items: center;
 gap: 10px;
 font-family: "Noto Sans JP", "Helvetica Neue", sans-serif;
 font-size: clamp(1.2rem, 2.4vw, 2.4rem);
 font-weight: 700;
 color: #333;
}
#ortho-rehab .ortho-rehab-icon {
 width: 25px;
 height: 25px;
}
@media screen and (min-width: 768px) {
 #ortho-rehab .ortho-rehab-icon {
  width: 28px;
  height: 28px;
 }
}
/* --- 2カラム --- */
#ortho-rehab .ortho-rehab-flex {
 display: flex;
 gap: 38px;
 align-items: flex-start;
 padding-bottom: 70px;
}

#ortho-rehab .ortho-rehab-photo {
 width: 48%;
 margin: 0;
}
#ortho-rehab .ortho-rehab-photo img {
 width: 100%;
 height: auto;
 display: block;
 border-radius: 6px;
}

#ortho-rehab .ortho-rehab-text {
 flex: 1;
 font-size: 1rem;
 line-height: 1.8;
 color: #333;
}
@media screen and (min-width: 768px) {
 #ortho-rehab .ortho-rehab-text {
  flex: 1;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
 }
}
#ortho-rehab .ortho-rehab-text p {
 margin: 0 0 1.8em;
}

#ortho-rehab .ortho-rehab-subheading {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
@media screen and (min-width: 768px) {
 #ortho-rehab .ortho-rehab-subheading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #cc3366;
  margin: 1.4em 0;
 }
}
#ortho-rehab .ortho-rehab-list {
 list-style: disc;
 margin: 0 0 0 1.2em;
 padding: 0;
}
#ortho-rehab .ortho-rehab-list li {
 margin: 0 0 0.8em;
}

/* --- スマホ --- */
@media (max-width: 768px) {
 #ortho-rehab .ortho-rehab-section {
  padding: 70px 0;
 }
 #ortho-rehab .ortho-rehab-flex {
  flex-direction: column;
  gap: 32px;
 }
 #ortho-rehab .ortho-rehab-photo {
  flex: 0 0 auto;
  width: 100%;
 }
 #ortho-rehab .ortho-rehab-subheading {
  margin: 2em 0 0.8em;
 }
}
#ortho-rehab .ortho-rehab-subheading02 {
 font-size: 1.2rem;
 font-weight: 700;
 color: #cc3366;
 margin: 1.4em 0;
}
