@charset "utf-8";

main > section > h2 {
	width: calc(100% - 90px);
    margin: 1% 45px 0 45px;
    height: 45px;
    line-height: 45px;
    font-size: 1.6em;
}

main > section > h2::before {
    width:45px;
    height: 45px;
    border-radius:22.5px 0 0 22.5px;
    top:0;
    left:-45px;
}

main > section > h2::after {
    width:45px;
    height: 45px;
    border-radius:0 22.5px 22.5px 0;
    top:0;
    right:-45px;
}