@charset "UTF-8";
#main{box-sizing: content-box;}
.section .headline{position:relative;font-size: 2.06em;font-weight:bold;color:#000;text-align:center;}
.section .headline .inner{display:inline-block;}
.section .headline:after{content: "";display:block;bottom:-5px;margin:0 auto;background: rgb(251,28,36);background: radial-gradient(circle, rgba(251,28,36,1) 0%, rgba(0,0,0,1) 100%);}

#pagetop a{position:fixed;right:5.5%;bottom:11.4%;display:block;background-color:#fff;width:66px;height:66px;webkit-transition: all .25s ease-out;transition: all .25s ease-out;z-index:999}
#pagetop a:hover span{opacity:0.5}
#pagetop a img{width:100%;vertical-align: middle;}

@media only screen and (max-width:980px){
#localFooterNav {display: none;}
}

@media only screen and (max-width:767px){

.section .headline{font-size:1.5em;}

#pagetop a{width:70px;height:70px;right:2.2%;bottom: 0;}
#pagetop a:hover span{opacity:1}

}