@charset 'utf-8';

/* CSS Document */
/* =========================================================
 PC用
========================================================= */
@media screen and (min-width: 769px) {
  .contentsBlock {
    font-size: 16px;
    line-height: 1.7;
  }

  .contentsBlock:not(:first-of-type) {
    width: 94%;
    margin: 0 auto 30px;
  }

  #rightContents h3::before {
    content: url(https://cinimg.awscf.net/tsuma-parade.jp/img/common/bg_heading_medium.png?v=151117);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

/* =========================================================
 スマホ用
========================================================= */
@media screen and (max-width: 768px) {
  .contentsBlock {
    line-height: 1.7;
    width: 94%;
    margin: 0 auto 5vw;
    font-size: 4vw;
  }

  #rightContents h3 {
    background: url("https://cinimg.awscf.net/tsuma-parade.jp/s/img/common/bg_subTitle.png?v=151117");
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: auto;
    padding: 3% 3%;
    font-weight: bold;
    color: #511500;
  }

  #rightContents .contentsBlock {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
