@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/


/*
h2.wp-block-heading {
    position: relative;
    display: inline-block;
    padding: 0 55px !important;
    font-size: 2rem !important;
    left: 50%;
    transform: translateX(-50%);
	color: #303030;
}

h2.wp-block-heading:before, h2.wp-block-heading:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #2aab9f;
}

h2.wp-block-heading:before {
  left:0;
}
h2.wp-block-heading:after {
  right: 0;
}

h3 {
    position: relative;
    display: inline-block;
    margin-bottom: .75em !important;
    font-size: 1.5rem !important;
}

h3:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 50px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2aab9f;
  border-radius: 2px;
}
*/