@charset "UTF-8";
/* *****************************************************
 共通レイアウト（ヘッダー・フッター、メインコンテンツの枠組み・フォーム）
 ***************************************************** */
body .no_ads .google-auto-placed {
  display: none !important; }
body.navhide header {
  overflow: hidden; }
  body.navhide header nav.globalnav {
    display: block; }
body.navshow {
  height: 100vh; }
  body.navshow header nav.globalnav {
    display: block; }
  body.navshow div.main_content {
    display: none; }
  body.navshow div.main_wrap {
    display: none; }
  body.navshow footer {
    display: none; }

header .header_wrap {
  position: relative;
  background: #fff;
  z-index: 9999; }
  header .header_wrap h1.logo {
    width: 100%;
    text-align: center;
    padding: 5px 0; }
    header .header_wrap h1.logo a img {
      height: 40px; }
  header .header_wrap .navopen {
    position: fixed; }
    @media only screen and (min-width: 640px) {
      header .header_wrap .navopen {
        left: 20px;
        bottom: 20px; } }
    @media only screen and (max-width: 639px) {
      header .header_wrap .navopen {
        left: 10px;
        bottom: 80px; } }
    header .header_wrap .navopen a {
      display: block;
      width: 50px;
      height: 50px;
      padding: 10px;
      text-decoration: none;
      text-align: center;
      color: #fff;
      background: #fff;
      border-radius: 50%;
      border: 2px solid #103059; }
      header .header_wrap .navopen a i {
        font-size: 24px;
        color: #103059; }
      header .header_wrap .navopen a span {
        display: block;
        text-align: center;
        font-size: 8px; }
header nav.globalnav {
  display: none;
  background: #103059; }
  header nav.globalnav .search_area {
    padding: 20px 15px 0; }
    header nav.globalnav .search_area .input_wrap {
      display: flex;
      align-items: center; }
      header nav.globalnav .search_area .input_wrap p.icon {
        text-align: center;
        width: 37px;
        background: #fff;
        height: 38px;
        line-height: 38px; }
      header nav.globalnav .search_area .input_wrap p.text {
        flex: 1; }
        header nav.globalnav .search_area .input_wrap p.text input {
          width: 100%; }
  header nav.globalnav .icon_area ul {
    width: 60%;
    margin: 0 auto;
    display: flex; }
    header nav.globalnav .icon_area ul li {
      display: block;
      flex: 1; }
      header nav.globalnav .icon_area ul li a {
        display: block;
        text-align: center;
        padding: 20px 0; }
        header nav.globalnav .icon_area ul li a i {
          font-size: 24px;
          color: #fff; }
  header nav.globalnav ul.globalnav {
    border-top: 2px solid #fff; }
    header nav.globalnav ul.globalnav li.item.parentitem {
      padding: 10px 0;
      border-bottom: 2px solid #fff; }
    header nav.globalnav ul.globalnav li.item.subitem {
      padding-left: 10px; }
      header nav.globalnav ul.globalnav li.item.subitem a {
        font-size: 12px; }
    header nav.globalnav ul.globalnav li.item > ul {
      display: flex; }
      header nav.globalnav ul.globalnav li.item > ul li {
        width: 50%;
        border-right: 1px solid #729AC9; }
        header nav.globalnav ul.globalnav li.item > ul li:nth-of-type(2n+2) {
          border-right: 0; }
    header nav.globalnav ul.globalnav li.item a {
      display: block;
      padding: 10px;
      color: #fff; }
      header nav.globalnav ul.globalnav li.item a i {
        color: inherit;
        margin-right: 5px; }
header nav.header_globalnav ul {
  display: flex; }
  header nav.header_globalnav ul li {
    flex: 1;
    background: #103059;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }
    header nav.header_globalnav ul li:last-of-type {
      border-right: 0; }
    header nav.header_globalnav ul li a {
      padding: 10px 0;
      display: block;
      text-align: center;
      font-size: 16px;
      color: #fff; }
      header nav.header_globalnav ul li a:hover {
        text-decoration: none; }
      header nav.header_globalnav ul li a i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        margin-right: 5px; }
@media only screen and (max-width: 639px) {
  header nav.footerfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999; } }
header nav.footerfixed ul {
  display: flex; }
  header nav.footerfixed ul li {
    flex: 1;
    background: #103059;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; }
    header nav.footerfixed ul li:last-of-type {
      border-right: 0; }
    header nav.footerfixed ul li a {
      padding: 10px 0;
      display: block;
      text-align: center;
      font-size: 12px;
      color: #fff; }
      header nav.footerfixed ul li a:hover {
        text-decoration: none; }
      header nav.footerfixed ul li a i {
        color: #fff;
        display: block;
        font-size: 24px;
        margin-bottom: 5px; }

body footer.default {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 80px;
  background: rgba(16, 48, 89, 0.1); }
  body footer.default .sitemap_wrap {
    margin-top: 0; }
    body footer.default .sitemap_wrap h2 {
      width: 40%;
      margin: 0 auto; }
      @media only screen and (min-width: 640px) {
        body footer.default .sitemap_wrap h2 {
          width: 200px; } }
      @media only screen and (max-width: 639px) {
        body footer.default .sitemap_wrap h2 {
          width: 40%; } }
      body footer.default .sitemap_wrap h2 img {
        display: block;
        max-width: 100%; }
    body footer.default .sitemap_wrap ul {
      margin-top: 30px; }
      body footer.default .sitemap_wrap ul li a {
        color: #103059;
        line-height: 1.3em; }
        body footer.default .sitemap_wrap ul li a i {
          color: inherit; }

/* *****************************************************
 メインコンテンツ
 ***************************************************** */
div.main_wrap div.content .google-auto-placed {
  margin: 30px 0; }
@media only screen and (min-width: 1200px) {
  div.main_wrap div.content .content_thumb {
    padding-top: 20px; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  div.main_wrap div.content .content_thumb {
    padding-top: 20px; } }
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.main_wrap div.content .content_thumb {
    padding-top: 20px; } }
div.main_wrap div.content h1 {
  padding: 50px 10px;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3em; }
  div.main_wrap div.content h1 span {
    text-align: center;
    font-size: 10px;
    display: block; }
  div.main_wrap div.content h1 dl {
    display: flex;
    margin-top: 5px;
    align-items: baseline; }
    div.main_wrap div.content h1 dl.large_space {
      margin-top: 20px; }
    div.main_wrap div.content h1 dl:first-of-type {
      margin-top: 0;
      margin-bottom: 10px; }
    div.main_wrap div.content h1 dl.title dt {
      width: 100%;
      text-align: center;
      margin-bottom: 5px; }
    div.main_wrap div.content h1 dl.title dd {
      width: 100%;
      text-align: center;
      font-size: 10px; }
    div.main_wrap div.content h1 dl dt, div.main_wrap div.content h1 dl dd {
      display: block;
      width: 50%;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.2em; }
      div.main_wrap div.content h1 dl dt a, div.main_wrap div.content h1 dl dd a {
        display: inline-block;
        vertical-align: top; }
    div.main_wrap div.content h1 dl dt {
      text-align: right;
      padding-right: 10px;
      font-family: "Avenir Next", sans-serif;
      font-weight: bold; }
    div.main_wrap div.content h1 dl dd {
      padding-left: 10px;
      text-align: left; }
div.main_wrap div.content h2 {
  margin-top: 30px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em; }
div.main_wrap div.content h3 {
  margin-top: 30px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em; }
div.main_wrap div.content h4 {
  margin-top: 30px;
  margin-left: 2em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em; }
@media only screen and (min-width: 1200px) {
  div.main_wrap div.content .posts_list.panelitem {
    display: flex; } }
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  div.main_wrap div.content .posts_list.panelitem {
    display: flex; } }
@media only screen and (min-width: 640px) and (max-width: 959px) {
  div.main_wrap div.content .posts_list.panelitem {
    display: flex; } }
@media only screen and (max-width: 639px) {
  div.main_wrap div.content .posts_list.panelitem {
    display: block; } }
div.main_wrap div.content .posts_list.panelitem li {
  display: block; }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .posts_list.panelitem li {
      width: 25%;
      padding: 0 2px 4px; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .posts_list.panelitem li {
      width: 33%;
      padding: 0 2px 4px; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .posts_list.panelitem li {
      width: 50%;
      padding: 0 2px 4px; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .posts_list.panelitem li {
      width: 100%;
      margin-top: 10px; }
      div.main_wrap div.content .posts_list.panelitem li:first-of-type {
        margin-top: 0; } }
  div.main_wrap div.content .posts_list.panelitem li .postimage_wrap {
    position: relative; }
    div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .thumb {
      height: 260px;
      overflow: hidden;
      position: relative;
      background: #103059; }
    div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_category {
      position: absolute;
      left: 0;
      top: 0;
      padding: 8px 12px;
      background: #FF9B0E;
      font-weight: bold;
      color: #fff; }
    div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_new {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      background: #f00;
      color: #fff;
      font-family: "Avenir Next", sans-serif;
      font-weight: bold; }
    div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 10px;
      background: rgba(0, 0, 0, 0.6); }
      div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item p {
        color: #fff; }
      div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item a {
        color: #fff; }
        div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item a:hover {
          text-decoration: none; }
      div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item div.times p {
        font-family: "Avenir Next", sans-serif;
        font-weight: bold;
        font-size: 10px; }
      div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item div.title {
        margin-top: 6px;
        line-height: 1.3em; }
        div.main_wrap div.content .posts_list.panelitem li .postimage_wrap .post_item div.title a {
          font-size: 14px;
          font-weight: bold; }
div.main_wrap div.content .youtube_movie {
  width: 100%; }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .youtube_movie iframe {
      width: 100%; } }
div.main_wrap div.content .content_list {
  padding: 30px 20px;
  background: rgba(16, 48, 89, 0.1); }
  div.main_wrap div.content .content_list ul {
    padding-left: 1em;
    display: flex; }
    div.main_wrap div.content .content_list ul li {
      padding-left: 1em;
      text-indent: -1em;
      margin-top: 5px;
      width: 100%; }
      div.main_wrap div.content .content_list ul li.slash_2 {
        width: 50%; }
      div.main_wrap div.content .content_list ul li.slash_3 {
        width: 33%; }
      div.main_wrap div.content .content_list ul li.slash_4 {
        width: 25%; }
      div.main_wrap div.content .content_list ul li.maititle {
        margin-top: 20px; }
        div.main_wrap div.content .content_list ul li.maititle:first-of-type {
          margin-top: 0; }
      div.main_wrap div.content .content_list ul li.title {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.3em;
        margin-top: 10px; }
      div.main_wrap div.content .content_list ul li.subtitle {
        margin-left: 10px;
        line-height: 1.3em; }
      div.main_wrap div.content .content_list ul li:last-of-type {
        margin-bottom: 0; }
      div.main_wrap div.content .content_list ul li a {
        color: #103059; }
        div.main_wrap div.content .content_list ul li a i {
          margin-right: 5px; }
div.main_wrap div.content .filter_area div {
  flex: 1;
  padding: 10px; }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .filter_area div {
      width: 50%; } }
  div.main_wrap div.content .filter_area div p {
    margin: 0; }
    div.main_wrap div.content .filter_area div p a {
      font-size: 12px; }
div.main_wrap div.content .history_wrap .history {
  background: rgba(16, 48, 89, 0.1);
  margin-top: 10px;
  padding: 15px; }
  @media only screen and (min-width: 640px) {
    div.main_wrap div.content .history_wrap .history {
      display: flex;
      align-items: center; } }
  div.main_wrap div.content .history_wrap .history:first-child {
    margin-top: 0; }
  div.main_wrap div.content .history_wrap .history .history_header {
    display: flex; }
    @media only screen and (min-width: 640px) {
      div.main_wrap div.content .history_wrap .history .history_header {
        width: 300px; } }
    div.main_wrap div.content .history_wrap .history .history_header .date {
      font-size: 12px;
      flex: 1; }
      div.main_wrap div.content .history_wrap .history .history_header .date p {
        margin-top: 5px;
        font-size: 12px; }
    div.main_wrap div.content .history_wrap .history .history_header .category {
      flex: 1;
      font-size: 12px; }
  @media only screen and (min-width: 640px) {
    div.main_wrap div.content .history_wrap .history .detailwrap {
      flex: 3; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .history_wrap .history .detailwrap {
      margin-top: 10px;
      margin-left: 10px; } }
  div.main_wrap div.content .history_wrap .history .detailwrap .title {
    font-size: 16px;
    font-weight: bold; }
  div.main_wrap div.content .history_wrap .history .detailwrap .desc {
    display: none;
    margin-top: 10px;
    line-height: 1.5em;
    font-size: 12px; }
    div.main_wrap div.content .history_wrap .history .detailwrap .desc.desc_display {
      display: block; }
    div.main_wrap div.content .history_wrap .history .detailwrap .desc.desc_title {
      font-size: 12px;
      text-decoration: underline;
      font-weight: bold; }
  div.main_wrap div.content .history_wrap .history .footer_link {
    display: none; }
    @media only screen and (min-width: 640px) {
      div.main_wrap div.content .history_wrap .history .footer_link {
        width: 50px; } }
    @media only screen and (max-width: 639px) {
      div.main_wrap div.content .history_wrap .history .footer_link {
        width: 100%; } }
    div.main_wrap div.content .history_wrap .history .footer_link p {
      display: block; }
      div.main_wrap div.content .history_wrap .history .footer_link p a {
        display: block;
        text-align: center; }
        @media only screen and (min-width: 640px) {
          div.main_wrap div.content .history_wrap .history .footer_link p a i {
            font-size: 24px; } }
        @media only screen and (max-width: 639px) {
          div.main_wrap div.content .history_wrap .history .footer_link p a {
            margin-top: 10px;
            padding: 10px;
            background: #103059;
            border-radius: 5px; }
            div.main_wrap div.content .history_wrap .history .footer_link p a i {
              font-size: 14px;
              display: inline-block;
              margin: 0 auto;
              color: #B7CFE9; } }
div.main_wrap div.content .history_wrap .history_arrow {
  display: block;
  text-align: center;
  margin-top: 10px; }
  div.main_wrap div.content .history_wrap .history_arrow:last-of-type {
    display: none; }
  div.main_wrap div.content .history_wrap .history_arrow i {
    display: block;
    margin: 0 auto;
    color: #103059;
    font-size: 24px; }
div.main_wrap div.content .sns_share ul {
  display: flex; }
  div.main_wrap div.content .sns_share ul li {
    flex: 1;
    background: #fff; }
    div.main_wrap div.content .sns_share ul li.facebook {
      color: #3C5A99; }
    div.main_wrap div.content .sns_share ul li.tweet {
      color: #1DA1F2; }
    div.main_wrap div.content .sns_share ul li.line {
      color: #00B900; }
    div.main_wrap div.content .sns_share ul li.tumblr {
      color: #39475D; }
    div.main_wrap div.content .sns_share ul li.instagram {
      color: #4C64D3; }
    div.main_wrap div.content .sns_share ul li.hatena {
      color: #5279E7; }
    div.main_wrap div.content .sns_share ul li a {
      display: block;
      text-align: center;
      padding: 12px 0;
      color: inherit !important;
      font-weight: bold; }
      div.main_wrap div.content .sns_share ul li a:hover {
        background: rgba(16, 48, 89, 0.1); }
      div.main_wrap div.content .sns_share ul li a i {
        font-size: 18px;
        color: inherit !important; }
div.main_wrap div.content .deck_detail_btn p,
div.main_wrap div.content .deck_filter_btn p {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px; }
  div.main_wrap div.content .deck_detail_btn p a,
  div.main_wrap div.content .deck_filter_btn p a {
    display: block;
    text-align: center; }
div.main_wrap div.content .deck_detail.not_show {
  height: 0;
  overflow: hidden;
  position: relative; }
div.main_wrap div.content .recipe {
  display: flex; }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .recipe {
      padding: 20px 10px 0; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .recipe {
      padding: 20px 10px 0; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .recipe {
      padding: 20px 10px 0; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .recipe {
      padding: 20px 1px 0; } }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .recipe.large_image .card {
      width: 25%; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .recipe.large_image .card {
      width: 25%; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .recipe.large_image .card {
      width: 33%; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .recipe.large_image .card {
      width: 50%; } }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .recipe .card {
      width: 10%;
      padding: 5px 10px 0; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .recipe .card {
      width: 10%; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .recipe .card {
      width: 20%; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .recipe .card {
      width: 33%;
      padding: 2px 1px 0; } }
div.main_wrap div.content .recipe_image {
  display: flex; }
  div.main_wrap div.content .recipe_image .image_wrap {
    width: 50%;
    padding: 10px 5px 0; }
div.main_wrap div.content .caution {
  background: #FF9B0E;
  padding: 10px; }
  div.main_wrap div.content .caution p {
    line-height: 1.5em;
    color: #fff;
    font-weight: bold; }
div.main_wrap div.content .research_open_wrap {
  margin-top: 15px; }
div.main_wrap div.content .deck_research_wrap .deck_research {
  display: flex; }
  div.main_wrap div.content .deck_research_wrap .deck_research .research_item h3 {
    margin-bottom: 15px;
    text-align: center; }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .deck_research_wrap .deck_research .research_item {
      width: 33%;
      padding: 0 5px; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .deck_research_wrap .deck_research .research_item {
      width: 33%;
      padding: 0 5px; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .deck_research_wrap .deck_research .research_item {
      width: 50%;
      padding: 0 5px; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .deck_research_wrap .deck_research .research_item {
      width: 80%;
      margin: 0 auto; } }
  div.main_wrap div.content .deck_research_wrap .deck_research .research_item canvas {
    display: block;
    margin: 0 auto; }
  div.main_wrap div.content .deck_research_wrap .deck_research .research_item .bikou {
    text-align: left;
    font-size: 10px;
    line-height: 1.3em;
    margin-top: 10px; }
div.main_wrap div.content .tier_wrap .tier_comment,
div.main_wrap div.content .tier_wrap .tier_special_thanks,
div.main_wrap div.content .tier_wrap .tier_rev {
  line-height: 1.5em;
  padding: 15px 25px; }
div.main_wrap div.content .tier_wrap .warning {
  padding: 15px 25px; }
  div.main_wrap div.content .tier_wrap .warning li {
    line-height: 1.5em; }
div.main_wrap div.content .tier_wrap .tier_type {
  display: flex; }
  div.main_wrap div.content .tier_wrap .tier_type dl {
    display: block; }
    @media only screen and (min-width: 1200px) {
      div.main_wrap div.content .tier_wrap .tier_type dl {
        width: 33%; } }
    @media only screen and (min-width: 960px) and (max-width: 1199px) {
      div.main_wrap div.content .tier_wrap .tier_type dl {
        width: 33%; } }
    @media only screen and (min-width: 640px) and (max-width: 959px) {
      div.main_wrap div.content .tier_wrap .tier_type dl {
        width: 33%; } }
    @media only screen and (max-width: 639px) {
      div.main_wrap div.content .tier_wrap .tier_type dl {
        width: 100%; } }
    div.main_wrap div.content .tier_wrap .tier_type dl dt {
      padding: 15px 25px 0; }
    div.main_wrap div.content .tier_wrap .tier_type dl dd {
      padding: 15px 25px 0; }
div.main_wrap div.content .tier_wrap .tier_list h3 {
  font-size: 18px;
  margin-bottom: 15px; }
  div.main_wrap div.content .tier_wrap .tier_list h3 i {
    font-size: 24px;
    margin-right: 10px; }
    div.main_wrap div.content .tier_wrap .tier_list h3 i.tier_0 {
      color: #EFAF00; }
    div.main_wrap div.content .tier_wrap .tier_list h3 i.tier_1 {
      color: #AEB3B5; }
    div.main_wrap div.content .tier_wrap .tier_list h3 i.tier_2 {
      color: #BA6E40; }
div.main_wrap div.content .tier_wrap .tier_list .tier_decks {
  display: flex; }
  div.main_wrap div.content .tier_wrap .tier_list .tier_decks .tier_deck {
    display: block;
    padding: 10px 5px 0; }
    @media only screen and (min-width: 1200px) {
      div.main_wrap div.content .tier_wrap .tier_list .tier_decks .tier_deck {
        width: 33%; } }
    @media only screen and (min-width: 960px) and (max-width: 1199px) {
      div.main_wrap div.content .tier_wrap .tier_list .tier_decks .tier_deck {
        width: 33%; } }
    @media only screen and (min-width: 640px) and (max-width: 959px) {
      div.main_wrap div.content .tier_wrap .tier_list .tier_decks .tier_deck {
        width: 50%; } }
    @media only screen and (max-width: 639px) {
      div.main_wrap div.content .tier_wrap .tier_list .tier_decks .tier_deck {
        width: 100%; } }
  div.main_wrap div.content .tier_wrap .tier_list .tier_decks div.title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 10px; }
  div.main_wrap div.content .tier_wrap .tier_list .tier_decks div.image {
    margin-top: 10px;
    padding: 0 10px; }
  div.main_wrap div.content .tier_wrap .tier_list .tier_decks div.info {
    padding: 0 10px; }
    div.main_wrap div.content .tier_wrap .tier_list .tier_decks div.info .code {
      margin-top: 10px; }
    div.main_wrap div.content .tier_wrap .tier_list .tier_decks div.info .detail {
      line-height: 1.5em;
      margin-top: 10px; }
div.main_wrap div.content .post_content_image {
  margin-top: 30px; }
div.main_wrap div.content .post_content {
  margin-top: 30px;
  line-height: 1.5em;
  padding: 0 10px; }
  div.main_wrap div.content .post_content .post_subcontent_image {
    margin-top: 15px; }
  div.main_wrap div.content .post_content .post_subcontent {
    margin-left: 1em;
    margin-top: 15px;
    line-height: 1.5em; }
  div.main_wrap div.content .post_content .ref_info {
    margin: 10px 0 0;
    padding: 15px;
    background: rgba(16, 48, 89, 0.1);
    line-height: 1.6em; }
    div.main_wrap div.content .post_content .ref_info * {
      font-size: 12px;
      color: #103059;
      line-height: 1.3em; }
  div.main_wrap div.content .post_content .accordion_opener {
    margin-top: 10px;
    line-height: 1.3em; }
div.main_wrap div.content .post_sub2content {
  margin-left: 2em;
  margin-top: 10px;
  line-height: 1.6em; }
div.main_wrap div.content .gifted_wrap {
  display: flex; }
div.main_wrap div.content .gifted_list {
  display: block; }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .gifted_list {
      width: 25%;
      padding: 0 2px 4px; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .gifted_list {
      width: 25%;
      padding: 0 2px 4px; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .gifted_list {
      width: 33%;
      padding: 0 2px 4px; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .gifted_list {
      width: 100%; } }
  div.main_wrap div.content .gifted_list .gifted_image {
    position: relative; }
    div.main_wrap div.content .gifted_list .gifted_image .gifted_name {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 15px;
      font-size: 16px;
      color: #fff;
      background: rgba(0, 0, 0, 0.6); }
    div.main_wrap div.content .gifted_list .gifted_image .gifted_info {
      position: absolute;
      right: 10px;
      top: 10px; }
      div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status {
        padding-bottom: 10px; }
        div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status.life .status_value {
          border-radius: 50%;
          background: #94271e; }
        div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status.mp .status_value {
          border-radius: 50%;
          background: #418935; }
        div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status.shield .status_value {
          background: #5f8782; }
        div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status .status_value {
          width: 40px;
          height: 40px;
          font-size: 14px;
          color: #fff;
          text-align: center;
          font-weight: bold;
          border: 2px solid #fff; }
          div.main_wrap div.content .gifted_list .gifted_image .gifted_info .gifted_status .status_value span {
            display: block;
            font-size: 9px;
            color: #fff;
            font-weight: bold;
            padding: 5px 0 3px; }
div.main_wrap div.content .more_info {
  padding: 15px;
  color: #103059;
  background: rgba(16, 48, 89, 0.1); }
  div.main_wrap div.content .more_info a {
    color: inherit;
    text-decoration: underline; }
div.main_wrap div.content .gifted_gear_list {
  display: none; }
div.main_wrap div.content .gear_wrap .gear_info h3 {
  margin: 15px 0; }
div.main_wrap div.content .gear_wrap .gear_info dl:nth-of-type(2n+1) dt, div.main_wrap div.content .gear_wrap .gear_info dl:nth-of-type(2n+1) dd {
  background: rgba(16, 48, 89, 0.1); }
div.main_wrap div.content .gear_wrap .gear_info dl dt p, div.main_wrap div.content .gear_wrap .gear_info dl dd p {
  line-height: 1.5em; }
div.main_wrap div.content .gear_wrap .gear_info dl dt {
  padding: 10px 10px 5px; }
div.main_wrap div.content .gear_wrap .gear_info dl dd {
  padding: 0 10px 10px; }
  div.main_wrap div.content .gear_wrap .gear_info dl dd img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px; }
div.main_wrap div.content .normaltext {
  padding: 0 15px; }
  div.main_wrap div.content .normaltext.space {
    margin-top: 15px; }
  div.main_wrap div.content .normaltext.bottomspace {
    margin-bottom: 15px; }
  div.main_wrap div.content .normaltext p {
    line-height: 1.5em;
    margin-bottom: 5px; }
div.main_wrap div.content blockquote {
  padding: 10px;
  background: rgba(16, 48, 89, 0.1);
  border-left: 5px solid #B7CFE9;
  color: #103059;
  line-height: 1.5em;
  font-size: 14px; }
div.main_wrap div.content form.research {
  display: none; }
div.main_wrap div.content .search_form {
  margin-top: 30px;
  border-bottom: 2px solid rgba(16, 48, 89, 0.1); }
  div.main_wrap div.content .search_form dl {
    display: block; }
    div.main_wrap div.content .search_form dl:nth-of-type(2n+1) dt, div.main_wrap div.content .search_form dl:nth-of-type(2n+1) dd {
      background: rgba(16, 48, 89, 0.1); }
    div.main_wrap div.content .search_form dl dt, div.main_wrap div.content .search_form dl dd {
      display: block; }
      div.main_wrap div.content .search_form dl dt *, div.main_wrap div.content .search_form dl dd * {
        font-weight: inherit; }
    div.main_wrap div.content .search_form dl dt {
      padding: 15px 15px 10px; }
    div.main_wrap div.content .search_form dl dd {
      padding: 0 15px 15px;
      font-weight: normal; }
      div.main_wrap div.content .search_form dl dd label {
        display: inline-block;
        margin-right: 10px; }
      div.main_wrap div.content .search_form dl dd .bikou {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.3em; }
  div.main_wrap div.content .search_form .suggest {
    padding: 15px;
    background: #fff; }
    div.main_wrap div.content .search_form .suggest div {
      padding-top: 15px; }
      div.main_wrap div.content .search_form .suggest div:first-of-type {
        padding-top: 0; }
        div.main_wrap div.content .search_form .suggest div:first-of-type span {
          font-weight: bold; }
div.main_wrap div.content .kirikae {
  margin-top: 15px;
  padding: 0 10px 0; }
div.main_wrap div.content .search_result .resultlist {
  padding: 15px;
  background: rgba(16, 48, 89, 0.1);
  margin-top: 30px;
  line-height: 1.3em; }
div.main_wrap div.content .search_result .research {
  margin-top: 10px;
  padding: 0 10px; }
div.main_wrap div.content .result_list {
  margin-top: 30px; }
  div.main_wrap div.content .result_list .cardlist_basic {
    display: flex; }
    div.main_wrap div.content .result_list .cardlist_basic .card {
      display: block; }
div.main_wrap div.content .button_area {
  display: flex;
  margin-top: 30px; }
  div.main_wrap div.content .button_area p {
    flex: 1;
    margin: 10px; }
    div.main_wrap div.content .button_area p input, div.main_wrap div.content .button_area p a, div.main_wrap div.content .button_area p button {
      display: block;
      width: 100%;
      height: 100%; }
    div.main_wrap div.content .button_area p button {
      background: #FF9B0E; }
div.main_wrap div.content .gifted_banner_list_wrap.not_show {
  display: none; }
div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list {
  display: flex;
  margin-bottom: 20px; }
  div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li {
    display: block;
    padding: 10px 5px 0; }
    @media only screen and (min-width: 1200px) {
      div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li {
        width: 25%; } }
    @media only screen and (min-width: 960px) and (max-width: 1199px) {
      div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li {
        width: 25%; } }
    @media only screen and (min-width: 640px) and (max-width: 959px) {
      div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li {
        width: 33%; } }
    @media only screen and (max-width: 639px) {
      div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li {
        width: 50%; }
        div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li:nth-of-type(2n+1) {
          padding-right: 5px; }
        div.main_wrap div.content .gifted_banner_list_wrap .gifted_banner_list li:nth-of-type(2n+2) {
          padding-left: 5px; } }
div.main_wrap div.content .tabitem {
  margin-top: 20px;
  display: flex; }
  div.main_wrap div.content .tabitem .tab {
    flex: 1; }
    div.main_wrap div.content .tabitem .tab.selecttab a {
      background: #B7CFE9;
      color: #103059; }
    div.main_wrap div.content .tabitem .tab:nth-of-type(2n+1) a {
      border-radius: 5px 0 0 5px; }
    div.main_wrap div.content .tabitem .tab:nth-of-type(2n+2) a {
      border-radius: 0 5px 5px 0; }
    div.main_wrap div.content .tabitem .tab a {
      display: block;
      text-align: center;
      padding: 10px;
      border: 2px solid #103059;
      background: #103059;
      color: #fff;
      text-decoration: none; }
div.main_wrap div.content .information_wrap {
  margin-top: 30px;
  border-bottom: 10px solid rgba(16, 48, 89, 0.1); }
  @media only screen and (min-width: 640px) {
    div.main_wrap div.content .information_wrap dl:nth-of-type(2n+1) {
      background: #fff; }
    div.main_wrap div.content .information_wrap dl:nth-of-type(2n+1) {
      background: rgba(16, 48, 89, 0.1); } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .information_wrap dl dt {
      background: rgba(16, 48, 89, 0.1); }
    div.main_wrap div.content .information_wrap dl dd {
      background: #fff; } }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .information_wrap dl {
      display: flex; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .information_wrap dl {
      display: flex; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .information_wrap dl {
      display: flex; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .information_wrap dl {
      display: block; } }
  div.main_wrap div.content .information_wrap dl dt, div.main_wrap div.content .information_wrap dl dd {
    display: block;
    padding: 10px; }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .information_wrap dl dt {
      width: 30%; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .information_wrap dl dt {
      width: 30%; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .information_wrap dl dt {
      width: 30%; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .information_wrap dl dt {
      width: 100%; } }
  @media only screen and (min-width: 1200px) {
    div.main_wrap div.content .information_wrap dl dd {
      width: 70%; } }
  @media only screen and (min-width: 960px) and (max-width: 1199px) {
    div.main_wrap div.content .information_wrap dl dd {
      width: 70%; } }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    div.main_wrap div.content .information_wrap dl dd {
      width: 70%; } }
  @media only screen and (max-width: 639px) {
    div.main_wrap div.content .information_wrap dl dd {
      width: 100%; } }
div.main_wrap div.content .tablewrap {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-top: 30px; }
  @media only screen and (min-width: 640px) {
    div.main_wrap div.content .tablewrap.fullsize {
      overflow-x: auto;
      white-space: normal; }
      div.main_wrap div.content .tablewrap.fullsize table {
        width: 100%; } }
  div.main_wrap div.content .tablewrap table a {
    color: #103059;
    text-decoration: underline;
    font-weight: bold; }
  div.main_wrap div.content .tablewrap table.vertical_table tr:first-of-type th {
    background: #103059;
    color: #fff; }
    div.main_wrap div.content .tablewrap table.vertical_table tr:first-of-type th * {
      color: inherit; }
  div.main_wrap div.content .tablewrap table.vertical_table tr:nth-of-type(2n+1) td {
    background: #B7CFE9; }
  div.main_wrap div.content .tablewrap table.vertical_table tr:nth-of-type(2n+2) td {
    background: rgba(16, 48, 89, 0.1); }
  div.main_wrap div.content .tablewrap table.vertical_table tr th, div.main_wrap div.content .tablewrap table.vertical_table tr td {
    width: auto; }
  div.main_wrap div.content .tablewrap table.search_table {
    width: 100%; }
    div.main_wrap div.content .tablewrap table.search_table tr th, div.main_wrap div.content .tablewrap table.search_table tr td {
      line-height: 1.5em; }
    div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+1) th {
      color: #fff;
      background: #103059; }
      div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+1) th * {
        color: inherit; }
    div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+1) td {
      background: #B7CFE9; }
    div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+2) th {
      color: #fff;
      background: rgba(16, 48, 89, 0.8); }
      div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+2) th * {
        color: inherit; }
    div.main_wrap div.content .tablewrap table.search_table tr:nth-of-type(2n+2) td {
      background: rgba(16, 48, 89, 0.1); }
  div.main_wrap div.content .tablewrap table tr th, div.main_wrap div.content .tablewrap table tr td {
    padding: 8px 10px; }
  div.main_wrap div.content .tablewrap table tr th {
    width: 30%; }
  div.main_wrap div.content .tablewrap table tr td {
    width: 70%; }
div.main_wrap div.content .comment_area .commets-list {
  padding: 0 15px; }
  div.main_wrap div.content .comment_area .commets-list .comment_item {
    margin-top: 10px; }
    div.main_wrap div.content .comment_area .commets-list .comment_item .comment_text {
      margin-top: 5px;
      line-height: 1.3em; }
div.main_wrap div.content .comment-form {
  padding: 0 15px; }
  div.main_wrap div.content .comment-form p {
    margin-top: 15px; }
div.main_wrap div.content .dictionary {
  padding: 0 10px; }
  div.main_wrap div.content .dictionary dl {
    margin-bottom: 30px; }
    div.main_wrap div.content .dictionary dl dt, div.main_wrap div.content .dictionary dl dd {
      font-size: 14px; }
      div.main_wrap div.content .dictionary dl dt em, div.main_wrap div.content .dictionary dl dd em {
        background: #103059;
        color: #fff;
        border-radius: 5px;
        padding: 10px 15px;
        display: inline-block;
        margin-right: 10px;
        font-size: 10px; }
      div.main_wrap div.content .dictionary dl dt span, div.main_wrap div.content .dictionary dl dd span {
        font-size: 8px;
        display: inline-block;
        margin-left: 5px; }
    div.main_wrap div.content .dictionary dl dd {
      margin-top: 10px; }
div.main_wrap div.content .pagenavi_wrap {
  display: flex;
  margin-top: 30px; }
  div.main_wrap div.content .pagenavi_wrap .pagenavi {
    display: block;
    width: 50%;
    padding: 0 15px; }
    div.main_wrap div.content .pagenavi_wrap .pagenavi:nth-of-type(2n+1) {
      text-align: left; }
    div.main_wrap div.content .pagenavi_wrap .pagenavi:nth-of-type(2n+2) {
      text-align: right; }
div.main_wrap div.content .post_archive_link {
  margin-top: 30px;
  padding: 0 15px; }

/*
	animation-direction について
	normal						0 > 50 > 100 > 0 > 50 > 100 ...
	reverse						100 > 50 > 0 > 100 > 50 > 0 ....
	alternate					0 > 50 > 100 > 50 > 0 > 50 > 100 ...
	alternate-reverse	100 > 50 > 0 > 50 > 100 > 50 > 0 ...

	animation-fill-mode について
	none			CSS適用されない
	forwards	アニメ開始前、開始前のアニメーション（基本は0%）が適用
	backwards	アニメ終了後、開始後のアニメーション（基本は100%）が適用
	both			開始前＋終了後両方とも適用
*/
/* *****************************************************
 キーフレーム
 ***************************************************** */
/*
 アイテムが少し上ずるアニメーション。


	animation-name: little_popup;
	animation-duration: 0.5s;					// アニメーション所要時間
	animation-timing-function: ease;	// アニメーションの変化割合
	animation-delay: 0s;							// アニメ開始までの遅延
	animation-iteration-count: 1;			// アニメーションの回数。何回も繰り返す場合は infinite を指定
	animation-direction: alternate;		// アニメーションを繰り返す方向。
	animation-fill-mode: forwards;		// アニメーション開始前・終了後のCSS動作適用
	animation-play-state: running;		// アニメーションをすぐに開始するかどうか

	animation-name: show_menu;
	animation-duration: 0.5s;					// アニメーション所要時間
	animation-timing-function: ease;	// アニメーションの変化割合
	animation-delay: 0s;							// アニメ開始までの遅延
	animation-iteration-count: 1;			// アニメーションの回数。何回も繰り返す場合は infinite を指定
	animation-direction: alternate;		// アニメーションを繰り返す方向。
	animation-fill-mode: forwards;		// アニメーション開始前・終了後のCSS動作適用
	animation-play-state: running;		// アニメーションをすぐに開始するかどうか

 */
/* ******************************************************
 アイテムが少し上ずるアニメーション。
 クラス名：animation_hover_up
 使い方：アニメーションさせたいアイテムにクラスを指定
 ****************************************************** */
@keyframes little_popup {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-5px); } }
.animation_hover_up:hover {
  animation-name: little_popup;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running; }

/* ******************************************************
 アイテムが少し大きくなるアニメーション。
 クラス名：animation_hover_large
 使い方：アニメーションさせたいアイテムにクラスを指定
 ****************************************************** */
@keyframes little_large {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
.animation_hover_large:hover {
  animation-name: little_large;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running; }

/* ******************************************************
 メニューが開くアニメーション
 クラス名：animation_menu_show
 使い方：アニメーションさせたいアイテムにクラスを指定
 ****************************************************** */
@keyframes menu-show {
  0% {
    height: 0; }
  100% {
    height: 200vh; } }
.animation_menu_show {
  animation-name: menu-show;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running; }

@keyframes menu-hide {
  0% {
    height: 100vh; }
  100% {
    height: 0; } }
.animation_menu_hide {
  animation-name: menu-hide;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: running; }

/*# sourceMappingURL=style.css.map */
