h2#danraku2{
    position: relative;
    margin: 1.0 0 1.0em;
    padding: 0.8em;
    font-size: 1.7em;
    font-weight: bold;
    color: #fff;
    background: #0174DF;
    box-shadow: 12px 0 0 0 #0174DF, 0 12px 0 0 #0174DF, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 12px 0 0 0 #0174DF, 0 12px 0 0 #0174DF, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 12px 0 0 0 #0174DF, 0 12px 0 0 #0174DF, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -o-box-shadow: 12px 0 0 0 #B92A2C, 0 12px 0 0 #B92A2C, 1px 15px 4px -3px rgba(0,0,0,0.2);
    -ms-box-shadow: 12px 0 0 0 #B92A2C, 0 12px 0 0 #B92A2C, 1px 15px 4px -3px rgba(0,0,0,0.2);
}
 
h2:before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 100%;
    width: 0;
    height: 0;
    border-width: 12px 12px 0 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: #2E9AFE;
}
 
h2:after{
    content: " ";
    position: absolute;
    padding: 0 20px;
    bottom: 0;
    left: 0.8em;
    width: 10.0em;
    height: 1.5em;
    background: rgba(255,244,244,0.4);
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
  
}

h3#danraku3{
margin: 1.0 0 1.0em;
    padding: 0.5em;
    border-left: 7px solid #0174DF;
    border-bottom: 1px dashed #0174DF;
    font-size: 1.5em;
    font-weight: bold;
  
}

h4#danraku4{
 margin: 0 0 1.0em;
    padding: 0.5em;
    border-top: 3px double #0174DF;
    border-bottom: 3px double #0174DF;
    font-size: 1.143em;
    font-weight: bold; 
}