.p-article-detail__title {
    font-weight: 500;
}
.c-facility-mini-card__title {
    font-weight: 500;
}
.p-article{
	  color: #000;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 2rem;
}

.h2-article{
	  color: #048606;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-bottom: 1.4375rem;
    position: relative;
    text-align: center;
}

.h3-article{
	  border-left: 4px solid #048606;
    color: #048606;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: 2rem;
    padding: 0.625rem 0.625rem 0.625rem 0.75rem;
}
.article-th {
  background-color: #0b7d4a; /* 好みで色調整OK */
  color: #fff;
  font-weight: 600;
}

/* SPフッターのTEL・住所ブロックを小さく・揃える */
.l-footer__address-sp .l-footer__menu-contact-label {
  font-size: 0.8125rem;
}
.l-footer__address-sp .l-footer__menu-contact-number {
  font-size: 1.25rem;
}
.l-footer__address-sp .l-footer__menu-address-text {
  font-size: 0.8125rem;
  line-height: 1.6;
}