@media screen and (min-width: 760px), print {
  #otheritem:not(.howtoplay-top) .is-static .nc3-c-navi__inner{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  #otheritem:not(.howtoplay-top) .others-innerNav .others-innerNav__title{
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #otheritem:not(.howtoplay-top) .nc3-c-navi__logo  {
    display: block;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left:28px;
  }
}
@media screen and (max-width: 759px) {
  .is-fixed .nc3-c-navi__inner{
    height:62px;
  }
  .is-fixed .nc3-c-navi__logo {
    padding:0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
  }
}


@media screen and (min-width: 760px), print {
  .howtoplay-contents {
    margin: 0 0 97px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-contents {
    margin: 0 0 20px;
  }
}
.howtoplay-contents__header {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .howtoplay-contents__main {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-contents__main {
    padding: 0 0 25px;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-history__item,
  .howtoplay-item {
    display: -webkit-box;
    display: flex;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-history__item,
  .howtoplay-item {
    padding: 0 0 24px;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-history__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-history__item {
    margin-bottom: 23px;
  }
}
.howtoplay-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 760px), print {
  .howtoplay-history__title,
  .howtoplay-history__description,
  .howtoplay-item__title,
  .howtoplay-item__description {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-history__title,
  .howtoplay-item__title {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 34.5%;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-history__title,
  .howtoplay-item__title {
    padding: 24px 0 12px;
  }
}
.howtoplay-item__description b {
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .howtoplay-item__description .nc3-a-caption {
    padding-top: 12px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-item__description .nc3-a-caption {
    padding-top: 8px;
  }
}
.howtoplay-rule__list {
  counter-reset: rule;
}
@media screen and (min-width: 760px), print {
  .howtoplay-rule__list {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-rule__list {
    padding: 0 0 35px;
  }
}
.howtoplay-rule__item {
  padding-left: 2em;
}
@media screen and (min-width: 760px), print {
  .howtoplay-rule__item {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-rule__item {
    padding-bottom: 8px;
  }
}
.howtoplay-rule__item:before {
  display: block;
  float: left;
  counter-increment: rule;
  content: counter(rule) ".";
  margin-left: -2em;
  font-weight: bold;
}
.howtoplay-rule__image {
  margin: auto;
}
@media screen and (min-width: 760px), print {
  .howtoplay-tips {
    padding: 0 0 36px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-tips {
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-tips__title {
    padding: 0 0 12px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-tips__title {
    padding: 0 0 5px;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-nav {
    margin: auto;
    max-width: 900px;
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-nav__inner {
    display: -webkit-box;
    display: flex;
  }
}
.howtoplay-nav__title {
  font-size: 14px;
  margin-top: -0.65em;
  margin-bottom: -0.35em;
  font-weight: bold;
}
@media screen and (min-width: 760px), print {
  .howtoplay-nav__title {
    background-image: -webkit-linear-gradient(top, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to bottom, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-y;
    background-position: right top;
    background-size: 1px 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 42px;
    padding-right: 42px;
    width: 145px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-nav__title {
    background-image: -webkit-linear-gradient(left, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-image: linear-gradient(to right, #b4b4b4, #b4b4b4 1px, transparent 1px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    margin: 0 0 15px;
    padding: 0 0 20px;
    text-align: center;
  }
}
.howtoplay-nav__list {
  -webkit-box-flex: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 760px), print {
  .howtoplay-nav__item {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-nav__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-nav__item {
    padding: 14px 0;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-nav__item {
    padding: 10px 0;
  }
}
.howtoplay-nav__item.is-current {
  pointer-events: none;
}
.howtoplay-nav__item.is-current span {
  color: #b4b4b4;
}
.howtoplay-explain {
  width: 100%;
  list-style: none;
}
@media screen and (min-width: 760px), print {
  .howtoplay-explain {
    display: table;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-explain {
    display: block;
    padding: 0 0 5px 0;
  }
}
.howtoplay-explain dt {
  text-align: left;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 760px), print {
  .howtoplay-explain dt {
    display: table-cell;
    width: 90px;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-explain dt {
    display: block;
  }
  .howtoplay-explain dt:before {
    content: "・";
  }
}
@media screen and (min-width: 760px), print {
  .howtoplay-explain dt:after {
    position: absolute;
    content: ':';
    padding: 0 5px 0 0;
    right: 3px;
  }
}
.howtoplay-explain dd {
  text-align: left;
}
@media screen and (min-width: 760px), print {
  .howtoplay-explain dd {
    display: table-cell;
    width: auto;
  }
}
@media screen and (max-width: 759px) {
  .howtoplay-explain dd {
    display: block;
  }
}
.howtoplay-item__blackIcon {
  color: #3c3c3c;
}
.howtoplay-item__redIcon {
  color: #e60012;
}
