h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a {
  color: #00a0e9;
  text-decoration: underline;
}
.l-section {
  padding: 0 0 40px 0;
  overflow: hidden;
}
.l-header-sbikou {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 33px 0;
}
.header-logo-sbikou {
  display: block;
  background: url(/store/sp/sbikou/images/d1/logo_sbikou_d1_sp.png) no-repeat left top;
  background-size: contain;
  max-width: 100%;
  height: auto;
  padding-bottom: 20vw;
  margin: 25px auto 0;
  text-indent: -99em;
  overflow: hidden
}
@media (min-width:769px) {
  .l-section {
    padding: 0 0 55px 0;
    overflow: hidden;
  }
  .l-header-sbikou {}
  .header-logo-sbikou {
    background: url(/store/sp/sbikou/images/d1/logo_sbikou_d1_pc.png) no-repeat left top;
    background-size: 553px 114px;
    width: 553px;
    height: 114px;
    padding-bottom: 0;
    margin: 40px auto 40px auto;
  }
}