h2#danraku2 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em;
    background:#4ab76b;
    color: #fff;
    font-size: 1.7em;
    font-weight: normal;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
 
h2#danraku2:after {
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #4ab76b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}


h3#danraku3 {
    position: relative;
    margin: 0 0 1.5em;
    padding: 0.8em 0 0.8em 1.5em;
    border: 2px solid #4ab76b;
    font-size: 1.5em;
    font-weight: bold;
}
 
h3#danraku3:before{
    content: "";
    position: absolute;
    background: #4ab76b;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}


h4#danraku4 {
	padding: .5em .75em;
	background-color: #f6f6f6;
	border-left: 7px solid #ccc;
    font-size: 1.5em;
    font-weight: bold;
}

p { font-size:18px;}
