/* カスタム CSS をここに入力してください */
h2#danraku2 {
  position: relative;
  padding: 0.5em;
  background: #CC3300;
  color: white;
	font-size: 28px;
}

h2#danraku:before {
	position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h3#danraku3 {
  padding: 0.5em;/*文字周りの余白*/
  color: #494949;/*文字色*/
  background: #fffaf4;/*背景色*/
  border-left: solid 5px #CC3300;/*左線（実線 太さ 色）*/
	font-size:24px;
}

h4#danraku4 {
}