main #hospital_introduction > .lead,
main h2.section_title {
  margin-bottom: 2em;
  color: var(--main_color);
  font-weight: bold;
}

/* モバイル */
@media not screen and (min-width: 1280px) {
  main #hospital_introduction > .lead,
  main h2.section_title {
    font-size: 1.25em;
  }
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
  main #hospital_introduction > .lead,
  main h2.section_title {
    font-size: 2.5em;
  }
}



/* 病院の価値は、安心で決まる。 */
#hospital_introduction p {
  margin-block-end: 1em;
  line-height: 1.6;
}

#hospital_introduction .order2 {
  order: 2;
}
#hospital_introduction .order1 {
  order: 1;
}

#hospital_introduction .name span {
  font-size: 2em;
}

#hospital_introduction ul {
  margin-block-start: 2em;
  margin-block-end: 2em;
  margin-inline-start: 1em;

  list-style-type: disc;
}
  #hospital_introduction ul li {
    margin-block-end: 1em;
  }

/* モバイル */
@media not screen and (min-width: 1280px) {
  #hospital_introduction .order1 {
    margin-bottom: 1em;
  }
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
	.profile {
		column-gap: 6%;
	}
	#hospital_introduction .name {
		margin-top: 3rem;
	}
}





/* モバイル */
@media not screen and (min-width: 1280px) {
  /* 当院の強み */
  #strengths .mod_gap {
    gap: 2em;
  }
}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
  /* 当院の強み */
  #strengths .mod_gap {
    gap: 4em;
  }
}


/* 施設概要 */
#overview .container {
  background-image: url("../img/guide/ahbg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  
}

#overview table {
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate;
}
  

  #overview table tbody th {
    font-weight: normal;
    text-align: center;
    background-color: #eaeaea;
  }

/* モバイル */
@media not screen and (min-width: 1280px) {
  #overview .container {
    background-size: auto 20%;
  }

  #overview table {
    font-size: 0.75em;
  }

  #overview table tbody th,
  #overview table tbody td {
    padding: 8px;
    line-height: 1.6;
  }

}

/* パソコン */
@media print,
screen and (min-width : 1280px) {
  #overview .container {
    background-size: auto 100%;
  }

  #overview table tbody th,
  #overview table tbody td {
    padding: 8px 16px;
    line-height: 2.4;
  }

  #overview table tbody th {
    width: 24%;
  }

}



/* 施設案内 */
#facility_info h2.section_title {
  margin-top: 1em;
  margin-bottom: 1em;
}

#facility_info .lead {
  color: inherit;
  font-size: 1.25em;
}

#facility_info {

}

/* 超音波検査装置 */
#ultrasonic_inspection_device {
  width: 100%;
}


/* 検査室 */
#examination_room p.lead {
  margin: 2em auto;
}

/* 超音波検査装置 */
#examinations {
  width: 100%;
}