/*
Template: businesspress
Theme Name: BusinessPress Child(custom style sheet part05)
*/
/*--
■2026年4月以降新規追加CSS専用ファイル■
--*/

/*------------ ■◎◎用カスタマイズ■ ------------*/

/*---------------------------------
文字装飾テスト
--------------------------------*/
/*背景色変更*/

h2.test2026 {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
h2.test2026:before, h2.test2026:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: black;
}
h2.test2026:before {
  left: 7px;
}
h2.test2026:after {
  right: 7px;
}





