@charset "utf-8";

/***** reset *****/
html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  margin: 0;
  padding: 0;
}
article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section, summary {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul, ol {
  list-style-type: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

/***** common *****/
img {
  border: 0;
  vertical-align: middle;
}
body {
  background: url("https://idn.p-world.co.jp/smart_pachislot/images/bgHeader.png") no-repeat 50% 0;
  color: #212529;
  font-size: 14px;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'モリサワ 新ゴ R', 'Droid Sans', 'メイリオ', 'sans-serif';
  line-height: 1.8;
}
a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.plogo {
  position: absolute;
  top: 16px;
  left: 0;
  width: 120px;
}
.plogo > a {
  display: inline-block;
}
.plogo > a > img {
  width: 100%;
}
.section {
  margin-bottom: 16px;
}
.section-title {
  margin-bottom: 16px;
  padding: 4px 16px;
  background-color: #19197A;
  color: #FFF;
  font-size: 20px;
}
.section-subTitle {
  margin-bottom: 16px;
  padding-left: 8px;
  border-left: solid 4px #19197A;
  font-size: 18px;
}
.section-3rdTitle > span {
  display: inline-block;
  padding: 0 16px;
  background-color: #A3A3A3;
  color: #FFF;
  font-weight: normal;
}
.section-inner {
  padding-left: 16px;
  padding-right: 16px;
}
#link .section-inner {
  padding-left: 40px;
  padding-right: 40px;
}
.snsBox {
  display: inline-table;
}
.snsBox-item {
  display: table-cell;
}
.snsBox-item > a {
  display: block;
}
.snsBox-item > a > img {
  width: 34px;
  height: 34px;
}
.mb1 {
  margin-bottom: 1em;
}
.fz-small {
  font-size: 12px;
}
.c-gray {
  color: #626262;
}

/***** header *****/
.header {
  padding-top: 32px;
}
.slogo {
  text-align: center;
}
.slogo-what {
  margin-bottom: 16px;
}
.slogo-what img {
  width: 192px;
  height: auto;
}
.slogo-logo {
  margin-bottom: 8px;
}
.slogo-logo img {
  width: 100%;
  max-width: 352px;
  height: auto;
}
.slogo-h1 strong {
  position: relative;
  color: #914897;
  font-size: 28px;
}
.slogo-h1 strong:before,
.slogo-h1 strong:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 64px;
  height: 1px;
  margin: auto;
  background-color: #914897;
  content: "";
}
.slogo-h1 strong:before {
  left: -70px;
}
.slogo-h1 strong:after {
  right: -70px;
}

/***** lead *****/
.lead {
  margin-bottom: 24px;
}
.lead-title {
  margin-bottom: 8px;
  text-align: center;
}
.lead-title img {
  width: 100%;
  max-width: 680px;
  height: auto;
}
.lead-snsBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 8px;
}
.lead-snsBox .snsBox-item {
  padding-right: 12px;
}
.lead-update {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: right;
  line-height: 1;
}
.lead-caption {
  margin-bottom: 16px;
  padding: 16px;
  background-color: #9F9F9F;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
.lead-grid-thumb {
  width: 270px;
  float: right;
  margin-left: 16px;
}
.lead-grid-thumb > img {
  width: 100%;
  height: auto;
}

/***** toc *****/
.toc-grid {
  margin-bottom: 24px;
  border: solid 1px #C3C3C3;
}
.toc-title {
  padding: 4px;
  border-bottom: solid 1px #C3C3C3;
  background-color: #F5F5F5;
  text-align: center;
  font-weight: bold;
}
.toc-list {
  padding: 1em 2.5em;
  list-style-type: disc;
}
.toc-list a {
  text-decoration: underline;
}

/***** howTo *****/
.howTo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.howTo-item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
}
.howTo-item:nth-child(2n) {
  padding-left: 12px;
}
.howTo-item:nth-child(2n-1) {
  padding-right: 12px;
}
.howTo-item-text-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
  margin-right: 4px;
  background-repeat: no-repeat;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  background-size: 16px;
  vertical-align: middle;
}
.howTo-item-text-icon[data-no="1"] {
  background-image: url("../images/howToNo01.png");
}
.howTo-item-text-icon[data-no="2"] {
  background-image: url("../images/howToNo02.png");
}
.howTo-item-text-icon[data-no="3"] {
  background-image: url("../images/howToNo03.png");
}
.howTo-item-text-icon[data-no="4"] {
  background-image: url("../images/howToNo04.png");
}
.howTo-item-text-icon[data-no="5"] {
  background-image: url("../images/howToNo05.png");
}
.howTo-item-text-icon[data-no="6"] {
  background-image: url("../images/howToNo06.png");
}
.howTo-item-thumb {
  text-align: center;
}
.howTo-item-thumb > img {
  width: 208px;
  height: auto;
}

