html body .post_content h2 {
  text-align: center;
  background: var(--main-color);
  color: #fff;
  border-radius: 50px;
  padding: 10px !important;
  line-height: 1.2;
}
html body .post_content h2.none_border {
  background: none;
  padding: 0;
  line-height: normal;
}

html body .post_content h2:before {
  border: unset;
}

@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) {
  /* スマホ 縦から */
}
