a,a:active,a:hover,a:visited{
  text-decoration: none;
}
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,span{
  font-weight: normal;
  margin: 0;
}
img{
  max-width: 100%;
}
body{
  font-family: Microsoft JhengHei;
}

.container{
  max-width: 1220px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1200px){
  .container{
    max-width: 980px;
  }
}
@media (max-width: 992px){
  .container{
    max-width: 750px;
  }
}
@media (max-width: 768px){
  .container{
    max-width: 100%;
  }
}
/*間隔*/
.p-top-70{
  padding-top: 70px;
}
@media (max-width: 992px) {
  .p-top-70{
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .p-top-70{
    padding-top: .5rem;
  }
}

.common-bg{
  background-color: #f5f6f7;
}
/*標題公用*/
.common-titles{
  text-align: center;
  margin-bottom: 40px;
}
.common-titles > h1{
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #222;
  margin-bottom: 15px;
}
.common-titles > h1:before,
.common-titles > h1:after{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #e1e1e1;
  top: 50%;
  margin-top: -1px;
  left: -40px;
}
.common-titles > h1:after{
  left: auto;
  right: -40px;
}
.common-titles p{
  line-height: 160%;
  font-size: 16px;
  color: #999;
}
@media (max-width: 992px) {
  .common-titles > h1{
    font-size: 26px;
  }
  .common-titles > h1:before,
  .common-titles > h1:after{
    width: 22px;
    height: 2px;
    left: -32px;
  }
  .common-titles > h1:after{
    left: auto;
    right: -32px;
  }
  .common-titles p{
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .common-titles{
    margin-bottom: .3rem;
  }
  .common-titles > h1{
    font-size: .2rem;
    margin-bottom: .06rem;
  }
  .common-titles > h1:before,
  .common-titles > h1:after{
    width: .2rem;
    left: -.3rem;
  }
  .common-titles > h1:after{
    left: auto;
    right: -.3rem;
  }
  .common-titles p{
    font-size: .14rem;
  }
}
