@charset "UTF-8";
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* CSS Transition Easing */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* カラー設定 */
/* 透ける背景用設定 */
/* 基本テキスト色 */
/* font関係 */
/* フォント[size,line-height,letter-spacing] */
/* 角丸 */
/* margin-bottom */
/* screenサイズ */
/* ブレイクポイント */
/*$break-smartphone:1050px;*/
/* z-index */
/* RPG */
#common-contents h1 {
  background: url("image/pc/h1.png") no-repeat; }
  @media only screen and (max-width: 480px) {
    #common-contents h1 {
      background: url("image/sp/h1.png") no-repeat left top; } }
#common-contents #contents-substance {
  background-image: url(image/pc/contents-substance.png), url(../../common/css/common-contents/contents-substance.png);
  background-repeat: no-repeat, repeat-y;
  background-position: right 150px, right top; }
  #common-contents #contents-substance > div {
    padding: 0 0 50px; }
    #common-contents #contents-substance > div::after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      line-height: 0;
      visibility: hidden; }
    #common-contents #contents-substance > div h2 {
      width: 780px;
      height: 70px;
      margin: 2em 0 1em;
      padding-top: 17px;
      text-align: center;
      background: url(image/pc/h2.png) no-repeat; }
      #common-contents #contents-substance > div h2:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 480px) {
        #common-contents #contents-substance > div h2 {
          width: 300px;
          height: 62px;
          background: url(image/sp/h2.png) no-repeat;
          position: relative;
          line-height: 540%;
          padding-top: 0; } }
  #common-contents #contents-substance a {
    display: block;
    border: 3px solid #7c6bd1;
    line-height: 0; }
    #common-contents #contents-substance a:hover {
      border: 3px solid #a09dd4; }
    #common-contents #contents-substance a img {
      width: 100%;
      height: auto; }
  #common-contents #contents-substance #contents01 a {
    width: 380px; }
    @media only screen and (max-width: 480px) {
      #common-contents #contents-substance #contents01 a {
        width: 30		0px; } }
  #common-contents #contents-substance #contents02 a {
    width: 220px; }
    @media only screen and (max-width: 480px) {
      #common-contents #contents-substance #contents02 a {
        margin: 0 auto; } }

#contents-navigation {
  background: url("image/pc/contents-navigation.png") 0 0 no-repeat;
  padding: 11px; }
  #contents-navigation ul li {
    width: 196px;
    height: 45px;
    display: block; }
    #contents-navigation ul li a {
      display: block;
      text-decoration: none;
      text-indent: -9999px;
      overflow: hidden;
      line-height: 0em;
      width: 196px;
      height: 45px;
      display: block; }
    #contents-navigation ul li:nth-of-type(1) a {
      background: url("image/pc/navigation-contents.png") no-repeat 0px top; }
      #contents-navigation ul li:nth-of-type(1) a:hover {
        background-position: 0px bottom !important; }
    #contents-navigation ul li:nth-of-type(2) a {
      background: url("image/pc/navigation-contents.png") no-repeat -196px top; }
      #contents-navigation ul li:nth-of-type(2) a:hover {
        background-position: -196px bottom !important; }