/***** calendar *****/
.section-calendarTitle {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.calendar + .section-calendarTitle {
  margin-top: 12px;
}
.calendar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 1.4;
}
.calendar-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 8px;
}
.calendar-item > a {
  display: block;
}
.calendar-date {
  margin-bottom: 8px;
  background-color: #3C3C42;
  color: #FFF;
  text-align: center;
}
.calendar-thumb {
  margin-bottom: 8px;
  text-align: center;
}
.calendar-thumb > img {
  width: auto;
  height: 264px;
}
.calendar-maker {
  color: #383838;
}
.calendar-title {
  color: #1159F0;
}

/***** compareTable *****/
.separate {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #D0D0D0;
  border: none;
}
.compareTable {
  width: 100%;
  font-weight: bold;
}
.compareTable-1st,
.compareTable-2nd {
  width: 30%;
}
.compareTable th,
.compareTable td {
  padding: 4px;
  border: solid 1px #D0D0D0;
  text-align: center;
}
.compareTable th {
  background-color: #727272;
  color: #FFF;
}
.compareTable-gray {
  background-color: #E6E6E6;
}
.compareTable-orange {
  background-color: #FC9834;
  color: #FFF;
}
.compare-thumb {
  text-align: center;
}
.compare-thumb > img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.compare-list {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 2em;
  list-style-type: disc;
}
.compareBottom-snsBox {
  margin-bottom: 16px;
  text-align: center;
}
.compareBottom-snsBox .snsBox-item {
  padding-left: 6px;
  padding-right: 6px;
}

/***** link *****/
.link-machines,
.link-sumit {
  margin-bottom: 8px;
}
.link-machines > a {
  display: block;
  border: solid 1px #CE2323;
  border-bottom: solid 3px #960F0F;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#FFC3C3, #CE2323 41%, #CE2323);
  -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.4);
  -moz-box-shadow: 0 3px 7px rgba(0,0,0,.4);
  box-shadow: 0 3px 7px rgba(0,0,0,.4);
  color: #FFF;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
  text-shadow: 0 2px 2px rgba(62,10,10,.75);
}
.link-inner {
  margin: 0px 24px 24px;
}
.link-sumit > a {
  display: block;
  border: solid 1px #C3C3C3;
  text-align: center;
}
.link-smartpachinko > a {
  display: block;
  text-align: center;
}
.link-sumit > a > img,
.link-smartpachinko > a > img {
  max-width: 100%;
}

/***** coryright *****/
.coryright {
  padding: 12px 0 8px;
  background-color: #8C8C8C;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A0A0A0), color-stop(100%, #8C8C8C));
  background-image: -webkit-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: -moz-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: -o-linear-gradient(#A0A0A0, #8C8C8C);
  background-image: linear-gradient(#A0A0A0, #8C8C8C);
  text-align: center;
}
.coryright-link {
  display: inline-block;
  padding: 0 8px;
  border: solid 1px #414141;
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #414141;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #858585), color-stop(100%, #414141));
  background-image: -webkit-linear-gradient(#858585, #414141);
  background-image: -moz-linear-gradient(#858585, #414141);
  background-image: -o-linear-gradient(#858585, #414141);
  background-image: linear-gradient(#858585, #414141);
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

/***** 横幅799px以下 *****/
@media screen and (max-width:799px) {
  .lead,
  .toc {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/***** 横幅767px以下 *****/
@media screen and (max-width:767px) {
  .plogo {
    top: 12px;
    left: 16px;
  }
  .header {
    padding-top: 54px;
  }
  .slogo-logo img {
    max-width: 256px;
  }
  .lead-grid-thumb {
    width: 156px;
  }
  .howTo {
    display: block;
  }
  .howTo-item {
    width: 100%;
  }
  .howTo-item:nth-child(2n) {
    padding-left: 0;
  }
  .howTo-item:nth-child(2n-1) {
    padding-right: 0;
  }
  .calendar {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .calendar-item {
    width: 50%;
    margin-bottom: 16px;
  }
  .calendar-thumb > img {
    height: 240px;
  }
}

/***** 横幅320px以下 *****/
@media screen and (max-width:320px) {
  #link .section-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .slogo-h1 strong:before,
  .slogo-h1 strong:after {
    width: 48px;
  }
  .slogo-h1 strong:before {
    left: -54px;
  }
  .slogo-h1 strong:after {
    right: -54px;
  }
  .calendar-thumb > img {
    height: 180px;
  }
}

/* clearfix */
.cf:after {
  clear: both;
  content: " ";
  display: block;
  font-size: .1em;
  height: .1px;
  line-height: 0;
  visibility: hidden;
}
.cf {
  display: inline-block;
  min-height: 1%;
}
* html .cf {
  height: 1%;
}
