h2#danraku2 {
position: relative;
padding: 0.2em 0.5em;
background: -moz-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: -webkit-linear-gradient(to right, rgb(255, 124, 111), #ffc994);
background: linear-gradient(to right, rgb(255, 124, 111), #ffc994);
color: white;
font-weight: lighter;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
}

h3#danraku3{
position: relative;
padding: 0.25em 0;
}
h3#danraku3:after {
content: "";
display: block;
height: 4px;
background: -moz-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}

h4#danraku4{
position: relative;
padding: 0.5em;
background: #a6d3c8;
color: white;
}

h4#danraku4:before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

h5#danraku5 {
border-bottom: solid 3px #cce4ff;
position: relative;
}

h5#danraku5:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #5472cd;
bottom: -3px;
width: 20%;
}


@media only screen and (max-width: 1200px){
.logo-text a {color:#FFFFFF;}
.footer-logo-text a {color:#6B5C16;}
}