@font-face {
  font-family: 'Noto Sans C JK JP DemiLight';
  src: url(/res/font/NotoSansCJKjp-DemiLight.woff) format('woff')
}
@media screen and (min-width: 768px){
  #contents {
    background: none;
    text-align: center;
    font-family: 'Noto Sans C JK JP DemiLight', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #contents .caution {
      border-bottom: 1px solid #d0d0d0;
      border-top: 1px solid #d0d0d0;
      font-size: 12px;
      margin: 10px 15px 30px;
      padding: 15px 0;
      position: relative;
      text-align: left;
      line-height: 1.7;
  }
  #contents .caution span {
    font-size:130%;
    font-weight:700;
  }
  #contents .caution p {
      font-size: 15px;
  }
}
@media screen and (max-width: 767px){
  #contents {
    background: none;
    text-align: center;
    margin:0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #contents .caution {
      border-bottom: 1px solid #d0d0d0;
      border-top: 1px solid #d0d0d0;
      font-size: 12px;
      margin: 10px 15px 30px;
      padding: 15px 0;
      position: relative;
      text-align: left;
    line-height:1.5;
  }
  #contents .caution span {
      font-size: 123%;
      font-weight: 700;
  }
}
