/* カスタム CSS をここに入力してください */

h2{
 position: relative;
 padding: 0.5em;
 background: #797841;
 color: white;
 }h2::before {
 position: absolute;
 content: ”;
top: 100%;
 left: 0;
 border: none;
 border-bottom: solid 10px transparent;
 border-right: solid 15px rgb(149, 158, 155);
 }