/* カスタム CSS をここに入力してください */

h2 {
  position: relative;
  padding: 0.6em;
  background: #5cb7ce;
  color: #fff;
}

h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #5cb7ce;
width: 0;
height: 0;
}

h3 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
color: #000;/*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #36bbd2;/*左線*/
}

