@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



h4 {
  display: flex;
  align-items: center;
}

h4:before,
h4:after {
  content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #016cb8;
}

h4:before {
  margin-right: 1rem;
}

h4:after {
  margin-left: 1rem;
}

.is-style-border_left {border-color:#016cb8 !important;
padding-left:20px;}
/*h4 {
 position: relative;
  display: inline-block;
  padding: 0 100px;
}

h4:before,
h4:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 85px;
  height: 6px;
  content: '';
  border-top: solid 2px #016cb8;
  border-bottom: solid 2px #016cb8;
}

h4:before {
  left: 0;
}

h4:after {
  right: 0;
}*/