/*
 Theme Name: bravada-child
 Template: bravada
*/

h1.wp-block-heading.heading-29 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
}

h1.wp-block-heading.heading-29::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #fff0d1;
    content: '';
}


h2{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
margin-bottom: 2em;
position: relative;
border-bottom: solid 3px #e3e3e2;/* 線 */
color: #2da742;/* フォント色 */
}

h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #2da742;
width: 15%;
bottom: -3px;
}
