@charset "UTF-8";
@import url("../templates_resource/css/browserReset.css");
@import url("../templates_resource/css/templates.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
  padding-top: 3.5rem;
  /*テキスト選択を禁止*/
  /*user-select:none;*/
  /*-webkit-user-select:none;*/
  /*-moz-user-select:none;*/
  /*-khtml-user-select:none;*/
  /*-webkit-user-drag:none;*/
  /*-khtml-user-drag:none;*/
}

a {
  color: #294A86;
}

nav {
  box-shadow: 0px 1px 2px #ccc;
}

.navbar-nav li a {
  font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.pgj-contents {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url(../images/bg.png);
}

footer {
  background-color: #343a40;
  color: #fff;
  padding: 2rem 0;
}
footer p {
  font-family: "Lobster", cursive;
  margin-bottom: 0;
  text-align: center;
}

img.logo {
  max-height: 30px;
  width: auto;
}

.contents-title {
  background-color: #f8f9fa;
  padding: 15px 0 10px;
  margin-bottom: 20px;
  border-top: 4px solid #fff;
  box-shadow: 0px 1px 0px #ccc;
}

.badge {
  font-weight: lighter;
  font-size: 11px;
}

.badge-default {
  color: #fff;
  background-color: #636c72;
}

.badge-feature {
  color: #fff;
  background-color: #17a2b8;
}

.badge-sumapachi, .badge-sumaslot {
  color: #ffffff;
  background-color: magenta;
}

.badge-feature-extra {
  color: #fff;
  background-color: blue;
}

.display-3 {
  font-size: 2.5rem;
}

.contents-title h1 {
  font-size: 32px;
  text-shadow: white 1px 1px 1px;
  font-weight: bold;
  color: #343a40;
}

/*
 * フッターメーカー名リンク
 */
.maker_link_group {
  background-color: #343a40;
  color: #fff;
}
.maker_link_group .maker_link {
  padding-top: 1rem;
  line-height: 1em;
}
.maker_link_group .maker_link strong {
  font-size: 14px;
}
.maker_link_group .maker_link a {
  color: #888888;
  margin-right: 5px;
  text-decoration: underline;
  font-size: 12px;
}
.maker_link_group .maker_link a:hover {
  color: #fff;
  text-decoration: none;
}

.background-logo {
  position: relative;
  z-index: 2;
}
.background-logo:after {
  content: "";
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

/* パンくず */
.pan a {
  text-decoration: underline;
  font-size: 12px;
}
.pan a:hover {
  text-decoration: none;
}
.pan span {
  font-size: 12px;
}

/*
 * フッター自社バナー
 */
#footer-banner {
  background-color: #343a40;
}
#footer-banner img {
  width: 100%;
  height: auto;
}

.series-post-popup {
  font-size: 12px;
  padding: 1px 5px;
  background-color: #fff;
}

.table td.no-border {
  border: none;
}

@media (min-width: 768px) {
  .display-3 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2rem;
    font-weight: lighter;
  }
}
@media (min-width: 992px) {
  .display-3 {
    font-size: 4.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .service-list {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
/* PRINT */
@media print {
  .navbar {
    display: flex !important;
  }

  nav {
    box-shadow: 0px 1px 2px #ccc !important;
  }

  .table td, .table th {
    padding: 0.75rem !important;
    vertical-align: top !important;
    border-top: 1px solid #dee2e6 !important;
  }

  td.bg_bg, th.bg_total, td.bg_bg {
    background-color: #555 !important;
    color: #fff !important;
  }

  th.bg_total {
    background-color: #555 !important;
    color: #fff !important;
  }
  th.bg_max {
    background-color: #e74c3c !important;
    color: #fff !important;
  }
  th.bg_middle {
    background-color: #2980b9 !important;
    color: #fff !important;
  }
  th.bg_lightmiddle {
    background-color: #16a085 !important;
    color: #fff !important;
  }
  th.bg_ama {
    background-color: #f39c12 !important;
    color: #fff !important;
  }
  th.bg_other {
    background-color: #A69A87 !important;
    color: #fff !important;
  }
}

th.bg_bt {
  background-color: #990033;
  color: #fff;
}
td.bg_bt {
  background-color: #FFD9E6;
}

/* ページTOPへ */
#page_top {
  width: 60px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3f68ef;
  opacity: 0.6;
  border-radius: 15px;
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: "TOP";
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*************************************

    ページャー

*************************************/
.page-navi {
  font-size: 16px;
  line-height: 1.5em;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 1em;
}
.page-navi span, .page-navi a {
  display: inline-block;
  width: auto;
  margin: 2px 2px 2px 0;
  padding: 0 1px;
  background-color: #fff;
  color: #555;
}
.page-navi span {
  text-decoration: none;
}
.page-navi a {
  text-decoration: underline;
}
.page-navi .current {
  font-weight: bold;
  padding: 1px 4px 0px 4px;
  background-color: #3797d2;
  border: 1px solid #ccc;
  color: #fff;
}
.page-navi .zenkaku {
  font-size: 80%;
}

@media (min-width: 768px) {
  .page-navi {
    font-size: 19px;
  }
}

.toppage-margin {
  padding-left: 0em !important;
}

/*# sourceMappingURL=common.css.map */

.machine-type-styles {
  width: 80px;
  height: 40px;
  background-color: #eee;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  cursor: default;
  font-size: 12px;
  border: 1px solid #fff;
}

.type-table {
  margin-bottom: 15px;
}