p{
  margin-bottom:10px;
}

.fs1{
  font-size:20px;
}

ul{
list-style-type: none;
}

.fs2{
  font-family:'Sylfaen','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
  font-size:40px;
}

h1{
  position: relative;
  text-align: center;
}

h1 span{
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
h1::before{
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.line1{
  width: 100%;
  height: 1px;
  background-color: #000;
}