@charset "utf-8";
/* CSS Document */
.spbr {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .spbr {
    display: block;
  }
  #contents h1 {
    line-height: 3.1rem;
  }
  #contents h2 {
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 12px;
    background-size: 6px 21px;
  }
  .oshirase dl dt {
    font-size: 1.6rem;
    color: #bababa;
    padding: 0;
    margin-bottom: 10px;
  }
  .oshirase dl dd {
    width: 100%;
  }
  .oshirase dl dd a {
    color: inherit;
    line-height: 2.7rem;
    font-size: 1.4rem;
  }
}
