@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 100px, 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 > div .masonryContainer > div {
      margin: 0 10px 20px 0; }
      #common-contents #contents-substance > div .masonryContainer > div:nth-of-type(even) {
        margin: 0 0 20px 10px; }
      #common-contents #contents-substance > div .masonryContainer > div:nth-of-type(2) {
        margin: 250px 0 20px 10px; }
      @media only screen and (max-width: 480px) {
        #common-contents #contents-substance > div .masonryContainer > div {
          margin: 0 0 20px 0 !important; } }
    #common-contents #contents-substance > div .contentsWindow h3 {
      background: url("image/pc/contentsWindow.png") no-repeat top; }
      @media only screen and (max-width: 480px) {
        #common-contents #contents-substance > div .contentsWindow h3 {
          background-image: url("image/sp/contentsWindow.png"); } }
    #common-contents #contents-substance > div .contentsWindow > div {
      background: url("image/pc/contentsWindow.png") no-repeat bottom; }
      @media only screen and (max-width: 480px) {
        #common-contents #contents-substance > div .contentsWindow > div {
          background-image: url("image/sp/contentsWindow.png"); } }
      #common-contents #contents-substance > div .contentsWindow > div p {
        color: #fff; }

/*
body{
	background:#FFF;
	position:relative;
	background-image: url(tag/body2.png),
						url(tag/body1.jpg);
	ackground-repeat:repeat,
					 repeat;
	background-position: top 50%,
						 top 50%;
	background-attachment:	fixed,
							fixed;
}

*/
#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; }
    #contents-navigation ul li:nth-of-type(3) a {
      background: url("image/pc/navigation-contents.png") no-repeat -392px top; }
      #contents-navigation ul li:nth-of-type(3) a:hover {
        background-position: -392px bottom !important; }

@media only screen and (max-width: 480px) {
  #contents01 h2 {
    line-height: 460% !important; }
    #contents01 h2 img {
      width: 90%;
      height: auto; } }
#contents01 > div {
  padding: 1em;
  margin-bottom: 20px;
  background: rgba(23, 145, 211, 0.7);
  border-radius: 15px; }
  #contents01 > div h3 {
    font-weight: bold; }
  #contents01 > div h3, #contents01 > div p {
    color: #fff; }
  #contents01 > div p:last-child {
    margin-bottom: 0; }
#contents01 ul::after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden; }
#contents01 ul li {
  width: 190px;
  float: left;
  margin: 0 6px 0 0; }
  #contents01 ul li:nth-of-type(4n) {
    margin: 0; }
  @media only screen and (max-width: 480px) {
    #contents01 ul li {
      width: 145px;
      margin: 0; }
      #contents01 ul li:nth-of-type(odd) {
        margin: 0 10px 0 0; }
      #contents01 ul li img {
        width: 100%;
        height: auto; } }

#contents03 div {
  margin-bottom: 2.5em; }
  #contents03 div::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    line-height: 0;
    visibility: hidden; }
  #contents03 div h3 {
    background: rgba(23, 145, 211, 0.7);
    border-radius: 30px;
    color: #fff;
    font: bold;
    padding: 0.25em;
    text-align: center;
    clear: both;
    margin-bottom: 1.5em;
    font-size: large;
    position: relative; }
  @media only screen and (max-width: 480px) {
    #contents03 div > img {
      float: none;
      margin: 0 0 0.5em;
      width: 100%;
      height: auto; } }
#contents03 div:nth-child(even) img {
  float: left;
  margin-right: 20px; }
#contents03 div:nth-child(odd) img {
  float: right;
  margin-left: 20px; }
#contents03 div:nth-child(odd) img {
  float: right;
  margin-left: 20px; }
#contents03 table {
  width: 100%;
  border-top: 1px solid #482707;
  border-left: 1px solid #482707; }
  #contents03 table tr {
    border-bottom: 1px solid #482707; }
  #contents03 table th {
    font-weight: bold; }
  #contents03 table th, #contents03 table td {
    border-right: 1px solid #482707;
    padding: 0.5em;
    text-align: left; }
  @media only screen and (max-width: 480px) {
    #contents03 table {
      font-size: small; } }
  #contents03 table th[scope="col"] {
    background: #ffd0d4; }
  #contents03 table tr:nth-child(2) th, #contents03 table tr:nth-child(3) th, #contents03 table tr:nth-child(4) th {
    background: #b4e8b3; }
  #contents03 table tr:nth-child(2) td, #contents03 table tr:nth-child(3) td, #contents03 table tr:nth-child(4) td {
    background: #deffde; }
  #contents03 table tr:nth-child(5) th, #contents03 table tr:nth-child(6) th, #contents03 table tr:nth-child(7) th {
    background: #bff2ff; }
  #contents03 table tr:nth-child(5) td, #contents03 table tr:nth-child(6) td, #contents03 table tr:nth-child(7) td {
    background: #ddf6fc; }
  #contents03 table tr:nth-child(8) th, #contents03 table tr:nth-child(9) th, #contents03 table tr:nth-child(10) th {
    background: #fdebac; }
  #contents03 table tr:nth-child(8) td, #contents03 table tr:nth-child(9) td, #contents03 table tr:nth-child(10) td {
    background: #fdf4d3; }
  #contents03 table tr:nth-child(11) th, #contents03 table tr:nth-child(12) th, #contents03 table tr:nth-child(13) th {
    background: #d9d8ed; }
  #contents03 table tr:nth-child(11) td, #contents03 table tr:nth-child(12) td, #contents03 table tr:nth-child(13) td {
    background: #e2e2ed; }

/*
@import "contents01";
@import "contents02";
@import "contents03";
@import "contents04";
@import "contents05";
@import "contents06";
*/
/*
@import "main-visual";
@import "common-contents";


*/
