@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  p {
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  #contents h2 {
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 12px;
    background-size: 5px 21px;
  }
  #contents .border_box h3 {
    font-size: 1.3rem;
    font-weight: normal;
    text-align: center;
  }
  #contents .border_box p {
    font-size: 1.2rem;
    text-align: center;
    margin-top: -5px;
  }
  #contents .border_box dl {
    font-size: 1.2rem;
  }
  #contents .border_box dl dt {
    width: 25%;
  }
  #contents .border_box dl dd {
    width: 75%;
    float: left;
    text-indent: -12px;
  }
  #contents .border_box dl dd a {
    color: inherit;
  }
  ol {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
