/*
Theme Name: yanchar
Theme URI: 
Author: kawa
Author URI: 
Description: やんちゃークラブ用のブロックテーマ
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yanchar
Tags: 
*/

h2 {
    font-weight: bold;
    padding: 0 3em;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
h2::before, h2::after {
    content: '';
    background: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
h2::before {
    left: 0;
}
h2::after {
    right: 0;
}

h3 {
    font-weight: bold;
    border-left: 5px solid #4c9ac0;
    border-bottom: 2px dashed #B4B4B4;
    padding: 0.25em 0 0.3em 0.5em;
}

h4 {
    font-weight: bold;
    border-bottom: 3px solid #4c9ac0;
    padding: 0.3em;
    margin-bottom: 0.3em;
    transform: skewX(-15deg);
    position: relative;    
}
h4::before, h3::after {
    content: '';
    height: 20px;
    transform: rotate(30deg);
    position: absolute;
    bottom: -10px;
}
h4::before {
    right: 2.5em;
}
h4::after {
    right: 2em;
}

h5 {
    font-weight: bold;
    border-bottom: 3px solid #e3e3e3;
    padding: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}
h5::after {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}

h6 {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0.5em 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}
h6::before {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}