/* グループ院用ヘッダー周り */

/*
div.wrp_tel {
  display: none;
}
div.wrp_logo {
  justify-content: center;
}

div.wrp_logo h1,
div.wrp_logo p.txt_sitename {
  text-align: center;
}

div.wrp_header img.img_logo {
  margin-inline: auto;
}
*/

/* コンテンツ */
html body .post_content h2,
.lp-content .post_content h2 {
  background-color: var(--main-color);
  border-radius: 50px;
  text-align: center;
  color: #fff;
  padding-block: 10px;
  line-height: 1.3;
}
html body .post_content h2:before,
.lp-content .post_content h2:before {
  display: none;
}

@media (max-width: 1099px) {
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  /* タブレット */
}

@media screen and (max-width: 960px) {
  /* スマホ 横から */
}

@media screen and (max-width: 559px) {
  /* スマホ 縦から */
}
