
@charset "UTF-8";
#document h1 { position: relative; padding: 0 55px;	text-align: center;}
#document h1:before, #document h1:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 30%; height: 2px; background-color: black;}
#document h1:before { left:0;}#document h1:after { right: 0;}
@media (min-width: 768px){}
@media (min-width: 1300px){}
@media (max-width: 767px){}
@media (max-width: 575px){}