/* CSS Document */

body {
  background: #fefefe;
}
.header.is-sticky {
  min-width: 1024px;
}
div#body {
  width: auto;
  padding: 5px 0 0;
}

.pkz {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  width: 100%;
  min-width: 1024px;
  max-width: 1400px;
  margin: 20px auto 65px;
  padding: 0 50px;
}

.pkz__list {
  font-size: 12px;
}

.pkz__list:not(:last-child) {
  position: relative;
  margin-right: 8px;
  padding-right: 16px;
}

.pkz__list:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #333;
}

.pkz__link:link,
.pkz__link:visited {
  color: #876528;
  text-decoration: underline;
  transition: 0.2s ease-out;
}

.pkz__link:hover {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  color: #000000;
}
h1 .info {
  padding: 14px 16px 14px;
}
h1 .info p:nth-of-type(1) {
  font-size: 16px;
}
h1 .info p:nth-of-type(2) {
  margin-top: 8px;
  font-size: 24px;
}
h1 .info span {
  padding: 3px 10px 2px;
  color: #ffffff;
  background: #f7823e;
}
/* .mainvisual */
.mainvisual {
  background: linear-gradient(-145deg, #f7823e 0%, #ffbe46 100%);
  font-weight: bold;
}
.mainvisualInner {
  width: 750px;
  margin: auto;
  display: flex;
}
.mainvisualInner > div:first-of-type {
  width: 568px;
  margin-bottom: -106px;
  margin-top: 55px;
}
.mainvisualInner > div:last-of-type {
  margin-top: 36px;
  margin-bottom: -75px;
}
.mainvisualInner div.box {
  display: inline-block;
  margin-top: 40px;
  padding: 16px;
  background: #ffffff;
  box-shadow: 10px 10px 10px #a7642a6b;
}
.mainvisualInner > div p.title {
  color: #ffffff;
  font-size: 36px;
  line-height: 43px;
}
.mainvisualInner > div p.title span {
  font-size: 25px;
  position: relative;
}
.mainvisualInner > div p.title span:before {
  content: "";
  position: absolute;
  bottom: -7px;
  display: inline-block;
  width: 600px;
  height: 2px;
  background-color: #ffffff;
}
.mainvisualInner > div p.first {
  display: inline-block;
  padding: 3px 32px;
  color: #ffffff;
  font-size: 16px;
  background: #ea5b07;
  border-radius: 5px;
}
.mainvisualInner img.h1_img {
  filter: drop-shadow(15px 18px 3px #a7642a6b);
}

/* #contents */
body#category div#contents {
  width: 750px;
  margin: auto;
  padding: 130px 16px 0;
}
body#category div#contents p.lead {
  padding: 12px 10px;
  background: #ea5b07;
  color: #ffffff;
  font-size: 18px;
}
body#category div#contents p.lead span {
  padding: 2px 16px;
  background: #ffffff;
  border-radius: 5px;
  color: #ea5b07;
  font-size: 14px;
  font-weight: bold;
}
h2 {
  color: #e60000 !important;
  padding: 5px 8px !important;
  border-left: solid 5px #e60000 !important;
}
body#category div#contents > section > div {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
body#category div#contents > section > div .gamenimage {
  margin-left: 125px;
}
body#category div#contents > section > div > p {
  width: 460px;
}
body#category div#contents > section > div > ol {
  width: 350px;
}

section.alert {
  width: 750px;
  margin: auto;
  padding: 16px 16px 0;
}

.mt230 {
  margin-top: 230px;
}
.forPC {
  display: block;
}
.forSP {
  display: none !important;
}
@media screen and (max-width: 896px) {
  #body {
    padding: 10px 10px !important;
  }
}

@media screen and (max-width: 767.9px) {
  .button-page-top {
    color: transparent !important;
    text-decoration: none !important;
  }
}
