h2#danraku2{
  position: relative;
  padding: 0.6em;
  color: #ffffff;
  background: #13b6f2;
}

h2#danraku2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
color: #ffffff;
border: 15px solid transparent;
border-top: 15px solid #13b6f2;
width: 0;
height: 0;
}

h3#danraku3{
position: relative;
color: #61380B;
background: #e0edff;
line-height: 1.4;
padding: 0.25em 0.5em;
margin: 2em 0 0.5em;
border-radius: 0 5px 5px 5px;
}

h3#danraku3:after {/*タブ*/
  position: absolute;
  font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
  content: '\f00c Check';
background: #2E64FE;
color: #0404B4;
left: 0px;

bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
}

h4#danraku4{
position: relative;
padding: 0.25em 0;
}
h4#danraku4:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}

